Public Member Functions | |
| EthercatIO (std::string name) | |
| DigitalInInterface * | getDigitalIn () |
| DigitalOutInterface * | getDigitalOut () |
| AnalogInInterface * | getAnalogIn () |
| AnalogOutInterface * | getAnalogOut () |
| virtual bool | startup () |
| This function contains the application's startup code. | |
| virtual void | update () |
| This function is periodically called. | |
| virtual void | shutdown () |
| This function is called when the task is stopped. | |
Definition at line 31 of file EthercatIO.hpp.
| bool startup | ( | ) | [virtual] |
This function contains the application's startup code.
Return false to abort startup.
Definition at line 107 of file EthercatIO.cpp.
1.6.3