10 #ifndef GO_ACCELERATOR_MGR_H
11 #define GO_ACCELERATOR_MGR_H
35 typedef enum GoAcceleratorMgrAccelEvents
37 GO_ACCELERATOR_MGR_EVENT_ACCELERATING = 0,
38 GO_ACCELERATOR_MGR_EVENT_ACCELERATED,
39 GO_ACCELERATOR_MGR_EVENT_DECELERATING,
40 GO_ACCELERATOR_MGR_EVENT_DECELERATED
41 } GoAcceleratorMgrAccelEvents;
52 GoAcceleratorMgrAccelEvents accelEvent;
64 GoAccelSensorPortAllocPorts ports;
85 #include <GoSdk/GoAcceleratorMgr.x.h>
87 #endif // GO_ACCELERATOR_MGR_H
Includes all Gocator SDK headers.
Declares the GoAccelSensorPortAlloc class.
Structure to hold user configuration parameters from SDK client for a sensor that is to be accelerate...
Definition: GoAcceleratorMgr.h:62
Represents the acceleration status of a sensor that is being accelerated by the local host...
Structure to return accelerated sensor information to SDK client. The param field contains informatio...
Definition: GoAcceleratorMgr.h:77
Structure to hold data for the acceleration update handler.
Definition: GoAcceleratorMgr.h:49
Declares the GoSystem class.
Represents an GoAcceleratorMgr instance.