Object to maintain receiver station data.
|
bool | isPseudoRec = false |
|
bool | invalid = false |
|
SinexRecData | snx |
| Antenna information.
|
|
map< string, string > | metaDataMap |
|
ObsList | obsList |
| Observations available for this station at this epoch.
|
|
string | id |
| Unique name for this station (4 characters)
|
|
bool | primaryApriori = false |
|
UYds | aprioriTime |
|
double | aprioriClk = 0 |
|
double | aprioriClkVar = 0 |
|
Vector3d | aprioriPos = Vector3d::Zero() |
| station position (ecef) (m)
|
|
Matrix3d | aprioriVar = Matrix3d::Zero() |
|
Vector3d | minconApriori = Vector3d::Zero() |
|
VectorPos | pos |
|
bool | ready = false |
|
Vector3d | antBoresight = {0,0,1} |
|
Vector3d | antAzimuth = {0,1,0} |
|
string | traceFilename |
|
string | jsonTraceFilename |
|
map< SatSys, GTime > | savedSlips |
|
union { | |
|
const unsigned int failure = 0 | |
|
struct { | |
|
unsigned failureSinex: 1 | |
|
unsigned failureAprioriPos: 1 | |
|
unsigned failureEccentricity: 1 | |
|
unsigned failureAntenna: 1 | |
|
} | | |
|
}; | | |
|
Cache< tuple< Vector3d, Vector3d, Vector3d, Vector3d, Vector3d > > | pppTideCache |
|
Cache< tuple< Vector3d > > | pppEopCache |
|
PTime | firstEpoch = GTime::noTime() |
|
PTime | lastEpoch = GTime::noTime() |
|
int | epochCount = 0 |
|
int | obsCount = 0 |
|
int | slipCount = 0 |
|
map< E_ObsCode, int > | codeCount |
|
map< string, int > | satCount |
|
int | receiverErrorEpochs = 0 |
|
int | receiverErrorCount = 0 |
|
Solution | sol |
| RTK solution.
|
|
string | antennaType |
|
string | receiverType |
|
string | antennaId |
|
map< SatSys, SatStat > | satStatMap |
|
TideMap | otlDisplacement |
| ocean tide loading parameters
|
|
TideMap | atlDisplacement |
| atmospheric tide loading parameters
|
|
VectorEnu | antDelta |
| antenna delta {rov_e,rov_n,rov_u}
|
|
AttStatus | attStatus |
|