save structs for datasets

This commit is contained in:
2021-02-03 08:09:54 +01:00
parent fd1e4f3473
commit be9409c80d
15 changed files with 792 additions and 361 deletions

View File

@ -3,7 +3,7 @@
ACUHandler::ACUHandler(object_id_t objectId, object_id_t comIF, CookieIF * comCookie,
uint16_t maxConfigTableAddress, uint16_t maxHkTableAddress, uint16_t hkTableSize) :
GomspaceDeviceHandler(objectId, comIF, comCookie, maxConfigTableAddress, maxHkTableAddress,
hkTableSize) {
hkTableSize, &acuHkTableDataset), acuHkTableDataset(this) {
}
ACUHandler::~ACUHandler() {