SOEM/soem/ethercatprint.h

35 lines
669 B
C
Raw Normal View History

2014-11-25 16:10:29 +01:00
/*
* Licensed under the GNU General Public License version 2 with exceptions. See
* LICENSE file in the project root for full license information
2014-11-25 16:10:29 +01:00
*/
2015-11-04 13:02:33 +01:00
/** \file
2014-11-25 16:10:29 +01:00
* \brief
2015-11-04 13:02:33 +01:00
* Headerfile for ethercatprint.c
2014-11-25 16:10:29 +01:00
*/
#ifndef _ethercatprint_
#define _ethercatprint_
#ifdef __cplusplus
extern "C"
{
#endif
2015-12-18 16:03:23 +01:00
char* ec_sdoerror2string( uint32 sdoerrorcode);
2014-11-25 16:10:29 +01:00
char* ec_ALstatuscode2string( uint16 ALstatuscode);
char* ec_soeerror2string( uint16 errorcode);
char* ec_mbxerror2string( uint16 errorcode);
char* ecx_err2string(const ec_errort Ec);
2014-11-25 16:10:29 +01:00
char* ecx_elist2string(ecx_contextt *context);
#ifdef EC_VER1
char* ec_elist2string(void);
#endif
#ifdef __cplusplus
}
#endif
#endif