#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.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |