GlExtSensData Struct Reference

All data collected by one external sensor is put into a GlExtSensData structure. More...

#include <glgpsapi.h>

Collaboration diagram for GlExtSensData:

List of all members.

Public Attributes

GL_EXT_SENS_TYPE eSensorType
 Sensor type is anything but GL_EXT_SENS_PLAYBACK.
GL_EXT_SENS_TIME eSensorTime
 The choice of sensor time.
UTC_TIME utcBase
 UTC time (required if eSensorTime is GL_EXT_SENS_TIME_UTC, otherwise not used)
short sNumSamples
 Number of samples in the array below.
GlExtSensSample aSamples [GL_EXT_SENS_MAX_SAMPLES]
 Array of samples.

Detailed Description

All data collected by one external sensor is put into a GlExtSensData structure.

Multiple instances of this structure are pointed to by a GlExtSensInfo.pSensData


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines