NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwDataPacket Struct Reference

Detailed Description

Holds a data packet.

Definition at line 41 of file Data.h.

Data Fields

size_t size
 Number of bytes of the payload. More...
 
dwTime_t hostTimestamp
 Timestamp of the message in microseconds (using clock of the context). More...
 
uint8_t * raw
 Payload. More...
 

Field Documentation

◆ hostTimestamp

dwTime_t dwDataPacket::hostTimestamp

Timestamp of the message in microseconds (using clock of the context).

Definition at line 47 of file Data.h.

◆ raw

uint8_t* dwDataPacket::raw

Payload.

Definition at line 50 of file Data.h.

◆ size

size_t dwDataPacket::size

Number of bytes of the payload.

Definition at line 44 of file Data.h.


The documentation for this struct was generated from the following file: