APM:Libraries
|
This is the complete list of members for DerivativeFilter< T, FILTER_SIZE >, including all inherited members.
_last_slope | DerivativeFilter< T, FILTER_SIZE > | private |
_new_data | DerivativeFilter< T, FILTER_SIZE > | private |
_timestamps | DerivativeFilter< T, FILTER_SIZE > | private |
apply(T sample) | FilterWithBuffer< T, FILTER_SIZE > | virtual |
DerivativeFilter() | DerivativeFilter< T, FILTER_SIZE > | inline |
FilterWithBuffer() | FilterWithBuffer< T, FILTER_SIZE > | |
get_filter_size() const | FilterWithBuffer< T, FILTER_SIZE > | inline |
get_sample(uint8_t i) const | FilterWithBuffer< T, FILTER_SIZE > | inline |
reset() | DerivativeFilter< T, FILTER_SIZE > | virtual |
sample_index | FilterWithBuffer< T, FILTER_SIZE > | protected |
samples | FilterWithBuffer< T, FILTER_SIZE > | protected |
slope(void) | DerivativeFilter< T, FILTER_SIZE > | |
update(T sample, uint32_t timestamp) | DerivativeFilter< T, FILTER_SIZE > |