AL Status register. More...
#include <ethercat_slave_memory.h>
Public Member Functions | |
virtual unsigned char * | dump (unsigned char *a_buffer) const |
Dump the data struct into an array (EtherCAT Little Endian) | |
EC_ALStatus (EC_State state=EC_INIT_STATE, bool change=false) | |
Constructor. | |
EC_ALStatus (const unsigned char *a_buffer) | |
Constructor: build from data array. | |
Public Attributes | |
bool | Change |
EC_State | State |
AL Status register.
Definition at line 496 of file ethercat_slave_memory.h.
EC_ALStatus::EC_ALStatus | ( | EC_State | state = EC_INIT_STATE , |
bool | change = false |
||
) |
Constructor.
state | EtherCAT state: Can be one of the following: EC_INIT_STATE, EC_PREOP_STATE, EC_BOOTSTRAP_STATE, EC_SAFEOP_STATE, EC_OP_STATE |
change | Change |
EC_ALStatus::EC_ALStatus | ( | const unsigned char * | a_buffer | ) |
Constructor: build from data array.
virtual unsigned char* EC_ALStatus::dump | ( | unsigned char * | a_buffer | ) | const [virtual] |
Dump the data struct into an array (EtherCAT Little Endian)
a_buffer | where data should be dumped |
Implements EC_DataStruct.
bool EC_ALStatus::Change |
Definition at line 513 of file ethercat_slave_memory.h.
Definition at line 512 of file ethercat_slave_memory.h.