reaction wheels testing

This commit is contained in:
Martin Zietz
2021-06-21 14:46:46 +02:00
parent 33a55d7114
commit d704b389e4
6 changed files with 42 additions and 9 deletions

View File

@ -3,7 +3,6 @@
#include <fsfw/globalfunctions/CRC.h>
#include <fsfw/datapool/PoolReadGuard.h>
#include <math.h>
RwHandler::RwHandler(object_id_t objectId, object_id_t comIF, CookieIF * comCookie) :
DeviceHandlerBase(objectId, comIF, comCookie), temperatureSet(this), statusSet(this) {