NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
DULINK_EXPORT_REQS Struct Reference

Detailed Description

Data structure to define DU Link node to be exported by a DRIVE Update plugin via exportDULinkNodes.

Definition at line 403 of file duplugin.h.

Collaboration diagram for DULINK_EXPORT_REQS:

Data Fields

const char * pPath
 DU Link path to be exported. More...
 
const DULINK_CB cb
 Callback function to export. More...
 
DULINK_ATTR attr
 DU Link Attribute of node being exported. More...
 
voidpCtx
 Context for to callback function. More...
 

Field Documentation

◆ attr

DULINK_ATTR DULINK_EXPORT_REQS::attr

DU Link Attribute of node being exported.

Definition at line 410 of file duplugin.h.

◆ cb

const DULINK_CB DULINK_EXPORT_REQS::cb

Callback function to export.

Definition at line 408 of file duplugin.h.

◆ pCtx

void* DULINK_EXPORT_REQS::pCtx

Context for to callback function.

Definition at line 412 of file duplugin.h.

◆ pPath

const char* DULINK_EXPORT_REQS::pPath

DU Link path to be exported.

Definition at line 406 of file duplugin.h.


The documentation for this struct was generated from the following file: