gotthard2 new firmware veto header reduced to 16 (frames, bunchid)

This commit is contained in:
2020-05-28 12:44:03 +02:00
parent e884836f5c
commit 15eea51f12
3 changed files with 2 additions and 4 deletions

View File

@ -495,9 +495,9 @@ class Gotthard2Data : public GeneralData {
standardheader = true;
defaultUdpSocketBufferSize = (1000 * 1024 * 1024);
vetoDataSize = 160;
vetoPacketSize = headerSizeinPacket + vetoDataSize;
vetoImageSize = vetoDataSize * packetsPerFrame;
vetoHsize = 24;
vetoHsize = 16;
vetoPacketSize = vetoHsize + vetoDataSize;
};
/**