Headerfile for ethercatprint.c. More...
Go to the source code of this file.
Functions | |
char * | ec_ALstatuscode2string (uint16 ALstatuscode) |
char * | ec_elist2string (void) |
char * | ec_sdoerror2string (uint16 sdoerrorcode) |
char * | ec_soeerror2string (uint16 errorcode) |
Headerfile for ethercatprint.c.
Definition in file ethercatprint.h.
char* ec_ALstatuscode2string | ( | uint16 | ALstatuscode | ) |
Look up text string that belongs to AL status code.
[in] | ALstatuscode | = AL status code as defined in EtherCAT protocol |
Definition at line 211 of file ethercatprint.c.
char* ec_elist2string | ( | void | ) |
Look up error in ec_errorlist and convert to text string.
Definition at line 244 of file ethercatprint.c.
char* ec_sdoerror2string | ( | uint16 | sdoerrorcode | ) |
char* ec_soeerror2string | ( | uint16 | errorcode | ) |
Look up text string that belongs to SoE error code.
[in] | errorcode | = AL status code as defined in EtherCAT protocol |
Definition at line 228 of file ethercatprint.c.