.TH "Vector::BLF::LinStatisticEvent" 3 "Vector BLF" \" -*- nroff -*- .ad l .nh .SH NAME Vector::BLF::LinStatisticEvent \- LIN_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 \fBreservedLinStatisticEvent1\fP {}" .br .ti -1c .RI "\fBuint32_t\fP \fBreservedLinStatisticEvent2\fP {}" .br .ti -1c .RI "\fBdouble\fP \fBbusLoad\fP {}" .br .RI "bus load " .ti -1c .RI "\fBuint32_t\fP \fBburstsTotal\fP {}" .br .RI "bursts total " .ti -1c .RI "\fBuint32_t\fP \fBburstsOverrun\fP {}" .br .RI "bursts overrun " .ti -1c .RI "\fBuint32_t\fP \fBframesSent\fP {}" .br .RI "frames sent " .ti -1c .RI "\fBuint32_t\fP \fBframesReceived\fP {}" .br .RI "frames received " .ti -1c .RI "\fBuint32_t\fP \fBframesUnanswered\fP {}" .br .RI "frames unanswered " .ti -1c .RI "\fBuint32_t\fP \fBreservedLinStatisticEvent3\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 LIN_STATISTIC\&. .PP \fBDeprecated\fP .RS 4 .RE .PP .PP This info event is sent by the LIN hardware and transports bus statistics\&. .SH "Member Function Documentation" .PP .SS "\fBuint32_t\fP Vector::BLF::LinStatisticEvent::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::LinStatisticEvent::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::LinStatisticEvent::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 "\fBuint32_t\fP Vector::BLF::LinStatisticEvent::burstsOverrun {}" .PP bursts overrun Number of overrun bursts .SS "\fBuint32_t\fP Vector::BLF::LinStatisticEvent::burstsTotal {}" .PP bursts total Total number of bursts .SS "\fBdouble\fP Vector::BLF::LinStatisticEvent::busLoad {}" .PP bus load Bus load in percents .SS "\fBuint16_t\fP Vector::BLF::LinStatisticEvent::channel {}" .PP application channel Channel number where the frame sent/received\&. .SS "\fBuint32_t\fP Vector::BLF::LinStatisticEvent::framesReceived {}" .PP frames received Number of received frames .SS "\fBuint32_t\fP Vector::BLF::LinStatisticEvent::framesSent {}" .PP frames sent Number of transmitted frames .SS "\fBuint32_t\fP Vector::BLF::LinStatisticEvent::framesUnanswered {}" .PP frames unanswered Number of frames without response .SS "\fBuint16_t\fP Vector::BLF::LinStatisticEvent::reservedLinStatisticEvent1 {}" reserved .SS "\fBuint32_t\fP Vector::BLF::LinStatisticEvent::reservedLinStatisticEvent2 {}" reserved .SS "\fBuint32_t\fP Vector::BLF::LinStatisticEvent::reservedLinStatisticEvent3 {}" reserved .SH "Author" .PP Generated automatically by Doxygen for Vector BLF from the source code\&.