GlExtSensPlayBackData Struct Reference

For playback, the B64 data are combined into one sensor type and the entire aSamples[] is used for the B64 data. More...

#include <glgpsapi.h>

Collaboration diagram for GlExtSensPlayBackData:

List of all members.

Public Attributes

GL_EXT_SENS_TYPE eSensorType
 Sensor type is 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.
plain_char acB64data [sizeof(GlExtSensSample)*GL_EXT_SENS_MAX_SAMPLES]
 Array of B64 data.

Detailed Description

For playback, the B64 data are combined into one sensor type and the entire aSamples[] is used for the B64 data.

Multiple instances of this structure can be 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