libcpp4ec
C++ for EtherCat Library
 All Classes Functions Variables Typedefs Enumerations Enumerator
EcRTThread.h
1 #ifndef _realtimetask_
2 #define _realtimetask_
3 
4 #include <soem/ethercattype.h>
5 #include <soem/nicdrv.h>
6 #include <soem/ethercatbase.h>
7 #include <soem/ethercatmain.h>
8 #include <soem/ethercatconfig.h>
9 #include <soem/ethercatdc.h>
10 #include <soem/ethercatcoe.h>
11 #include <soem/ethercatprint.h>
12 
13 #define XDDP_PORT_INPUT "EcMaster-xddp-input"
14 #define XDDP_PORT_OUTPUT "EcMaster-xddp-output"
15 
16 int taskFinished;
17 void rt_thread(void *argument);
18 
19 
20 
21 #endif