14 # define PACKETLOG XSENSLOG
16 # define PACKETLOG(...)
28 PACKETLOG(
"%s creating default %p\n", __FUNCTION__,
this);
42 PACKETLOG(
"%s creating %p with %d items\n", __FUNCTION__,
this,
count);
58 PACKETLOG(
"%s creating %p from %p\n", __FUNCTION__,
this, &
p);
60 PACKETLOG(
"%s done creating %p\n", __FUNCTION__,
this);
72 PACKETLOG(
"%s %p exit\n", __FUNCTION__,
this);
83 PACKETLOG(
"%s copy from %p to %p\n", __FUNCTION__, &
data,
this);
GLsizei GLsizei GLenum GLenum const GLvoid * data
GLuint GLuint GLsizei count
unsigned __int16 uint16_t
A structure containing fixed packet data, which should not change during a measurement for the same d...
bool m_xm
Indicates that xbus-formatting is used.
~PacketFixedData()
Destructor.
uint16_t m_itemCount
The number of data items in the message.
void operator=(const PacketFixedData &data)
Assignment operator, copies contents from data.
XsDataFormat * m_formatList
A list of the formats of the data items.
XsDeviceId * m_idList
A list of the device-ids in this packet.
PacketFixedData()
Default constructor, creates an empty (invalid) object.
PacketInfo * m_infoList
Contains information about data in the packet and the format of that data.
Contains offset information about data in the packet.