DriveWorks SDK Reference
5.16.65 Release
For Test and Development only

ObjectExtra.h File Reference

Detailed Description

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...
 

Macro Definition Documentation

◆ DW_OBJECT_MAX_NAME_LEN

#define DW_OBJECT_MAX_NAME_LEN   128

Definition at line 57 of file ObjectExtra.h.

Function Documentation

◆ dwObject_setObjectName()

DW_API_PUBLIC dwStatus dwObject_setObjectName ( char8_t const *const  name,
dwModuleHandle_t const  handle 
)

Set the module name for a DW Object.

Parameters
[in]namePointer to an C string to contain the name to set the object to
[in]handleObject handle
Returns
DW_INVALID_ARGUMENT if one of input parameters is NULL.
DW_INVALID_HANDLE if given context handle is not an actual handle.
DW_SUCCESS Successfully set name for an object.
Note
the maximum length of the name is DW_OBJECT_MAX_NAME_LEN