imu_advanced_navigation_anpp
Macros | Functions | Variables
Main.cpp File Reference
#include <iostream>
#include <iomanip>
#include <imu_advanced_navigation_anpp/Driver.hpp>

Macros

#define ENUM_TO_STRING(name)   case name: return #name;
 

Functions

string systemStateToString (int16_t system_state)
 
string enumToString (VEHICLE_TYPES type)
 
string enumToString (MAGNETIC_CALIBRATION_STATUS status)
 
int main (int argc, char **argv)
 

Variables

vector< string > const BAUDRATES
 

Macro Definition Documentation

◆ ENUM_TO_STRING

#define ENUM_TO_STRING (   name)    case name: return #name;

Function Documentation

◆ enumToString() [1/2]

string enumToString ( VEHICLE_TYPES  type)

◆ enumToString() [2/2]

string enumToString ( MAGNETIC_CALIBRATION_STATUS  status)

◆ main()

int main ( int  argc,
char **  argv 
)

◆ systemStateToString()

string systemStateToString ( int16_t  system_state)

Variable Documentation

◆ BAUDRATES

vector<string> const BAUDRATES
Initial value:
{
"1200", "2400", "4800", "9600",
"19200", "38400", "57600", "115200",
"230400", "460800", "576000", "921600", "1152000" }