Go to the source code of this file.
|
| template<typename T > |
| IgnoreInputAction< T > * | eeros::safety::ignore (eeros::hal::PeripheralInput< T > &input) |
| |
| template<typename T > |
| IgnoreInputAction< T > * | eeros::safety::ignore (eeros::hal::PeripheralInput< T > *input) |
| |
| template<typename T > |
| CheckInputAction< T > * | eeros::safety::check (eeros::hal::PeripheralInput< T > &input, T value, uint32_t event) |
| |
| template<typename T > |
| CheckInputAction< T > * | eeros::safety::check (eeros::hal::PeripheralInput< T > *input, T value, uint32_t event) |
| |
| template<typename T > |
| CheckRangeInputAction< T > * | eeros::safety::range (eeros::hal::PeripheralInput< T > &input, T min, T max, uint32_t event) |
| |
| template<typename T > |
| CheckRangeInputAction< T > * | eeros::safety::range (eeros::hal::PeripheralInput< T > *input, T min, T max, uint32_t event) |
| |