1
0
forked from fsfw/fsfw

const correctness

This commit is contained in:
2021-06-14 11:16:56 +02:00
parent 56d2af9d25
commit b1e3a1b2b5
6 changed files with 51 additions and 38 deletions

View File

@ -259,6 +259,7 @@ void CommandingServiceBase::handleRequestQueue() {
rejectPacket(tc_verification::START_FAILURE, &packet, INVALID_SUBSERVICE);
continue;
}
result = getMessageQueueAndObject(packet.getSubService(),
packet.getApplicationData(), packet.getApplicationDataSize(),
&queue, &objectId);