Jetson Linux API Reference

34.1 Release
Argus::Ext::ISensorEepromData Class Referenceabstract

Detailed Description

Interface used to get EEPROM data

Definition at line 62 of file SensorEepromData.h.

Inheritance diagram for Argus::Ext::ISensorEepromData:
Collaboration diagram for Argus::Ext::ISensorEepromData:

Public Member Functions

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

Static Public Member Functions

static const InterfaceIDid ()
 

Protected Member Functions

 ~ISensorEepromData ()
 

Constructor & Destructor Documentation

◆ ~ISensorEepromData()

Argus::Ext::ISensorEepromData::~ISensorEepromData ( )
inlineprotected

Definition at line 83 of file SensorEepromData.h.

Member Function Documentation

◆ getSensorEepromData()

virtual Status Argus::Ext::ISensorEepromData::getSensorEepromData ( void *  dst,
uint32_t  size 
) const
pure virtual

Copies back the EEPROM 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.

◆ getSensorEepromDataSize()

virtual uint32_t Argus::Ext::ISensorEepromData::getSensorEepromDataSize ( ) const
pure virtual

Returns the size of the EEPROM data.

◆ id()

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

Definition at line 65 of file SensorEepromData.h.


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