pdu2 dataset update snapshot

This commit is contained in:
2021-02-06 11:57:45 +01:00
parent 77f293f789
commit e25ffa1054
18 changed files with 312 additions and 149 deletions

View File

@ -1,9 +1,9 @@
#include "ACUHandler.h"
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, &acuHkTableDataset), acuHkTableDataset(this) {
ACUHandler::ACUHandler(object_id_t objectId, object_id_t comIF, CookieIF * comCookie) :
GomspaceDeviceHandler(objectId, comIF, comCookie, ACU::MAX_CONFIGTABLE_ADDRESS,
ACU::MAX_HKTABLE_ADDRESS, ACU::HK_TABLE_SIZE, &acuHkTableDataset), acuHkTableDataset(
this) {
}
ACUHandler::~ACUHandler() {