0.4.1
Loading...
Searching...
No Matches
EmlidTypes.cpp
Go to the documentation of this file.
1// This file is part of INSTINCT, the INS Toolkit for Integrated
2// Navigation Concepts and Training by the Institute of Navigation of
3// the University of Stuttgart, Germany.
4//
5// This Source Code Form is subject to the terms of the Mozilla Public
6// License, v. 2.0. If a copy of the MPL was not distributed with this
7// file, You can obtain one at https://mozilla.org/MPL/2.0/.
8
9#include "EmlidTypes.hpp"
10
12{
13 if (idName == "VER")
14 {
16 }
17 if (idName == "POS")
18 {
20 }
21 if (idName == "STAT")
22 {
24 }
25 if (idName == "DPOS")
26 {
28 }
29 if (idName == "VEL")
30 {
32 }
33 if (idName == "SVI")
34 {
36 }
37 if (idName == "RTK")
38 {
40 }
41
43}
Type Definitions for Emlid messages for Emlid Reach M2 ER Protocol.
ErbMessageID
The available ERB Message IDs.
@ ERB_MessageId_RTK
RTK information.
@ ERB_MessageId_POS
Geodetic position solution.
@ ERB_MessageId_NONE
No Message Class specified.
@ ERB_MessageId_VEL
Velocity solution in NED.
@ ERB_MessageId_STAT
Receiver navigation status.
@ ERB_MessageId_VER
Version of protocol.
@ ERB_MessageId_SVI
Space vehicle information.
@ ERB_MessageId_DPOS
Dilution of precision.
ErbMessageID getMsgIdFromString(const std::string &idName)
Get the ERB Msg ID From String object.