NVIDIA DRIVE OS Linux SDK API Reference

5.2.0 Release
For Test and Development only
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 52 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...
 
std::uint32_t numDeviceBlocks = 0
 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 59 of file NvSIPLPlatformCfg.hpp.

◆ deviceBlockList

DeviceBlockInfo nvsipl::PlatformCfg::deviceBlockList[MAX_DEVICEBLOCKS_PER_PLATFORM]

Holds an array of DeviceBlockInfo.

Definition at line 65 of file NvSIPLPlatformCfg.hpp.

◆ numDeviceBlocks

std::uint32_t nvsipl::PlatformCfg::numDeviceBlocks = 0

Holds the number of device blocks.

This value must be less than or equal to MAX_DEVICEBLOCKS_PER_PLATFORM.

Definition at line 63 of file NvSIPLPlatformCfg.hpp.

◆ platform

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

Holds the platform name.

For example, "ddpx-a".

Definition at line 55 of file NvSIPLPlatformCfg.hpp.

◆ platformConfig

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

Holds the platform configuration name.

Definition at line 57 of file NvSIPLPlatformCfg.hpp.


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