added debug output for pcdu modules
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...

This commit is contained in:
Jakob.Meier
2021-08-17 11:59:32 +02:00
parent 3a65f1d39f
commit 1722f14a60
6 changed files with 72 additions and 18 deletions

View File

@ -250,15 +250,10 @@ void ObjectFactory::createPcduComponents() {
* Setting PCDU devices to mode normal immediately after start up because PCDU is always
* running.
*/
/** For now this needs to be commented out because there is no PCDU connected to the OBC */
// p60dockhandler->setModeNormal();
// pdu1handler->setModeNormal();
// pdu2handler->setModeNormal();
// acuhandler->setModeNormal();
(void) p60dockhandler;
(void) pdu1handler;
(void) pdu2handler;
(void) acuhandler;
p60dockhandler->setModeNormal();
pdu1handler->setModeNormal();
pdu2handler->setModeNormal();
acuhandler->setModeNormal();
}
void ObjectFactory::createRadSensorComponent(LinuxLibgpioIF* gpioComIF) {