NVIDIA DRIVE OS Linux SDK API Reference

5.2.0 Release
For Test and Development only
NvSIPL DeviceBlock Information

Detailed Description

Describes information about devices supported by SIPL Device Block.

Data Structures

struct  nvsipl::SensorInfo
 Defines the image sensor information. More...
 
struct  nvsipl::EEPROMInfo
 Defines the EEPROM information. More...
 
struct  nvsipl::SerInfo
 Defines the serializer information. More...
 
struct  nvsipl::CameraModuleInfo
 Defines information for the camera module. More...
 
struct  nvsipl::DeserInfo
 Defines the deserializer information. More...
 
struct  nvsipl::DeviceBlockInfo
 Defines the DeviceBlock information. More...
 

Variables

static const std::uint32_t nvsipl::MAX_DEVICEBLOCKS_PER_PLATFORM = 4U
 Indicates the maximum number of device blocks per platform. More...
 
static const std::uint32_t nvsipl::MAX_CAMERAMODULES_PER_BLOCK = 4U
 Indicates the maximum number of camera modules per device block. More...
 
static const std::uint32_t nvsipl::MAX_CAMERAMODULES_PER_PLATFORM = MAX_DEVICEBLOCKS_PER_PLATFORM * MAX_CAMERAMODULES_PER_BLOCK
 Indicates the maximum number of camera modules per platform. More...
 
static const std::uint32_t nvsipl::MAX_SENSORS_PER_PLATFORM = MAX_CAMERAMODULES_PER_PLATFORM
 Indicates the maximum number of sensors per platform. More...
 

Variable Documentation

◆ MAX_CAMERAMODULES_PER_BLOCK

const std::uint32_t nvsipl::MAX_CAMERAMODULES_PER_BLOCK = 4U
static

Indicates the maximum number of camera modules per device block.

Definition at line 44 of file NvSIPLDeviceBlockInfo.hpp.

◆ MAX_CAMERAMODULES_PER_PLATFORM

const std::uint32_t nvsipl::MAX_CAMERAMODULES_PER_PLATFORM = MAX_DEVICEBLOCKS_PER_PLATFORM * MAX_CAMERAMODULES_PER_BLOCK
static

Indicates the maximum number of camera modules per platform.

Definition at line 47 of file NvSIPLDeviceBlockInfo.hpp.

◆ MAX_DEVICEBLOCKS_PER_PLATFORM

const std::uint32_t nvsipl::MAX_DEVICEBLOCKS_PER_PLATFORM = 4U
static

Indicates the maximum number of device blocks per platform.

Definition at line 41 of file NvSIPLDeviceBlockInfo.hpp.

◆ MAX_SENSORS_PER_PLATFORM

const std::uint32_t nvsipl::MAX_SENSORS_PER_PLATFORM = MAX_CAMERAMODULES_PER_PLATFORM
static

Indicates the maximum number of sensors per platform.

Definition at line 50 of file NvSIPLDeviceBlockInfo.hpp.