- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
NVIDIA DriveWorks API: Data
Description: This file defines the Data sensor structure.
Definition in file Data.h.
Go to the source code of this file.
Data Structures | |
struct | dwDataPacket |
Holds a data packet. More... | |
Functions | |
DW_API_PUBLIC dwStatus | dwSensorData_readPacket (const dwDataPacket **const packet, dwTime_t const timeoutUs, dwSensorHandle_t const sensor) |
Reads the next packet. More... | |
DW_API_PUBLIC dwStatus | dwSensorData_returnPacket (dwDataPacket const *const scan, dwSensorHandle_t const sensor) |
Returns the data read to the internal pool. More... | |