GpsdStart – The start up packet for GPSd. More...
#include <GpsdStart.h>
Public Member Functions | |
GpsdStart () | |
Default constructor. | |
~GpsdStart () | |
Destructor. | |
GpsdStart (Int_t trun, Int_t trealTime, GpsdStartStruct_t *startPtr) | |
Assignment constructor. | |
ClassDef (GpsdStart, 10) | |
Public Attributes | |
Int_t | run |
Run number asssigned offline. | |
UInt_t | realTime |
Time in unixTime. | |
UInt_t | payloadTime |
Time in unixTime. | |
UChar_t | ackCount [3] |
Number of acknowledge messages from each GPS. | |
UChar_t | nakCount [3] |
UChar_t | rioBitMask |
RIO Bit mask. More... | |
UChar_t | tstBitMask |
tstBitMask More... | |
GpsdStart – The start up packet for GPSd.
The startup packet for GPSd
Definition at line 23 of file GpsdStart.h.
UChar_t GpsdStart::nakCount[3] |
Number of NAK messages from each GPS
Definition at line 35 of file GpsdStart.h.
UChar_t GpsdStart::rioBitMask |
RIO Bit mask.
0
G12 Matches 1
ADU5A Matches 2
ADU5B Matches 5
is ADU5A has inactive sensor 6
is ADU5B has inactive sensor Definition at line 44 of file GpsdStart.h.
UChar_t GpsdStart::tstBitMask |
tstBitMask
0
ADU5A failed battery test 1
ADU5A failed parameter test 2
ADU5A failed fatal error test — sounds bad 3
ADU5A failed power up test – also bad sounding 4
ADU5B failed battery test 5
ADU5B failed parameter test 6
ADU5B failed fatal error test — sounds bad 7
ADU5B failed power up test – also bad sounding Definition at line 56 of file GpsdStart.h.