#include "obs-precomp.h"
#include <mrpt/obs/gnss_messages_novatel.h>
#include <iostream>
#include <map>
Go to the source code of this file.
|
#define | DEF_TYPESTR(_NAME) val2str[nv_oem6_solution_status::_NAME] = #_NAME; |
|
#define | DEF_TYPESTR(_NAME) val2str[nv_oem6_position_type::_NAME] = #_NAME; |
|
#define | DEF_TYPESTR(_NAME) val2str[nv_oem6_ins_status_type::_NAME] = #_NAME; |
|
◆ DEF_TYPESTR [1/3]
#define DEF_TYPESTR |
( |
|
_NAME | ) |
val2str[nv_oem6_solution_status::_NAME] = #_NAME; |
◆ DEF_TYPESTR [2/3]
#define DEF_TYPESTR |
( |
|
_NAME | ) |
val2str[nv_oem6_position_type::_NAME] = #_NAME; |
◆ DEF_TYPESTR [3/3]
#define DEF_TYPESTR |
( |
|
_NAME | ) |
val2str[nv_oem6_ins_status_type::_NAME] = #_NAME; |
◆ generic_dump_BESTPOS()
void generic_dump_BESTPOS |
( |
const Message_NV_OEM6_BESTPOS::content_t & |
fields, |
|
|
std::ostream & |
out |
|
) |
| |
◆ generic_dump_MARKTIME()
void generic_dump_MARKTIME |
( |
const Message_NV_OEM6_MARKTIME::content_t & |
fields, |
|
|
std::ostream & |
out |
|
) |
| |
◆ generic_getFieldValues_MARKTIME()
void generic_getFieldValues_MARKTIME |
( |
const Message_NV_OEM6_MARKTIME::content_t & |
fields, |
|
|
std::ostream & |
o |
|
) |
| |