#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.5 Git: 832f416fc Sat Dec 2 06:28:34 2017 +0100 at mar 26 may 2026 13:01:45 CEST |