This commit is contained in:
parent
c3dd2b55ee
commit
083b4e61ad
@ -6,6 +6,7 @@
|
|||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
|
#include "fsfw/serviceinterface/ServiceInterfaceStream.h"
|
||||||
#include "fsfw/tmtcpacket/ccsds/SpacePacketReader.h"
|
#include "fsfw/tmtcpacket/ccsds/SpacePacketReader.h"
|
||||||
#include "linux/payload/MpsocCommunication.h"
|
#include "linux/payload/MpsocCommunication.h"
|
||||||
#include "linux/payload/plocMpsocHelpers.h"
|
#include "linux/payload/plocMpsocHelpers.h"
|
||||||
@ -396,6 +397,8 @@ ReturnValue_t PlocMpsocSpecialComHelper::handleTmReception() {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
if (result == MpsocCommunication::PACKET_RECEIVED) {
|
if (result == MpsocCommunication::PACKET_RECEIVED) {
|
||||||
|
// Need to convert this, we are faking a synchronous API here.
|
||||||
|
result = returnvalue::OK;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
usleep(usleepDelay);
|
usleep(usleepDelay);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user