44 #pragma warning(disable : 4996) 66 if (portname.size() < 255)
72 #ifndef XSENS_NO_PORT_NUMBERS 110 inline bool operator==(
const char* port)
const 122 inline void setPortName(
const XsString& portName_)
158 #if defined(_MSC_VER) XSTYPES_DLL_API int XsPortInfo_usbAddress(XsPortInfo const *thisPtr)
XSTYPES_DLL_API int XsPortInfo_empty(XsPortInfo const *thisPtr)
char m_portName[256]
The port name.
XSTYPES_DLL_API void XsPortInfo_clear(XsPortInfo *thisPtr)
XSTYPES_DLL_API void XsPortInfo_swap(XsPortInfo *a, struct XsPortInfo *b)
XsBaudRate m_baudrate
The baudrate at which an Xsens device was detected, may be XBR_Invalid for pure USB ports...
XSTYPES_DLL_API int XsPortInfo_isUsb(XsPortInfo const *thisPtr)
bool operator==(const mrpt::img::TCamera &a, const mrpt::img::TCamera &b)
XsDeviceId m_deviceId
The device Id of main Xsens device detected on the port.
struct XsPortInfo XsPortInfo
XSTYPES_DLL_API int XsPortInfo_portNumber(XsPortInfo const *thisPtr)
char * strcpy(char *dest, size_t destSize, const char *source) noexcept
An OS-independent version of strcpy.
bool operator<(const COccupancyGridMap2D::TPairLikelihoodIndex &e1, const COccupancyGridMap2D::TPairLikelihoodIndex &e2)
XsBaudRate
Communication speed.
GLubyte GLubyte GLubyte a
void clear()
Clear the contents of this container.
XSTYPES_DLL_API int XsPortInfo_usbBus(XsPortInfo const *thisPtr)
int sprintf(char *buf, size_t bufSize, const char *format,...) noexcept MRPT_printf_format_check(3
An OS-independent version of sprintf (Notice the bufSize param, which may be ignored in some compiler...