![]() |
EEROS
1.0.0.0
API for the EEROS Real-Time Robotics Framework
|
#include <InputAction.hpp>


Public Member Functions | |
| CheckRangeInputAction (hal::Input< T > &input, T min, T max, SafetyEvent &event) | |
| virtual | ~CheckRangeInputAction () |
| virtual bool | check (SafetyContext *context) |
Public Member Functions inherited from eeros::safety::InputAction | |
| InputAction (hal::InputInterface &input) | |
| virtual | ~InputAction () |
| virtual hal::InputInterface * | getInput () |
Additional Inherited Members | |
Protected Attributes inherited from eeros::safety::InputAction | |
| hal::InputInterface * | input |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from eeros::safety::InputAction.