NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 56 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 = 0
 Holds the number of device blocks. More...
 
DeviceBlockInfo deviceBlockList [MAX_DEVICEBLOCKS_PER_PLATFORM]
 Holds an array of DeviceBlockInfo. More...
 

Field Documentation

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

Holds the platform configuration description.

Definition at line 63 of file NvSIPLPlatformCfg.hpp.

DeviceBlockInfo nvsipl::PlatformCfg::deviceBlockList[MAX_DEVICEBLOCKS_PER_PLATFORM]

Holds an array of DeviceBlockInfo.

Definition at line 69 of file NvSIPLPlatformCfg.hpp.

uint32_t nvsipl::PlatformCfg::numDeviceBlocks = 0

Holds the number of device blocks.

This value must be less than MAX_DEVICEBLOCKS_PER_PLATFORM.

Definition at line 67 of file NvSIPLPlatformCfg.hpp.

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

Holds the platform name.

For example, "ddpx-a".

Definition at line 59 of file NvSIPLPlatformCfg.hpp.

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

Holds the platform configuration name.

Definition at line 61 of file NvSIPLPlatformCfg.hpp.


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