Robin Mueller
baa6f05f8e
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
16 lines
543 B
C++
16 lines
543 B
C++
#include <fsfw/subsystem/modes/ModeDefinitions.h>
|
|
|
|
class Subsystem;
|
|
|
|
namespace satsystem {
|
|
|
|
void acsSubsystemInit();
|
|
void buildOffSequence(Subsystem* ss, ModeListEntry& entryHelper);
|
|
void buildDetumbleSequence(Subsystem* ss, ModeListEntry& entryHelper);
|
|
void buildSafeSequence(Subsystem* ss, ModeListEntry& entryHelper);
|
|
void buildIdleSequence(Subsystem* ss, ModeListEntry& entryHelper);
|
|
void buildTargetPtSequence(Subsystem* ss, ModeListEntry& entryHelper);
|
|
|
|
void checkInsert(ReturnValue_t result, const char* ctx);
|
|
} // namespace satsystem
|