SoC Calculator #754
@ -67,7 +67,6 @@ void buildOffSequence(Subsystem& ss, ModeListEntry& eh) {
|
|||||||
EPS_SEQUENCE_OFF.first)),
|
EPS_SEQUENCE_OFF.first)),
|
||||||
ctxc);
|
ctxc);
|
||||||
}
|
}
|
||||||
} // namespace
|
|
||||||
|
|
||||||
void buildNormalSequence(Subsystem& ss, ModeListEntry& eh) {
|
void buildNormalSequence(Subsystem& ss, ModeListEntry& eh) {
|
||||||
std::string context = "satsystem::tcs::buildNormalSequence";
|
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,
|
check(ss.addSequence(SequenceEntry(EPS_SEQUENCE_NORMAL.first, &EPS_SEQUENCE_NORMAL.second,
|
||||||
EPS_SEQUENCE_NORMAL.first)),
|
EPS_SEQUENCE_NORMAL.first)),
|
||||||
ctxc);
|
ctxc);
|
||||||
|
}
|
||||||
} // namespace
|
} // namespace
|
||||||
|
Loading…
Reference in New Issue
Block a user