heater handler wip
This commit is contained in:
14
mission/devices/P60DockHandler.cpp
Normal file
14
mission/devices/P60DockHandler.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
#include "P60DockHandler.h"
|
||||
|
||||
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) {
|
||||
}
|
||||
|
||||
P60DockHandler::~P60DockHandler() {
|
||||
}
|
||||
|
||||
void P60DockHandler::letChildHandleHkReply(DeviceCommandId_t id, const uint8_t *packet) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user