- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
NVIDIA DriveWorks API: Core Object (Extra) Methods
Description: This file defines the core methods of the SDK.
Definition in file ObjectExtra.h.
Go to the source code of this file.
Macros | |
#define | DW_OBJECT_MAX_NAME_LEN 128 |
Functions | |
DW_API_PUBLIC dwStatus | dwObject_setObjectName (char8_t const *const name, dwModuleHandle_t const handle) |
Set the module name for a DW Object. More... | |
#define DW_OBJECT_MAX_NAME_LEN 128 |
Definition at line 57 of file ObjectExtra.h.
DW_API_PUBLIC dwStatus dwObject_setObjectName | ( | char8_t const *const | name, |
dwModuleHandle_t const | handle | ||
) |
Set the module name for a DW Object.
[in] | name | Pointer to an C string to contain the name to set the object to |
[in] | handle | Object handle |