#include "xsdevice_def.h"
#include <xstypes/xsdatapacket.h>
#include <xscommon/xsens_threadpool.h>
#include <xstypes/xsdeviceid.h>
#include <xstypes/xsstring.h>
#include <xstypes/xsoutputconfigurationarray.h>
#include <xstypes/xscanoutputconfigurationarray.h>
#include <xstypes/xsdeviceidarray.h>
#include <xstypes/xsintarray.h>
#include <xstypes/xsportinfo.h>
#include <xstypes/xssyncsettingarray.h>
#include "protocolhandler.h"
#include "communicator.h"
#include "mtbdatalogger.h"
#include <xstypes/xsbaud.h>
#include <xstypes/xsfilterprofile.h>
#include "xsselftestresult.h"
#include <xstypes/xsscrdata.h>
#include <xstypes/xscalibrateddata.h>
#include <xstypes/xsresetmethod.h>
#include <xstypes/xssyncsetting.h>
#include "nmea_protocolhandler.h"
#include <xstypes/xsrssi.h>
#include "supportedsyncsettings.h"
#include "messageserializer.h"
#include "xsdeviceptrarray.h"
#include <functional>
#include <xstypes/xsdatapacketptrarray.h>
#include <xstypes/xsfilterprofilearray.h>
#include <xstypes/xsstringoutputtypearray.h>
#include "xsdef.h"
#include "xsiccrepmotionresult.h"
#include <xscommon/xprintf.h>
Go to the source code of this file.
Macros | |
#define | CREATETOADUMPFILE() ((void)0) |
#define | LOGTRANSACTIONS 1 |
#define | TOADUMP 0 |
#define | TRANSACTIONLOG(...) JLDEBUGG(__VA_ARGS__) |
Functions | |
std::string | msgToString (XsMessage const &msg) |
#define CREATETOADUMPFILE | ( | ) | ((void)0) |
Definition at line 115 of file xsdevice_def.cpp.
#define LOGTRANSACTIONS 1 |
Definition at line 120 of file xsdevice_def.cpp.
#define TOADUMP 0 |
Definition at line 111 of file xsdevice_def.cpp.
#define TRANSACTIONLOG | ( | ... | ) | JLDEBUGG(__VA_ARGS__) |
Definition at line 157 of file xsdevice_def.cpp.
std::string msgToString | ( | XsMessage const & | msg | ) |
Definition at line 147 of file xsdevice_def.cpp.