Tezzeret  1
Tezzeret
GmEthernetDaemons.hpp
1 #ifndef GM_ETHERNET_DAEMONS_HPP
2 #define GM_ETHERNET_DAEMONS_HPP
3 
4 #if GEO_NET_NDK == GEO_TRUE
5 
6 #include <string.h>
7 #include <stdbool.h>
8 
9 /* XDCtools Header files */
10 #include <xdc/std.h>
11 #include <xdc/runtime/System.h>
12 
13 #include <xdc/std.h>
14 #include <xdc/cfg/global.h>
15 #include <xdc/runtime/Error.h>
16 #include <xdc/runtime/System.h>
17 #include <xdc/runtime/Memory.h>
18 
19 /* BIOS Header files */
20 #include <ti/sysbios/BIOS.h>
21 #include <ti/sysbios/knl/Task.h>
22 
23 /* TI-RTOS Header files */
24 #include <ti/drivers/GPIO.h>
25 #include <driverlib/gpio.h>
26 
27 #if GEO_NET_NDK == GEO_TRUE
28 #include "usertype.h"
29 #endif
30 
31 #include <ti/sysbios/knl/Semaphore.h>
32 
33 #include <GmIndicators.hpp>
34 
35 
36 namespace Geometrics
37 {
39 
40  {
41  public:
42  static void SetupEthernetDaemons (uint32_t args1,
43  uint32_t args2);
44  static int SetupEthernetDaemonsTask ();
45  };
46 }
47 
48 #endif
49 #endif
Definition: GmEthernetDaemons.hpp:40
GmApp/GmLoggingApp.hpp>
Definition: Analogs.hpp:47