23namespace NAV::vendor::emlid
ErbMessageID getMsgIdFromString(const std::string &idName)
Get the ERB Msg ID From String object.
ErbMessageID
The available ERB Message IDs.
Definition EmlidTypes.hpp:34
@ ERB_MessageId_RTK
RTK information.
Definition EmlidTypes.hpp:42
@ ERB_MessageId_POS
Geodetic position solution.
Definition EmlidTypes.hpp:37
@ ERB_MessageId_NONE
No Message Class specified.
Definition EmlidTypes.hpp:35
@ ERB_MessageId_VEL
Velocity solution in NED.
Definition EmlidTypes.hpp:40
@ ERB_MessageId_STAT
Receiver navigation status.
Definition EmlidTypes.hpp:38
@ ERB_MessageId_VER
Version of protocol.
Definition EmlidTypes.hpp:36
@ ERB_MessageId_SVI
Space vehicle information.
Definition EmlidTypes.hpp:41
@ ERB_MessageId_DPOS
Dilution of precision.
Definition EmlidTypes.hpp:39
ErrorDetectionMode
Error detection modes available.
Definition EmlidTypes.hpp:27
@ ERRORDETECTIONMODE_CHECKSUM
16-bit checksum is used
Definition EmlidTypes.hpp:29
@ ERRORDETECTIONMODE_NONE
No error detection is used.
Definition EmlidTypes.hpp:28
Dilution of Precision This message outputs dimensionless values of DOP. These values are scaled by fa...
Definition EmlidTypes.hpp:92
uint16_t dopVer
Vertical DOP [*0.01].
Definition EmlidTypes.hpp:96
uint16_t dopPos
Position DOP [*0.01].
Definition EmlidTypes.hpp:95
uint16_t dopHor
Horizontal DOP [*0.01].
Definition EmlidTypes.hpp:97
uint32_t iTOW
GPS time of week of the navigation epoch [ms]. See the description of iTOW for details.
Definition EmlidTypes.hpp:93
uint16_t dopGeo
Geometric DOP [*0.01].
Definition EmlidTypes.hpp:94
Geodetic Position Solution.
Definition EmlidTypes.hpp:68
uint32_t iTOW
GPS time of week of the navigation epoch [ms]. See the description of iTOW for details.
Definition EmlidTypes.hpp:69
double height
Height above ellipsoid [m].
Definition EmlidTypes.hpp:72
uint32_t vAcc
Vertical accuracy estimate [mm].
Definition EmlidTypes.hpp:75
double lat
Latitude [deg].
Definition EmlidTypes.hpp:71
double lon
Longitude [deg].
Definition EmlidTypes.hpp:70
uint32_t hAcc
Horizontal accuracy estimate [mm].
Definition EmlidTypes.hpp:74
double hMSL
Height above mean sea level [m].
Definition EmlidTypes.hpp:73
RTK Information This message output information about RTK.
Definition EmlidTypes.hpp:133
int32_t baselineN
Distance between base and rover along the north axis [mm].
Definition EmlidTypes.hpp:136
uint16_t age
Age of differential [s/// 1e-2] (0 when no corrections, 0xFFFF indicates overflow)
Definition EmlidTypes.hpp:135
uint16_t arRatio
AR Ratio [*1e-1].
Definition EmlidTypes.hpp:139
int32_t baselineD
Distance between base and rover along the down axis [mm].
Definition EmlidTypes.hpp:138
uint16_t weekGPS
GPS Week Number of last baseline [weeks].
Definition EmlidTypes.hpp:140
int32_t baselineE
Distance between base and rover along the east axis [mm].
Definition EmlidTypes.hpp:137
uint32_t timeGPS
GPS Time of Week of last baseline [ms].
Definition EmlidTypes.hpp:141
uint8_t numSV
Number of satellites used for RTK calculation.
Definition EmlidTypes.hpp:134
Receiver Navigation Status This message contains status of Fix, its type and also the number of used ...
Definition EmlidTypes.hpp:81
uint8_t numSV
Number of used SVs.
Definition EmlidTypes.hpp:86
uint16_t weekGPS
GPS week number of the navigation epoch [weeks].
Definition EmlidTypes.hpp:83
uint8_t fixType
GPSfix type: 0x00 – no Fix, 0x01 – Single, 0x02 – Float, 0x03 – RTK Fix.
Definition EmlidTypes.hpp:84
uint8_t fixStatus
Navigation Fix Status. If position and velocity are valid 0x01, else 0x00.
Definition EmlidTypes.hpp:85
uint32_t iTOW
GPS time of week of the navigation epoch [ms]. See the description of iTOW for details.
Definition EmlidTypes.hpp:82
Space Vehicle Information This message output information about observation satellites.
Definition EmlidTypes.hpp:117
int32_t carPh
Carrier phase [cycle/// 1e-2].
Definition EmlidTypes.hpp:122
uint16_t azim
Azimuth in degrees [deg/// 1e-1].
Definition EmlidTypes.hpp:126
int32_t psRan
Pseudo range residual [m].
Definition EmlidTypes.hpp:123
int32_t freqD
Doppler frequency [Hz/// 1e-3].
Definition EmlidTypes.hpp:124
uint8_t typeSV
GNSS identifier 0-GPS, 1-GLONASS, 2-Galileo, 3-QZSS, 4-Beidou, 5-LEO, 6-SBAS.
Definition EmlidTypes.hpp:121
uint8_t nSV
Number of Satellites.
Definition EmlidTypes.hpp:119
uint8_t idSV
Satellite identifier (see Satellite Numbering)
Definition EmlidTypes.hpp:120
uint32_t iTOW
GPS time of week of the navigation epoch [ms]. See the description of iTOW for details.
Definition EmlidTypes.hpp:118
uint16_t snr
Signal strength [dBhz/// 0.25].
Definition EmlidTypes.hpp:125
uint16_t elev
Elevation in degrees [deg/// 1e-1].
Definition EmlidTypes.hpp:127
Velocity Solution in NED See important comments concerning validity of position given in section Navi...
Definition EmlidTypes.hpp:103
int32_t velN
North velocity component [cm/s].
Definition EmlidTypes.hpp:105
int32_t heading
Heading of motion 2-D [deg/// 1e-5].
Definition EmlidTypes.hpp:110
uint32_t sAcc
Speed accuracy Estimation [cm/s].
Definition EmlidTypes.hpp:111
int32_t velD
Down velocity component [cm/s].
Definition EmlidTypes.hpp:107
uint32_t gSpeed
Ground speed (2-D)
Definition EmlidTypes.hpp:109
uint32_t iTOW
GPS time of week of the navigation epoch [ms]. See the description of iTOW for details.
Definition EmlidTypes.hpp:104
uint32_t speed
Speed (3-D)
Definition EmlidTypes.hpp:108
int32_t velE
East velocity component [cm/s].
Definition EmlidTypes.hpp:106
Version of Protocol.
Definition EmlidTypes.hpp:56
uint8_t verL
Low level of version.
Definition EmlidTypes.hpp:60
uint8_t verM
Medium level of version.
Definition EmlidTypes.hpp:59
uint32_t iTOW
GPS time of week of the navigation epoch [ms]. See the description of iTOW for details.
Definition EmlidTypes.hpp:57
uint8_t verH
High level of version.
Definition EmlidTypes.hpp:58