This commit is contained in:
parent
5b4f97358f
commit
12feb989ae
@ -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);
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user