heater handler wip
This commit is contained in:
14
mission/devices/ACUHandler.cpp
Normal file
14
mission/devices/ACUHandler.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
#include "ACUHandler.h"
|
||||
|
||||
ACUHandler::ACUHandler(object_id_t objectId, object_id_t comIF, CookieIF * comCookie,
|
||||
uint16_t maxConfigTableAddress, uint16_t maxHkTableAddress, uint16 hkTableSize) :
|
||||
GomspaceDeviceHandler(objectId, comIF, comCookie, maxConfigTableAddress, maxHkTableAddress,
|
||||
hkTableSize) {
|
||||
}
|
||||
|
||||
ACUHandler::~ACUHandler() {
|
||||
}
|
||||
|
||||
void ACUHandler::letChildHandleHkReply(DeviceCommandId_t id, const uint8_t *packet) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user