* @brief Clears retained samples and the decimation cell state. */
| 417 | * @brief Clears retained samples and the decimation cell state. |
| 418 | */ |
| 419 | void clear() |
| 420 | { |
| 421 | time.clear(); |
| 422 | value.clear(); |
| 423 | cellSlots = 0; |
| 424 | nextEmit = 0.0; |
| 425 | } |
| 426 | |
| 427 | /** |
| 428 | * @brief Appends one (time, value), decimating to a min/max envelope pair per cell on an |
no outgoing calls
no test coverage detected