asm to normal is now commanded
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good
All checks were successful
fsfw/fsfw example hosted/pipeline/head This commit looks good
This commit is contained in:
parent
f101352817
commit
a30b161c3e
@ -294,17 +294,6 @@ void InitMission::createTasks() {
|
|||||||
sif::printInfo("Waiting 5 Seconds and then command Test Assembly to Normal, Dual \n");
|
sif::printInfo("Waiting 5 Seconds and then command Test Assembly to Normal, Dual \n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
TaskFactory::delayTask(5000);
|
|
||||||
CommandMessage modeMessage;
|
|
||||||
ModeMessage::setModeMessage(&modeMessage, ModeMessage::CMD_MODE_COMMAND,
|
|
||||||
DeviceHandlerIF::MODE_NORMAL, TestAssembly::submodes::DUAL);
|
|
||||||
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
|
||||||
sif::info << "Commanding Test Assembly to Normal, Dual" << std::endl;
|
|
||||||
#else
|
|
||||||
sif::printInfo("Commanding Test Assembly to Normal, Dual \n");
|
|
||||||
#endif
|
|
||||||
MessageQueueSenderIF::sendMessage(assembly->getCommandQueue(), &modeMessage,
|
|
||||||
MessageQueueIF::NO_QUEUE);
|
|
||||||
#endif /* OBSW_ADD_DEVICE_HANDLER_DEMO */
|
#endif /* OBSW_ADD_DEVICE_HANDLER_DEMO */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit aa0dcdae1ac53cac007dff2dce5492a9d687b1e5
|
Subproject commit 59a80fed91f2ba9cc7918f7aa32f475f27b0738c
|
@ -1 +1 @@
|
|||||||
Subproject commit 75fda59ee1beb70a1413a7fa8b0089d8869fee69
|
Subproject commit b4ed174ff47d0ed5fb24b8d9ba301e12a470fd2b
|
Loading…
Reference in New Issue
Block a user