SoC Calculator #754

Merged
muellerr merged 74 commits from soc-calculator into main 2023-10-11 10:50:48 +02:00
Showing only changes of commit 1973bd2c5b - Show all commits

View File

@ -67,7 +67,6 @@ void buildOffSequence(Subsystem& ss, ModeListEntry& eh) {
EPS_SEQUENCE_OFF.first)),
ctxc);
}
} // namespace
void buildNormalSequence(Subsystem& ss, ModeListEntry& eh) {
std::string context = "satsystem::tcs::buildNormalSequence";
@ -102,4 +101,5 @@ void buildNormalSequence(Subsystem& ss, ModeListEntry& eh) {
check(ss.addSequence(SequenceEntry(EPS_SEQUENCE_NORMAL.first, &EPS_SEQUENCE_NORMAL.second,
EPS_SEQUENCE_NORMAL.first)),
ctxc);
}
} // namespace