.TH "Vector::BLF::LinDisturbanceEvent" 3 "Vector BLF" \" -*- nroff -*- .ad l .nh .SH NAME Vector::BLF::LinDisturbanceEvent \- LIN_DISTURBANCE_EVENT\&. .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 "\fBuint8_t\fP \fBid\fP {}" .br .RI "LIN ID of disturbed response\&. " .ti -1c .RI "\fBuint8_t\fP \fBdisturbingFrameId\fP {}" .br .RI "LIN ID of disturbing header\&. " .ti -1c .RI "\fBuint32_t\fP \fBdisturbanceType\fP {}" .br .RI "type of disturbance (dominant, recessive, header, bitstream, variable bitstream) " .ti -1c .RI "\fBuint32_t\fP \fBbyteIndex\fP {}" .br .RI "index of the byte that was disturbed " .ti -1c .RI "\fBuint32_t\fP \fBbitIndex\fP {}" .br .RI "index of the bit that was disturbed disturbed\&. 0 is the first data bit, 8 is the stop bit, 9 is the first bit in interbyte space\&. " .ti -1c .RI "\fBuint32_t\fP \fBbitOffsetInSixteenthBits\fP {}" .br .RI "offset in 1/16th bits into the disturbed bit " .ti -1c .RI "\fBuint32_t\fP \fBdisturbanceLengthInSixteenthBits\fP {}" .br .RI "length of the disturbance in units of 1/16th bit " .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_DISTURBANCE_EVENT\&. This event occurs if CANoe/CANalyzer explicitly caused to disturb one bit or a sequence of bits\&. .SH "Member Function Documentation" .PP .SS "\fBuint32_t\fP Vector::BLF::LinDisturbanceEvent::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::LinDisturbanceEvent::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::LinDisturbanceEvent::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::LinDisturbanceEvent::bitIndex {}" .PP index of the bit that was disturbed disturbed\&. 0 is the first data bit, 8 is the stop bit, 9 is the first bit in interbyte space\&. The index of the bit that was .SS "\fBuint32_t\fP Vector::BLF::LinDisturbanceEvent::bitOffsetInSixteenthBits {}" .PP offset in 1/16th bits into the disturbed bit The offset in 1/16th bits into the disturbed bit\&. .SS "\fBuint32_t\fP Vector::BLF::LinDisturbanceEvent::byteIndex {}" .PP index of the byte that was disturbed The 0-indexed byte where the disturbance occurred\&. 0 is the first data byte, 9 is the checksum in case of a dlc 8 frame\&. .PP If a header was disturbed (id == 0xFF), 0 is the sync field and 1 is the PID\&. .SS "\fBuint16_t\fP Vector::BLF::LinDisturbanceEvent::channel {}" .PP application channel Channel number of the event .SS "\fBuint32_t\fP Vector::BLF::LinDisturbanceEvent::disturbanceLengthInSixteenthBits {}" .PP length of the disturbance in units of 1/16th bit The length of a dominant or recessive disturbance in units of 1/16th bits\&. .SS "\fBuint32_t\fP Vector::BLF::LinDisturbanceEvent::disturbanceType {}" .PP type of disturbance (dominant, recessive, header, bitstream, variable bitstream) The type of disturbance: .IP "\(bu" 2 0: dominant disturbance .IP "\(bu" 2 1: recessive disturbance .IP "\(bu" 2 2: disturbance with a header .IP "\(bu" 2 3: disturbance with a bitstream .IP "\(bu" 2 4: disturbance with a variable bitstream .PP .SS "\fBuint8_t\fP Vector::BLF::LinDisturbanceEvent::disturbingFrameId {}" .PP LIN ID of disturbing header\&. Identifier of a disturbing header, if disturbing with a header (disturbanceType == 2), otherwise 0xFF\&. .SS "\fBuint8_t\fP Vector::BLF::LinDisturbanceEvent::id {}" .PP LIN ID of disturbed response\&. Identifier of a disturbed response or 0xFF if a header was disturbed\&. .SH "Author" .PP Generated automatically by Doxygen for Vector BLF from the source code\&.