AB&T / SOEM

Dependents:   EasyCAT_LAB_simple EasyCAT_LAB_very_simple EasyCAT_LAB

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ethercatprint.h Source File

ethercatprint.h

Go to the documentation of this file.
00001 /*
00002  * Licensed under the GNU General Public License version 2 with exceptions. See
00003  * LICENSE file in the project root for full license information
00004  */
00005 
00006 /** \file
00007  * \brief
00008  * Headerfile for ethercatprint.c
00009  */
00010 
00011 #ifndef _ethercatprint_
00012 #define _ethercatprint_
00013 
00014 #ifdef __cplusplus
00015 extern "C"
00016 {
00017 #endif
00018 
00019 char* ec_sdoerror2string( uint32 sdoerrorcode);
00020 char* ec_ALstatuscode2string( uint16 ALstatuscode);
00021 char* ec_soeerror2string( uint16 errorcode);
00022 char* ecx_elist2string(ecx_contextt *context);
00023 
00024 #ifdef EC_VER1
00025 char* ec_elist2string(void);
00026 #endif
00027 
00028 #ifdef __cplusplus
00029 }
00030 #endif
00031 
00032 #endif