|
imu_advanced_navigation_anpp
|
#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 |
| #define ENUM_TO_STRING | ( | name | ) | case name: return #name; |
| string enumToString | ( | VEHICLE_TYPES | type | ) |
| string enumToString | ( | MAGNETIC_CALIBRATION_STATUS | status | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| string systemStateToString | ( | int16_t | system_state | ) |
| vector<string> const BAUDRATES |
1.8.11