.TH "Vector::BLF::AfdxBusStatistic" 3 "Vector BLF" \" -*- nroff -*- .ad l .nh .SH NAME Vector::BLF::AfdxBusStatistic \- AFDX_BUS_STATISTIC\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherits \fBVector::BLF::ObjectHeader\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBvoid\fP \fBread\fP (\fBAbstractFile\fP &\fBis\fP) \fBoverride\fP" .br .ti -1c .RI "\fBvoid\fP \fBwrite\fP (\fBAbstractFile\fP &\fBos\fP) \fBoverride\fP" .br .ti -1c .RI "\fBuint32_t\fP \fBcalculateObjectSize\fP () \fBconst\fP \fBoverride\fP" .br .in -1c Public Member Functions inherited from \fBVector::BLF::ObjectHeader\fP .in +1c .ti -1c .RI "\fBObjectHeader\fP (\fBconst\fP ObjectType \fBobjectType\fP, \fBconst\fP \fBuint16_t\fP \fBobjectVersion\fP=0)" .br .ti -1c .RI "\fBvoid\fP \fBread\fP (\fBAbstractFile\fP &\fBis\fP) \fBoverride\fP" .br .ti -1c .RI "\fBvoid\fP \fBwrite\fP (\fBAbstractFile\fP &\fBos\fP) \fBoverride\fP" .br .ti -1c .RI "\fBuint16_t\fP \fBcalculateHeaderSize\fP () \fBconst\fP \fBoverride\fP" .br .ti -1c .RI "\fBuint32_t\fP \fBcalculateObjectSize\fP () \fBconst\fP \fBoverride\fP" .br .in -1c Public Member Functions inherited from \fBVector::BLF::ObjectHeaderBase\fP .in +1c .ti -1c .RI "\fBObjectHeaderBase\fP (\fBconst\fP \fBuint16_t\fP \fBheaderVersion\fP, \fBconst\fP ObjectType \fBobjectType\fP)" .br .ti -1c .RI "\fBObjectHeaderBase\fP (\fBconst\fP \fBObjectHeaderBase\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBObjectHeaderBase\fP & \fBoperator=\fP (\fBconst\fP \fBObjectHeaderBase\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBObjectHeaderBase\fP (\fBObjectHeaderBase\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBObjectHeaderBase\fP & \fBoperator=\fP (\fBObjectHeaderBase\fP &&)=\fBdefault\fP" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "\fBuint16_t\fP \fBchannel\fP {}" .br .RI "application channel " .ti -1c .RI "\fBuint16_t\fP \fBflags\fP {}" .br .RI "Bit0=Valid Rx/Tx Counter, Bit1=Valid Error Counter; Bit2=Valid VLId\&. " .ti -1c .RI "\fBuint32_t\fP \fBstatDuration\fP {}" .br .RI "real time period in mysec of statistic datacollection " .ti -1c .RI "\fBuint32_t\fP \fBstatRxPacketCountHW\fP {}" .br .RI "read frames taken from hardware, i\&.e\&. on bus " .ti -1c .RI "\fBuint32_t\fP \fBstatTxPacketCountHW\fP {}" .br .RI "send frames as taken from hardware, i\&.e\&. on bus " .ti -1c .RI "\fBuint32_t\fP \fBstatRxErrorCountHW\fP {}" .br .RI "number of erronous Rx-frames detected by HW " .ti -1c .RI "\fBuint32_t\fP \fBstatTxErrorCountHW\fP {}" .br .RI "number of erronous Tx-frames detected by HW " .ti -1c .RI "\fBuint32_t\fP \fBstatRxBytesHW\fP {}" .br .RI "bytes received by HW during this time period " .ti -1c .RI "\fBuint32_t\fP \fBstatTxBytesHW\fP {}" .br .RI "bytes sent by HW during this time period " .ti -1c .RI "\fBuint32_t\fP \fBstatRxPacketCount\fP {}" .br .RI "received frames within CANwin " .ti -1c .RI "\fBuint32_t\fP \fBstatTxPacketCount\fP {}" .br .RI "send packets from within CANwin " .ti -1c .RI "\fBuint32_t\fP \fBstatDroppedPacketCount\fP {}" .br .RI "number of packets aktively dropped by CANwin " .ti -1c .RI "\fBuint32_t\fP \fBstatInvalidPacketCount\fP {}" .br .RI "number of packets with incompatible eth-header regarding AFDX-spec " .ti -1c .RI "\fBuint32_t\fP \fBstatLostPacketCount\fP {}" .br .RI "number of packets lost by CABwin due to queue overflow etc " .ti -1c .RI "\fBuint8_t\fP \fBline\fP {}" .br .RI "lineA (0) or lineB (1) " .ti -1c .RI "\fBuint8_t\fP \fBlinkStatus\fP {}" .br .RI "status of adapter as per \fBEthernetStatus\fP " .ti -1c .RI "\fBuint16_t\fP \fBlinkSpeed\fP {}" .br .RI "link speed: 0:=10mbps 1:=100mbps 2:=1000mbps " .ti -1c .RI "\fBuint16_t\fP \fBlinkLost\fP {}" .br .RI "counter of link-losses during this period " .ti -1c .RI "\fBuint16_t\fP \fBreservedAfdxBusStatistic1\fP {}" .br .ti -1c .RI "\fBuint32_t\fP \fBreservedAfdxBusStatistic2\fP {}" .br .in -1c Public Attributes inherited from \fBVector::BLF::ObjectHeader\fP .in +1c .ti -1c .RI "\fBuint32_t\fP \fBobjectFlags\fP {\fBObjectFlags::TimeOneNans\fP}" .br .RI "object flags " .ti -1c .RI "\fBuint16_t\fP \fBclientIndex\fP {}" .br .RI "client index of send node " .ti -1c .RI "\fBuint16_t\fP \fBobjectVersion\fP {0}" .br .RI "object specific version " .ti -1c .RI "\fBuint64_t\fP \fBobjectTimeStamp\fP {}" .br .RI "object timestamp " .in -1c Public Attributes inherited from \fBVector::BLF::ObjectHeaderBase\fP .in +1c .ti -1c .RI "\fBuint32_t\fP \fBsignature\fP {ObjectSignature}" .br .RI "signature (ObjectSignature) " .ti -1c .RI "\fBuint16_t\fP \fBheaderSize\fP {}" .br .RI "sizeof object header " .ti -1c .RI "\fBuint16_t\fP \fBheaderVersion\fP {}" .br .RI "header version (1) " .ti -1c .RI "\fBuint32_t\fP \fBobjectSize\fP {}" .br .RI "object size " .ti -1c .RI "ObjectType \fBobjectType\fP {ObjectType::UNKNOWN}" .br .RI "object type " .in -1c .SS "Additional Inherited Members" Public Types inherited from \fBVector::BLF::ObjectHeader\fP .in +1c .ti -1c .RI "enum \fBObjectFlags\fP : uint32_t { \fBTimeTenMics\fP = 0x00000001, \fBTimeOneNans\fP = 0x00000002 }" .br .in -1c .SH "Detailed Description" .PP AFDX_BUS_STATISTIC\&. AFDX line-specific bus-statistic event used since 8\&.2 .SH "Member Function Documentation" .PP .SS "\fBuint32_t\fP Vector::BLF::AfdxBusStatistic::calculateObjectSize () const\fR [override]\fP, \fR [virtual]\fP" Calculates the objectSize .PP \fBReturns\fP .RS 4 object size .RE .PP .PP Reimplemented from \fBVector::BLF::ObjectHeaderBase\fP\&. .SS "\fBvoid\fP Vector::BLF::AfdxBusStatistic::read (\fBAbstractFile\fP & is)\fR [override]\fP, \fR [virtual]\fP" Read the data of this object .PP \fBParameters\fP .RS 4 \fIis\fP input stream .RE .PP .PP Reimplemented from \fBVector::BLF::ObjectHeaderBase\fP\&. .SS "\fBvoid\fP Vector::BLF::AfdxBusStatistic::write (\fBAbstractFile\fP & os)\fR [override]\fP, \fR [virtual]\fP" Write the data of this object .PP \fBParameters\fP .RS 4 \fIos\fP output stream .RE .PP .PP Reimplemented from \fBVector::BLF::ObjectHeaderBase\fP\&. .SH "Member Data Documentation" .PP .SS "\fBuint16_t\fP Vector::BLF::AfdxBusStatistic::reservedAfdxBusStatistic1 {}" reserved .SS "\fBuint32_t\fP Vector::BLF::AfdxBusStatistic::reservedAfdxBusStatistic2 {}" reserved .SH "Author" .PP Generated automatically by Doxygen for Vector BLF from the source code\&.