Contains an interpreted data message. The class provides easy access to the contained data through its many functions. More...
#include <xsdatapacket.h>
Public Attributes | |
struct XSNOEXPORT DataPacketPrivate * | d |
XsDeviceId | m_deviceId |
The device Id to which the message belongs. More... | |
XsTimeStamp | m_etos |
Estimated Time of Sampling (live packets only) More... | |
int64_t | m_packetId |
64 bit packet id, based on, depending on availability: (1) packet counter (2) sample time (3) arrival order More... | |
XsTimeStamp | m_toa |
Time Of Arrival (live packets only) More... | |
Contains an interpreted data message. The class provides easy access to the contained data through its many functions.
Definition at line 301 of file xsdatapacket.h.
struct XSNOEXPORT DataPacketPrivate* XsDataPacket::d |
Definition at line 1538 of file xsdatapacket.h.
XsDeviceId XsDataPacket::m_deviceId |
The device Id to which the message belongs.
Definition at line 1540 of file xsdatapacket.h.
XsTimeStamp XsDataPacket::m_etos |
Estimated Time of Sampling (live packets only)
Definition at line 1543 of file xsdatapacket.h.
int64_t XsDataPacket::m_packetId |
64 bit packet id, based on, depending on availability: (1) packet counter (2) sample time (3) arrival order
Definition at line 1542 of file xsdatapacket.h.
XsTimeStamp XsDataPacket::m_toa |
Time Of Arrival (live packets only)
Definition at line 1541 of file xsdatapacket.h.