This commit is contained in:
parent
5b4f97358f
commit
12feb989ae
@ -218,11 +218,6 @@ void UartTestClass::scexPeriodic() {
|
|||||||
out << helper;
|
out << helper;
|
||||||
}
|
}
|
||||||
// fram
|
// 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 (helper.getCmd() == FRAM) {
|
||||||
if (not fileNameSet) {
|
if (not fileNameSet) {
|
||||||
fileId = random_string(6);
|
fileId = random_string(6);
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
class SemaphoreIF;
|
class SemaphoreIF;
|
||||||
class MutexIF;
|
class MutexIF;
|
||||||
|
|
||||||
class ScexUartReader : public SystemObject, // strg+shift+n
|
class ScexUartReader : public SystemObject,
|
||||||
public ExecutableObjectIF,
|
public ExecutableObjectIF,
|
||||||
public DeviceCommunicationIF {
|
public DeviceCommunicationIF {
|
||||||
friend class UartTestClass;
|
friend class UartTestClass;
|
||||||
|
Loading…
Reference in New Issue
Block a user