Jetson Linux API Reference

35.2.1 Release
Argus::Ext::ISensorOtpData Class Referenceabstract

Detailed Description

Interface used to get OTP data

Definition at line 62 of file SensorOtpData.h.

Inheritance diagram for Argus::Ext::ISensorOtpData:
Collaboration diagram for Argus::Ext::ISensorOtpData:

Public Member Functions

virtual uint32_t getSensorOtpDataSize () const =0
 Returns the size of the OTP data. More...
 
virtual Status getSensorOtpData (void *dst, uint32_t size) const =0
 Copies back the OTP data to the provided memory location. More...
 

Static Public Member Functions

static const InterfaceIDid ()
 

Protected Member Functions

 ~ISensorOtpData ()
 

Constructor & Destructor Documentation

◆ ~ISensorOtpData()

Argus::Ext::ISensorOtpData::~ISensorOtpData ( )
inlineprotected

Definition at line 83 of file SensorOtpData.h.

Member Function Documentation

◆ getSensorOtpData()

virtual Status Argus::Ext::ISensorOtpData::getSensorOtpData ( void *  dst,
uint32_t  size 
) const
pure virtual

Copies back the OTP data to the provided memory location.

If the size of dst is smaller than the total size of the EEPROM data, only the first bytes up to size are copied.

Parameters
[out]dstThe pointer to the location where the data will be copied. The caller is responsible for allocating and managing the memory.
[in]sizeThe size of the destination.

◆ getSensorOtpDataSize()

virtual uint32_t Argus::Ext::ISensorOtpData::getSensorOtpDataSize ( ) const
pure virtual

Returns the size of the OTP data.

◆ id()

static const InterfaceID& Argus::Ext::ISensorOtpData::id ( )
inlinestatic

Definition at line 65 of file SensorOtpData.h.


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