SeaBreeze
Public Member Functions
seabreeze::EEPROMSlotFeature Class Reference
Inheritance diagram for seabreeze::EEPROMSlotFeature:
Inheritance graph
Collaboration diagram for seabreeze::EEPROMSlotFeature:
Collaboration graph

Public Member Functions

 EEPROMSlotFeature (unsigned int numberOfSlots)
 
virtual std::vector< std::vector< unsigned char > * > * readAllEEPROMSlots (const Protocol &protocol, const Bus &bus)
 
virtual std::vector< unsigned char > * readEEPROMSlot (const Protocol &protocol, const Bus &bus, unsigned int slot)
 
virtual int writeEEPROMSlot (const Protocol &protocol, const Bus &bus, unsigned int slot, const std::vector< unsigned char > &data)
 
virtual FeatureFamily getFeatureFamily ()
 
- Public Member Functions inherited from seabreeze::FeatureImpl
virtual bool initialize (const Protocol &protocol, const Bus &bus)
 

Additional Inherited Members

- Protected Member Functions inherited from seabreeze::EEPROMSlotFeatureBase
double readDouble (const Protocol &protocol, const Bus &bus, unsigned int slot)
 
long readLong (const Protocol &protocol, const Bus &bus, unsigned int slot)
 
- Protected Member Functions inherited from seabreeze::FeatureImpl
ProtocolHelperlookupProtocolImpl (const Protocol &protocol)
 
- Protected Attributes inherited from seabreeze::FeatureImpl
std::vector< ProtocolHelper * > protocols
 

Member Function Documentation

◆ readAllEEPROMSlots()

virtual std::vector< std::vector< unsigned char > * > * seabreeze::EEPROMSlotFeature::readAllEEPROMSlots ( const Protocol protocol,
const Bus bus 
)
virtual

◆ readEEPROMSlot()

virtual std::vector< unsigned char > * seabreeze::EEPROMSlotFeature::readEEPROMSlot ( const Protocol protocol,
const Bus bus,
unsigned int  slot 
)
virtual

Reimplemented from seabreeze::EEPROMSlotFeatureBase.

◆ writeEEPROMSlot()

virtual int seabreeze::EEPROMSlotFeature::writeEEPROMSlot ( const Protocol protocol,
const Bus bus,
unsigned int  slot,
const std::vector< unsigned char > &  data 
)
virtual

Reimplemented from seabreeze::EEPROMSlotFeatureBase.

◆ getFeatureFamily()

virtual FeatureFamily seabreeze::EEPROMSlotFeature::getFeatureFamily ( )
virtual

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