![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Defines the deserializer information.
Definition at line 176 of file NvSIPLDeviceBlock.hpp.
Data Fields | |
std::string | name = "" |
Holds the name of the deserializer, for example, "MAX96712". More... | |
std::string | description = "" |
Holds the description of the deserializer. More... | |
std::uint32_t | i2cAddress = -1U |
Holds the native I2C address of the deserializer. More... | |
std::string nvsipl::DeserInfo::description = "" |
Holds the description of the deserializer.
Definition at line 181 of file NvSIPLDeviceBlock.hpp.
std::uint32_t nvsipl::DeserInfo::i2cAddress = -1U |
Holds the native I2C address of the deserializer.
Definition at line 183 of file NvSIPLDeviceBlock.hpp.
std::string nvsipl::DeserInfo::name = "" |
Holds the name of the deserializer, for example, "MAX96712".
Definition at line 179 of file NvSIPLDeviceBlock.hpp.