NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nvsipl::DeviceInfoList Struct Reference

Detailed Description

Defines a list of all external image devices supported by NvSIPL Query (libnvsipl_query.so) and NvSIPL DeviceBlock (libnvsipl_devblk.so).

Definition at line 35 of file NvSIPLPlatformCfg.hpp.

Data Fields

std::vector< SensorInfosensorInfoList
 Holds a vector of SensorInfo objects. More...
 
std::vector< EEPROMInfoeepromInfoList
 Holds a vector of EEPROMInfo objects. More...
 
std::vector< SerInfoserInfoList
 Holds a vector of SerInfo objects. More...
 
std::vector< CameraModuleInfocameraModuleList
 Holds a vector of CameraModuleInfo objects. More...
 
std::vector< DeserInfodeserInfoList
 Holds a vector of DeserInfo objects. More...
 

Field Documentation

std::vector<CameraModuleInfo> nvsipl::DeviceInfoList::cameraModuleList

Holds a vector of CameraModuleInfo objects.

Definition at line 44 of file NvSIPLPlatformCfg.hpp.

std::vector<DeserInfo> nvsipl::DeviceInfoList::deserInfoList

Holds a vector of DeserInfo objects.

Definition at line 46 of file NvSIPLPlatformCfg.hpp.

std::vector<EEPROMInfo> nvsipl::DeviceInfoList::eepromInfoList

Holds a vector of EEPROMInfo objects.

Definition at line 40 of file NvSIPLPlatformCfg.hpp.

std::vector<SensorInfo> nvsipl::DeviceInfoList::sensorInfoList

Holds a vector of SensorInfo objects.

Definition at line 38 of file NvSIPLPlatformCfg.hpp.

std::vector<SerInfo> nvsipl::DeviceInfoList::serInfoList

Holds a vector of SerInfo objects.

Definition at line 42 of file NvSIPLPlatformCfg.hpp.


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