#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.
Referenced by mrpt::obs::gnss::gnss_message::Factory(), mrpt::obs::gnss::gnss_message::FactoryKnowsMsgType(), and mrpt::obs::gnss::gnss_message::getMessageTypeAsString().
Page generated by Doxygen 1.8.14 for MRPT 1.5.7 Git: 5902e14cc Wed Apr 24 15:04:01 2019 +0200 at lun oct 28 01:39:17 CET 2019 |