Headerfile for ethercatprint.c. More...
Go to the source code of this file.
Functions | |
char * | ec_ALstatuscode2string (uint16 ALstatuscode) |
char * | ec_mbxerror2string (uint16 errorcode) |
char * | ec_sdoerror2string (uint32 sdoerrorcode) |
char * | ec_soeerror2string (uint16 errorcode) |
char * | ecx_elist2string (ecx_contextt *context) |
char * | ecx_err2string (const ec_errort Ec) |
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 245 of file ethercatprint.c.
char* ec_mbxerror2string | ( | uint16 | errorcode | ) |
Look up text string that belongs to MBX error code.
[in] | errorcode | = MBX error code as defined in EtherCAT protocol |
Definition at line 281 of file ethercatprint.c.
char* ec_sdoerror2string | ( | uint32 | sdoerrorcode | ) |
Look up text string that belongs to SDO error code.
[in] | sdoerrorcode | = SDO error code as defined in EtherCAT protocol |
Definition at line 227 of file ethercatprint.c.
char* ec_soeerror2string | ( | uint16 | errorcode | ) |
Look up text string that belongs to SoE error code.
[in] | errorcode | = SoE error code as defined in EtherCAT protocol |
Definition at line 263 of file ethercatprint.c.
char* ecx_elist2string | ( | ecx_contextt * | context | ) |
Look up error in ec_errorlist and convert to text string.
[in] | context | = context struct |
Definition at line 356 of file ethercatprint.c.
char* ecx_err2string | ( | const ec_errort | Ec | ) |
Convert an error to text string.
[in] | Ec | = Struct describing the error. |
Definition at line 299 of file ethercatprint.c.