Public Member Functions | |
EthercatDemoIO (std::string name) | |
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 25 of file EthercatDemoIO.hpp.
bool startup | ( | ) | [virtual] |
This function contains the application's startup code.
Return false to abort startup.
Definition at line 225 of file EthercatDemoIO.cpp.