reset method
void
reset()
Clears the fractional rate accumulator (used when restarting a system).
Implementation
void reset() {
_accumulator = 0.0;
}
Clears the fractional rate accumulator (used when restarting a system).
void reset() {
_accumulator = 0.0;
}