1
0
forked from fsfw/fsfw

Merge branch 'mueller_sifRenaming_soooMany' into mueller_framework

This commit is contained in:
2020-04-23 19:21:12 +02:00
36 changed files with 117 additions and 98 deletions

View File

@ -70,7 +70,7 @@ void HealthHelper::informParent(HasHealthIF::HealthState health,
health, oldHealth);
if (MessageQueueSenderIF::sendMessage(parentQueue, &message,
owner->getCommandQueue()) != HasReturnvaluesIF::RETURN_OK) {
debug << "HealthHelper::informParent: sending health reply failed."
sif::debug << "HealthHelper::informParent: sending health reply failed."
<< std::endl;
}
}
@ -89,7 +89,8 @@ void HealthHelper::handleSetHealthCommand(CommandMessage* message) {
}
if (MessageQueueSenderIF::sendMessage(message->getSender(), &reply,
owner->getCommandQueue()) != HasReturnvaluesIF::RETURN_OK) {
debug << "HealthHelper::handleHealthCommand: sending health "
sif::debug << "HealthHelper::handleHealthCommand: sending health "
"reply failed." << std::endl;
}
}