EtherCAT "logic". More...
#include <ethercat_AL.h>
Public Member Functions | |
EC_Logic () | |
uint8_t | get_idx () |
Get current idx. | |
uint16_t | get_wkc () |
Get wkc (normally always zero, not truly necessary) | |
Public Attributes | |
uint8_t | m_idx |
Index (Increased with each frame the master sends) | |
const uint16_t | m_wkc |
Working Counter. |
EC_Logic::EC_Logic | ( | ) | [inline] |
Definition at line 69 of file ethercat_AL.h.
uint8_t EC_Logic::get_idx | ( | ) | [inline] |
Get current idx.
Definition at line 83 of file ethercat_AL.h.
uint16_t EC_Logic::get_wkc | ( | ) | [inline] |
Get wkc (normally always zero, not truly necessary)
Definition at line 87 of file ethercat_AL.h.
uint8_t EC_Logic::m_idx |
Index (Increased with each frame the master sends)
Definition at line 81 of file ethercat_AL.h.
const uint16_t EC_Logic::m_wkc |
Working Counter.
Definition at line 79 of file ethercat_AL.h.