save structs for datasets
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
P60DockHandler::P60DockHandler(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, &p60dockHkTableDataset), p60dockHkTableDataset(this) {
|
||||
}
|
||||
|
||||
P60DockHandler::~P60DockHandler() {
|
||||
|
Reference in New Issue
Block a user