eive-obsw/mission/system/tree/tcsModeTree.cpp
Robin Mueller bc32c51460
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
add basic TCS mode tree framework
2022-11-11 11:23:13 +01:00

13 lines
286 B
C++

#include "tcsModeTree.h"
#include "fsfw/subsystem/Subsystem.h"
#include "mission/system/tree/util.h"
#include "eive/objects.h"
Subsystem satsystem::tcs::SUBSYSTEM(objects::TCS_SUBSYSTEM, 12, 24);
namespace {
// Alias for checker function
const auto check = subsystem::checkInsert;
}