![]() |
Ginan
|
Public Member Functions | |
| operator shared_ptr< FObs > () | |
| virtual | ~FObs ()=default |
Public Member Functions inherited from Observation | |
| virtual | ~Observation ()=default |
Public Member Functions inherited from ObsMeta | |
| ObsMeta () | |
Data Fields | ||
| KFState | obsState | |
Data Fields inherited from Observation | ||
| GTime | time = {} | |
| Receiver sampling time (GPST) | ||
| string | mount | |
| ID of the receiver that generated the observation. | ||
| double | ephVar = 0 | |
Data Fields inherited from ObsMeta | ||
| union { | ||
| const unsigned int exclude = 0 | ||
| struct { | ||
| unsigned excludeElevation: 1 | ||
| unsigned excludeEclipse: 1 | ||
| unsigned excludeSystem: 1 | ||
| unsigned excludeOutlier: 1 | ||
| unsigned excludeBadSPP: 1 | ||
| unsigned excludeConfig: 1 | ||
| unsigned excludeSVH: 1 | ||
| unsigned excludeBadRange: 1 | ||
| unsigned excludeDataHandling: 1 | ||
| unsigned excludeCom: 1 | ||
| unsigned excludeBadFlags: 1 | ||
| unsigned excludeAlert: 1 | ||
| } | ||
| }; | ||
Additional Inherited Members | |
Protected Attributes inherited from Observation | |
| GObs * | gObs_ptr = nullptr |
| PObs * | pObs_ptr = nullptr |
| FObs * | fObs_ptr = nullptr |
| LObs * | lObs_ptr = nullptr |
|
virtualdefault |
|
inline |
| KFState FObs::obsState |