nasa / bplib

Apache License 2.0
30 stars 13 forks source link

Add ability to reset statistics #53

Open jpswinski opened 4 years ago

jpswinski commented 4 years ago

The library currently does not support an API call the resets any channel statistics. This is because it would not be thread safe and the changes to make it thread safe would either require mutex'ing a large portion of the code or refactoring it.

A future enhancement would be to perform the above trade and then provide a thread safe reset stats function.