DriveWorks SDK Reference
5.14.77 Release
For Test and Development only

Types.h File Reference

Detailed Description

NVIDIA DriveWorks API: Core Types

Description: This file defines POD types, timestamps, and trivial data types.

Definition in file Types.h.

Go to the source code of this file.

Data Structures

struct  dwPolyline2d
 Defines a double-precision 2D polyline. More...
 
struct  dwPolyline2f
 Defines a single-precision 2D polyline. More...
 
struct  dwPolyline3d
 Defines a double-precision 3D polyline. More...
 
struct  dwPolyline3f
 Defines a single-precision 3D polyline. More...
 

Macros

#define DEFINE_DW_VALIDITY_STATUS   dwValidityStatus validityStatus
 Macro to place validity status in DW C struct with standardized name such that we have a unified way to represent data validity. More...
 
#define DW_NO_CALLBACK   NULL
 
#define DW_NULL_HANDLE   NULL
 

Typedefs

typedef __half_raw dwFloat16_t
 

Functions

DW_API_PUBLIC uint8_t dwSizeOf (dwTrivialDataType const type)
 Get the size of dwTrivialDataType type. More...