NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
nvsipl::DeviceInfoList Struct Reference

Detailed Description

Defines a list of all external image devices supported by NvSIPL Query and SIPL Device Block drivers.

Definition at line 33 of file NvSIPLQuery.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

◆ cameraModuleList

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

Holds a vector of CameraModuleInfo objects.

Definition at line 42 of file NvSIPLQuery.hpp.

◆ deserInfoList

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

Holds a vector of DeserInfo objects.

Definition at line 44 of file NvSIPLQuery.hpp.

◆ eepromInfoList

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

Holds a vector of EEPROMInfo objects.

Definition at line 38 of file NvSIPLQuery.hpp.

◆ sensorInfoList

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

Holds a vector of SensorInfo objects.

Definition at line 36 of file NvSIPLQuery.hpp.

◆ serInfoList

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

Holds a vector of SerInfo objects.

Definition at line 40 of file NvSIPLQuery.hpp.


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