Vector BLF
Vector::BLF::A429BusStatistic Struct Referencefinal

A429_BUS_STATISTIC. More...

#include <A429BusStatistic.h>

Inheritance diagram for Vector::BLF::A429BusStatistic:
Inheritance graph
Collaboration diagram for Vector::BLF::A429BusStatistic:
Collaboration graph

Public Member Functions

void read (AbstractFile &is) override
 
void write (AbstractFile &os) override
 
DWORD calculateObjectSize () const override
 
- Public Member Functions inherited from Vector::BLF::ObjectHeader
 ObjectHeader (const ObjectType objectType, const WORD objectVersion=0)
 
void read (AbstractFile &is) override
 
void write (AbstractFile &os) override
 
WORD calculateHeaderSize () const override
 
DWORD calculateObjectSize () const override
 
- Public Member Functions inherited from Vector::BLF::ObjectHeaderBase
 ObjectHeaderBase (const WORD headerVersion, const ObjectType objectType)
 
 ObjectHeaderBase (const ObjectHeaderBase &)=default
 
ObjectHeaderBaseoperator= (const ObjectHeaderBase &)=default
 
 ObjectHeaderBase (ObjectHeaderBase &&)=default
 
ObjectHeaderBaseoperator= (ObjectHeaderBase &&)=default
 

Public Attributes

WORD channel {}
 
BYTE dir {}
 
BYTE reservedA429BusStatistic {}
 
ULONG busload {}
 
ULONG dataTotal {}
 
ULONG errorTotal {}
 
ULONG bitrate {}
 
USHORT parityErrors {}
 
USHORT bitrateErrors {}
 
USHORT gapErrors {}
 
USHORT lineErrors {}
 
USHORT formatErrors {}
 
USHORT dutyFactorErrors {}
 
USHORT wordLenErrors {}
 
USHORT codingErrors {}
 
USHORT idleErrors {}
 
USHORT levelErrors {}
 
std::array< USHORT, 256 > labelCount {}
 
- Public Attributes inherited from Vector::BLF::ObjectHeader
DWORD objectFlags {ObjectFlags::TimeOneNans}
 object flags More...
 
WORD clientIndex {}
 client index of send node
 
WORD objectVersion {0}
 object specific version More...
 
ULONGLONG objectTimeStamp {}
 object timestamp More...
 
- Public Attributes inherited from Vector::BLF::ObjectHeaderBase
DWORD signature {ObjectSignature}
 signature (ObjectSignature) More...
 
WORD headerSize {}
 sizeof object header More...
 
WORD headerVersion {}
 header version (1) More...
 
DWORD objectSize {}
 object size More...
 
ObjectType objectType {}
 object type More...
 

Additional Inherited Members

- Public Types inherited from Vector::BLF::ObjectHeader
enum  ObjectFlags : DWORD { TimeTenMics = 0x00000001 , TimeOneNans = 0x00000002 }
 

Detailed Description

A429_BUS_STATISTIC.

A429 bus statistic object

Member Function Documentation

◆ calculateObjectSize()

DWORD Vector::BLF::A429BusStatistic::calculateObjectSize ( ) const
overridevirtual

Calculates the objectSize

Returns
object size

Reimplemented from Vector::BLF::ObjectHeaderBase.

◆ read()

void Vector::BLF::A429BusStatistic::read ( AbstractFile is)
overridevirtual

Read the data of this object

Parameters
isinput stream

Reimplemented from Vector::BLF::ObjectHeaderBase.

◆ write()

void Vector::BLF::A429BusStatistic::write ( AbstractFile os)
overridevirtual

Write the data of this object

Parameters
osoutput stream

Reimplemented from Vector::BLF::ObjectHeaderBase.

Member Data Documentation

◆ bitrate

ULONG Vector::BLF::A429BusStatistic::bitrate {}

bitrate

◆ bitrateErrors

USHORT Vector::BLF::A429BusStatistic::bitrateErrors {}

bitrate errors

◆ busload

ULONG Vector::BLF::A429BusStatistic::busload {}

busload

◆ channel

WORD Vector::BLF::A429BusStatistic::channel {}

application channel

◆ codingErrors

USHORT Vector::BLF::A429BusStatistic::codingErrors {}

coding errors

◆ dataTotal

ULONG Vector::BLF::A429BusStatistic::dataTotal {}

data total

◆ dir

BYTE Vector::BLF::A429BusStatistic::dir {}

direction flag: 0=Rx, 1=Tx

◆ dutyFactorErrors

USHORT Vector::BLF::A429BusStatistic::dutyFactorErrors {}

duty factor errors

◆ errorTotal

ULONG Vector::BLF::A429BusStatistic::errorTotal {}

error total

◆ formatErrors

USHORT Vector::BLF::A429BusStatistic::formatErrors {}

format errors

◆ gapErrors

USHORT Vector::BLF::A429BusStatistic::gapErrors {}

gap errors

◆ idleErrors

USHORT Vector::BLF::A429BusStatistic::idleErrors {}

idle errors

◆ labelCount

std::array<USHORT, 256> Vector::BLF::A429BusStatistic::labelCount {}

label count

◆ levelErrors

USHORT Vector::BLF::A429BusStatistic::levelErrors {}

level errors

◆ lineErrors

USHORT Vector::BLF::A429BusStatistic::lineErrors {}

line errors

◆ parityErrors

USHORT Vector::BLF::A429BusStatistic::parityErrors {}

parity errors

◆ reservedA429BusStatistic

BYTE Vector::BLF::A429BusStatistic::reservedA429BusStatistic {}

reserved

◆ wordLenErrors

USHORT Vector::BLF::A429BusStatistic::wordLenErrors {}

word length errors


The documentation for this struct was generated from the following files: