#include "obs-precomp.h"#include <mrpt/obs/gnss_messages.h>#include <mrpt/utils/CMemoryStream.h>#include <map>
Go to the source code of this file.
Macros | |
| #define | LIST_ALL_MSGS |
| #define | DOFOR(_MSG_ID) case _MSG_ID: return new Message_##_MSG_ID(); |
| #define | DOFOR(_MSG_ID) case _MSG_ID: return true; |
| #define | DOFOR(_MSG_ID) gnss_type2str[_MSG_ID] = #_MSG_ID; |
| #define DOFOR | ( | _MSG_ID | ) | case _MSG_ID: return new Message_##_MSG_ID(); |
| #define DOFOR | ( | _MSG_ID | ) | case _MSG_ID: return true; |
| #define DOFOR | ( | _MSG_ID | ) | gnss_type2str[_MSG_ID] = #_MSG_ID; |
| #define LIST_ALL_MSGS |
Definition at line 19 of file gnss_messages_common.cpp.
| Page generated by Doxygen 1.9.1 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at mar 26 may 2026 13:12:03 CEST |