Defines the Data sensor structure.
| Data Structures | |
| struct | dwDataPacket | 
| Holds a data packet.  More... | |
| struct dwDataPacket | 
| Data Fields | ||
|---|---|---|
| dwTime_t | hostTimestamp | Timestamp of the message in microseconds (using clock of the context). | 
| uint8_t * | raw | Payload. | 
| size_t | size | Number of bytes of the payload. |