13 lines
286 B
C++
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;
|
||
|
}
|