- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
NVIDIA® DriveWorks is a collection of modules with C APIs.
Module functions are defined in camel case, as following:
Each module provides a handle to access module functions.
Structures supporting the module are defined with a typedef and prefixed module name in camel case.
Enums are defined with a prefix of the module name, where each element is:
_
as a separator and