supla-device
|
This is the complete list of members for StateStorageInterface, including all inherited members.
commit() (defined in StateStorageInterface) | StateStorageInterface | protected |
deleteAll()=0 (defined in StateStorageInterface) | StateStorageInterface | pure virtual |
eraseSector(unsigned int address, int size) (defined in StateStorageInterface) | StateStorageInterface | protected |
finalizeLoadState()=0 (defined in StateStorageInterface) | StateStorageInterface | pure virtual |
finalizeSaveState()=0 (defined in StateStorageInterface) | StateStorageInterface | pure virtual |
finalizeSizeCheck()=0 (defined in StateStorageInterface) | StateStorageInterface | pure virtual |
getSizeValue(uint16_t availableSize) (defined in StateStorageInterface) | StateStorageInterface | protectedvirtual |
initFromStorage()=0 (defined in StateStorageInterface) | StateStorageInterface | pure virtual |
initSectionPreamble(Supla::SectionPreamble *preamble)=0 (defined in StateStorageInterface) | StateStorageInterface | pure virtual |
loadPreambles(uint32_t storageStartingOffset, uint16_t size) (defined in StateStorageInterface) | StateStorageInterface | virtual |
notifyUpdate() (defined in StateStorageInterface) | StateStorageInterface | virtual |
prepareLoadState()=0 (defined in StateStorageInterface) | StateStorageInterface | pure virtual |
prepareSaveState()=0 (defined in StateStorageInterface) | StateStorageInterface | pure virtual |
prepareSizeCheck()=0 (defined in StateStorageInterface) | StateStorageInterface | pure virtual |
readState(unsigned char *, int)=0 (defined in StateStorageInterface) | StateStorageInterface | pure virtual |
readStorage(unsigned int address, unsigned char *buf, int size, bool logs=true) (defined in StateStorageInterface) | StateStorageInterface | protected |
sectionType (defined in StateStorageInterface) | StateStorageInterface | protected |
StateStorageInterface(Storage *storage, uint8_t sectionType) (defined in StateStorageInterface) | StateStorageInterface | explicit |
storage (defined in StateStorageInterface) | StateStorageInterface | protected |
updateStorage(unsigned int address, const unsigned char *buf, int size) (defined in StateStorageInterface) | StateStorageInterface | protected |
writeSectionPreamble()=0 (defined in StateStorageInterface) | StateStorageInterface | pure virtual |
writeState(const unsigned char *, int)=0 (defined in StateStorageInterface) | StateStorageInterface | pure virtual |
writeStorage(unsigned int address, const unsigned char *buf, int size) (defined in StateStorageInterface) | StateStorageInterface | protected |
~StateStorageInterface() (defined in StateStorageInterface) | StateStorageInterface | virtual |