24 #include <Vector/BLF/platform.h>
28 #include <Vector/BLF/AbstractFile.h>
29 #include <Vector/BLF/ObjectHeader.h>
30 #include <Vector/BLF/VectorTypes.h>
32 #include <Vector/BLF/vector_blf_export.h>
47 DWORD calculateObjectSize()
const override;
56 BYTE reservedA429BusStatistic {};
71 USHORT parityErrors {};
74 USHORT bitrateErrors {};
83 USHORT formatErrors {};
86 USHORT dutyFactorErrors {};
89 USHORT wordLenErrors {};
92 USHORT codingErrors {};
98 USHORT levelErrors {};
101 std::array<USHORT, 256> labelCount {};
A429_BUS_STATISTIC.
Definition: A429BusStatistic.h:42
Definition: AbstractFile.h:36