thats a bit tricky
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
This commit is contained in:
@ -73,9 +73,16 @@ auto ACS_TABLE_TARGET_PT_TRANS_0 =
|
||||
auto ACS_TABLE_TARGET_PT_TRANS_1 =
|
||||
std::make_pair((acs::CtrlModes::TARGET_PT << 24) | 3, FixedArrayList<ModeListEntry, 1>());
|
||||
|
||||
void satsystem::initAcsSubsystem() {
|
||||
void satsystem::initAcsSubsystem(object_id_t satSystemObjId) {
|
||||
ModeListEntry entry;
|
||||
Subsystem* acsSubsystem = new Subsystem(objects::ACS_SUBSYSTEM, objects::EIVE_SYSTEM, 12, 24);
|
||||
Subsystem* acsSubsystem = new Subsystem(objects::ACS_SUBSYSTEM, satSystemObjId, 12, 24);
|
||||
acsSubsystem->registerChild(objects::ACS_CONTROLLER);
|
||||
acsSubsystem->registerChild(objects::IMTQ_HANDLER);
|
||||
acsSubsystem->registerChild(objects::STAR_TRACKER);
|
||||
acsSubsystem->registerChild(objects::ACS_BOARD_ASS);
|
||||
acsSubsystem->registerChild(objects::SUS_BOARD_ASS);
|
||||
acsSubsystem->registerChild(objects::IMTQ_HANDLER);
|
||||
acsSubsystem->registerChild(objects::RW_ASS);
|
||||
buildOffSequence(acsSubsystem, entry);
|
||||
buildSafeSequence(acsSubsystem, entry);
|
||||
buildDetumbleSequence(acsSubsystem, entry);
|
||||
|
Reference in New Issue
Block a user