SOEM
soem
ethercatprint.h
Go to the documentation of this file.
1
/*
2
* Licensed under the GNU General Public License version 2 with exceptions. See
3
* LICENSE file in the project root for full license information
4
*/
5
11
#ifndef _ethercatprint_
12
#define _ethercatprint_
13
14
#ifdef __cplusplus
15
extern
"C"
16
{
17
#endif
18
19
char
*
ec_sdoerror2string
(
uint32
sdoerrorcode);
20
char
*
ec_ALstatuscode2string
(
uint16
ALstatuscode);
21
char
*
ec_soeerror2string
(
uint16
errorcode);
22
char
*
ec_mbxerror2string
(
uint16
errorcode);
23
char
*
ecx_err2string
(
const
ec_errort
Ec);
24
char
*
ecx_elist2string
(
ecx_contextt
*context);
25
26
#ifdef EC_VER1
27
char
*
ec_elist2string
(
void
);
28
#endif
29
30
#ifdef __cplusplus
31
}
32
#endif
33
34
#endif
ecx_elist2string
char * ecx_elist2string(ecx_contextt *context)
Definition:
ethercatprint.c:356
uint32
uint32_t uint32
Definition:
osal.h:30
ec_sdoerror2string
char * ec_sdoerror2string(uint32 sdoerrorcode)
Definition:
ethercatprint.c:227
ec_elist2string
char * ec_elist2string(void)
Definition:
ethercatprint.c:371
ec_soeerror2string
char * ec_soeerror2string(uint16 errorcode)
Definition:
ethercatprint.c:263
ec_mbxerror2string
char * ec_mbxerror2string(uint16 errorcode)
Definition:
ethercatprint.c:281
ec_errort
Definition:
ethercattype.h:478
uint16
uint16_t uint16
Definition:
osal.h:29
ecx_context
Definition:
ethercatmain.h:384
ec_ALstatuscode2string
char * ec_ALstatuscode2string(uint16 ALstatuscode)
Definition:
ethercatprint.c:245
ecx_err2string
char * ecx_err2string(const ec_errort Ec)
Definition:
ethercatprint.c:299
soem
Author(s): Arthur Ketels and M.J.G. van den Molengraft
autogenerated on Wed Mar 2 2022 01:01:49