Berkeley Varitronics Systems Fox Manual page 35

Table of Contents

Advertisement

PCMCIA Card Record Structures
/*
record type 2 */
typedef struct _tcrec2
{
BYTE Hour;
BYTE Minute;
BYTE Second;
WORD YPos;
WORD XPos;
}TCREC2;
/*
record type 3 (rf + gps la,lo)
typedef struct _tcrec3
{
BYTE Hour;
BYTE Minute;
BYTE Second;
BYTE NumRSSI;
/* # of rssi measurements following */
}TCREC3;
/*
record type 4 */
typedef struct _tcrec4
{
BYTE Hour;
BYTE Minute;
BYTE Second;
BYTE NavStatus;
BYTE Latitude[5];
BYTE Longitude[5];
BYTE Altitude[3];
BYTE Time[3];
}TCREC4;
/*
record type 4 (firmware v1.3 or later with Binary GPS... */
typedef struct _tcrec4new
{
BYTE Hour;
BYTE Minute;
BYTE Second;
BYTE NavStatus;
BYTE Latitude[4];
// (milliarcseconds)
BYTE Longitude[4];
// (milliarcseconds)
BYTE Altitude[4];
BYTE Velocity[4];
BYTE Time[3];
}TCREC4NEW;
/*
record type 5 (end measurement) */
typedef struct _tcrec5
{
BYTE Hour;
BYTE Minute;
BYTE Second;
WORD YPos;
WORD XPos;
}TCREC5;
*/
/* current mile marker or Y coordinate */
/* current user marker # or X coordinate */
Page 34

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Fox and is the answer not in the manual?

Table of Contents