modm API documentation
|
This is the complete list of members for modm::filter::Ramp< T >, including all inherited members.
Ramp(const T &increment, const T &decrement, const T &initialValue=T ()) | modm::filter::Ramp< T > | |
getValue() const (defined in modm::filter::Ramp< T >) | modm::filter::Ramp< T > | inline |
isTargetReached() const (defined in modm::filter::Ramp< T >) | modm::filter::Ramp< T > | inline |
reset(const T &value=T ()) (defined in modm::filter::Ramp< T >) | modm::filter::Ramp< T > | inline |
setTarget(const T &target) (defined in modm::filter::Ramp< T >) | modm::filter::Ramp< T > | inline |
update() | modm::filter::Ramp< T > |