16 #include <xdc/cfg/global.h>
18 #include <xdc/runtime/System.h>
22 #include <inc/hw_memmap.h>
26 #include <driverlib/adc.h>
27 #include <driverlib/interrupt.h>
28 #include <driverlib/gpio.h>
29 #include <driverlib/pin_map.h>
30 #include <driverlib/sysctl.h>
31 #include <GmSensor.hpp>
32 #include <GmBufferedSensor.hpp>
34 #ifndef GMMFAMDATA_HPP_
35 #include <GmMfamData.hpp>
39 #define COUNT_ANALOG_BUFFERS 50
44 #define GM_ANALOG_FAIL 1
52 static int Initialize ();
53 int Start () {
return 0; };
55 static int ReadRecord (
char* pcDestination,
58 static void ReadDataInternal (
int iWhichA2D);
61 static int m_static_iCurrentBuffer,
62 m_static_iLastBufferRead,
63 m_static_iLastBufferWritten;
65 static Uint16 m_static_count;
66 static bool m_static_boolInitialized;
67 static int m_static_iCountADCsGotten;
Definition: Analogs.hpp:49
The class from which event sources and sensors that post events to the application's main event queue...
Definition: GmBufferedSensor.hpp:18
GmApp/GmLoggingApp.hpp>
Definition: Analogs.hpp:47
Definition: GmMfamData.hpp:332