NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
CTX_LIST_STR Struct Reference

Detailed Description

Data structure to enable reading a list of values in a DU Link callback.

Definition at line 454 of file duplugin.h.

Data Fields

const uint8_t size
 Number of items in the list. More...
 
const char *const * ppStrList
 Pointer to array of strings to iterate. More...
 

Field Documentation

◆ ppStrList

const char* const * CTX_LIST_STR::ppStrList

Pointer to array of strings to iterate.

Definition at line 459 of file duplugin.h.

◆ size

const uint8_t CTX_LIST_STR::size

Number of items in the list.

Definition at line 457 of file duplugin.h.


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