small tweaks
EIVE/eive-obsw/pipeline/pr-develop Build started... Details

This commit is contained in:
Robin Müller 2022-10-10 17:36:01 +02:00
parent 5b4f97358f
commit 12feb989ae
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 1 additions and 6 deletions

View File

@ -218,11 +218,6 @@ void UartTestClass::scexPeriodic() {
out << helper;
}
// fram
// packetcounter eins h<>her, wenn mehr packet verloren -> merkt sich welches packet fehlt
// was wenn erstes packet fehlt; mit boolean var (firstpacketarrived=false) die immer mit
// finish false wird?
// countdown (max 2min), wenn nicht if (helper.getPacketCounter() ==
// helper.getTotalPacketCounter()) { nach 2min reader->finish();
if (helper.getCmd() == FRAM) {
if (not fileNameSet) {
fileId = random_string(6);

View File

@ -13,7 +13,7 @@
class SemaphoreIF;
class MutexIF;
class ScexUartReader : public SystemObject, // strg+shift+n
class ScexUartReader : public SystemObject,
public ExecutableObjectIF,
public DeviceCommunicationIF {
friend class UartTestClass;