NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
nvsipl::PlatformCfg Struct Reference

Detailed Description

Defines the camera platform configuration.

Describes up to MAX_DEVICEBLOCKS_PER_PLATFORM deserializers connected to Tegra.

Definition at line 36 of file NvSIPLPlatformCfg.hpp.

Collaboration diagram for nvsipl::PlatformCfg:

Data Fields

std::string platform = ""
 Holds the platform name. More...
 
std::string platformConfig = ""
 Holds the platform configuration name. More...
 
std::string description = ""
 Holds the platform configuration description. More...
 
uint32_t numDeviceBlocks = 0U
 Holds the number of device blocks. More...
 
DeviceBlockInfo deviceBlockList [MAX_DEVICEBLOCKS_PER_PLATFORM]
 Holds an array of DeviceBlockInfo. More...
 

Field Documentation

◆ description

std::string nvsipl::PlatformCfg::description = ""

Holds the platform configuration description.

Definition at line 43 of file NvSIPLPlatformCfg.hpp.

◆ deviceBlockList

DeviceBlockInfo nvsipl::PlatformCfg::deviceBlockList[MAX_DEVICEBLOCKS_PER_PLATFORM]

Holds an array of DeviceBlockInfo.

Definition at line 48 of file NvSIPLPlatformCfg.hpp.

◆ numDeviceBlocks

uint32_t nvsipl::PlatformCfg::numDeviceBlocks = 0U

Holds the number of device blocks.

This value must be less than or equal to MAX_DEVICEBLOCKS_PER_PLATFORM.

Definition at line 46 of file NvSIPLPlatformCfg.hpp.

◆ platform

std::string nvsipl::PlatformCfg::platform = ""

Holds the platform name.

For example, "ddpx-a".

Definition at line 39 of file NvSIPLPlatformCfg.hpp.

◆ platformConfig

std::string nvsipl::PlatformCfg::platformConfig = ""

Holds the platform configuration name.

Definition at line 41 of file NvSIPLPlatformCfg.hpp.


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