.TH "Vector::BLF::LinMessage2" 3 "Vector BLF" \" -*- nroff -*- .ad l .nh .SH NAME Vector::BLF::LinMessage2 \- LIN_MESSAGE2\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherits \fBVector::BLF::ObjectHeader\fP, and \fBVector::BLF::LinDatabyteTimestampEvent\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "void \fBread\fP (\fBAbstractFile\fP &is) override" .br .ti -1c .RI "void \fBwrite\fP (\fBAbstractFile\fP &os) override" .br .ti -1c .RI "uint32_t \fBcalculateObjectSize\fP () const override" .br .in -1c Public Member Functions inherited from \fBVector::BLF::ObjectHeader\fP .in +1c .ti -1c .RI "\fBObjectHeader\fP (const ObjectType \fBobjectType\fP, const uint16_t \fBobjectVersion\fP=0)" .br .ti -1c .RI "void \fBread\fP (\fBAbstractFile\fP &is) override" .br .ti -1c .RI "void \fBwrite\fP (\fBAbstractFile\fP &os) override" .br .ti -1c .RI "uint16_t \fBcalculateHeaderSize\fP () const override" .br .ti -1c .RI "uint32_t \fBcalculateObjectSize\fP () const override" .br .in -1c Public Member Functions inherited from \fBVector::BLF::ObjectHeaderBase\fP .in +1c .ti -1c .RI "\fBObjectHeaderBase\fP (const uint16_t \fBheaderVersion\fP, const ObjectType \fBobjectType\fP)" .br .ti -1c .RI "\fBObjectHeaderBase\fP (const ObjectHeaderBase &)=default" .br .ti -1c .RI "ObjectHeaderBase & \fBoperator=\fP (const ObjectHeaderBase &)=default" .br .ti -1c .RI "\fBObjectHeaderBase\fP (ObjectHeaderBase &&)=default" .br .ti -1c .RI "ObjectHeaderBase & \fBoperator=\fP (ObjectHeaderBase &&)=default" .br .in -1c Public Member Functions inherited from \fBVector::BLF::LinMessageDescriptor\fP .in +1c .ti -1c .RI "void \fBread\fP (\fBAbstractFile\fP &is) override" .br .ti -1c .RI "void \fBwrite\fP (\fBAbstractFile\fP &os) override" .br .ti -1c .RI "uint32_t \fBcalculateObjectSize\fP () const override" .br .in -1c Public Member Functions inherited from \fBVector::BLF::LinSynchFieldEvent\fP .in +1c .ti -1c .RI "void \fBread\fP (\fBAbstractFile\fP &is) override" .br .ti -1c .RI "void \fBwrite\fP (\fBAbstractFile\fP &os) override" .br .ti -1c .RI "uint32_t \fBcalculateObjectSize\fP () const override" .br .in -1c Public Member Functions inherited from \fBVector::BLF::LinBusEvent\fP .in +1c .ti -1c .RI "\fBLinBusEvent\fP (const LinBusEvent &)=default" .br .ti -1c .RI "LinBusEvent & \fBoperator=\fP (const LinBusEvent &)=default" .br .ti -1c .RI "\fBLinBusEvent\fP (LinBusEvent &&)=default" .br .ti -1c .RI "LinBusEvent & \fBoperator=\fP (LinBusEvent &&)=default" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "std::array< uint8_t, 8 > \fBdata\fP {}" .br .RI "data bytes " .ti -1c .RI "uint16_t \fBcrc\fP {}" .br .RI "checksum byte " .ti -1c .RI "uint8_t \fBdir\fP {}" .br .RI "direction " .ti -1c .RI "uint8_t \fBsimulated\fP {}" .br .RI "simulated frame " .ti -1c .RI "uint8_t \fBisEtf\fP {}" .br .RI "Event-triggered frame\&. " .ti -1c .RI "uint8_t \fBetfAssocIndex\fP {}" .br .RI "Unconditional frame associated with ETF - serial index\&. " .ti -1c .RI "uint8_t \fBetfAssocEtfId\fP {}" .br .RI "Unconditional frame associated with ETF - id of ETF\&. " .ti -1c .RI "uint8_t \fBfsmId\fP {}" .br .ti -1c .RI "uint8_t \fBfsmState\fP {}" .br .ti -1c .RI "uint8_t \fBreservedLinMessage1\fP {}" .br .ti -1c .RI "uint16_t \fBreservedLinMessage2\fP {}" .br .ti -1c .RI "uint32_t \fBrespBaudrate\fP {}" .br .RI "Response baudrate of the event in bit/sec\&. " .ti -1c .RI "double \fBexactHeaderBaudrate\fP {}" .br .RI "Exact baudrate of the header in bit/sec\&. " .ti -1c .RI "uint32_t \fBearlyStopbitOffset\fP {}" .br .RI "Early stop bit offset for UART timestamps in ns\&. " .ti -1c .RI "uint32_t \fBearlyStopbitOffsetResponse\fP {}" .br .RI "Early stop bit offset in frame response for UART timestamps in ns\&. " .ti -1c .RI "uint8_t \fBapiMajor\fP {3}" .br .in -1c Public Attributes inherited from \fBVector::BLF::ObjectHeader\fP .in +1c .ti -1c .RI "uint32_t \fBobjectFlags\fP {\fBObjectFlags::TimeOneNans\fP}" .br .RI "object flags " .ti -1c .RI "uint16_t \fBclientIndex\fP {}" .br .RI "client index of send node " .ti -1c .RI "uint16_t \fBobjectVersion\fP {0}" .br .RI "object specific version " .ti -1c .RI "uint64_t \fBobjectTimeStamp\fP {}" .br .RI "object timestamp " .in -1c Public Attributes inherited from \fBVector::BLF::ObjectHeaderBase\fP .in +1c .ti -1c .RI "uint32_t \fBsignature\fP {ObjectSignature}" .br .RI "signature (ObjectSignature) " .ti -1c .RI "uint16_t \fBheaderSize\fP {}" .br .RI "sizeof object header " .ti -1c .RI "uint16_t \fBheaderVersion\fP {}" .br .RI "header version (1) " .ti -1c .RI "uint32_t \fBobjectSize\fP {}" .br .RI "object size " .ti -1c .RI "ObjectType \fBobjectType\fP {ObjectType::UNKNOWN}" .br .RI "object type " .in -1c Public Attributes inherited from \fBVector::BLF::LinDatabyteTimestampEvent\fP .in +1c .ti -1c .RI "std::array< uint64_t, 9 > \fBdatabyteTimestamps\fP {}" .br .RI "Databyte timestamps, where d[0] = EndOfHeader, d[1]=EndOfDataByte1, \&.\&.\&., d[8]=EndOfDataByte8\&. " .in -1c Public Attributes inherited from \fBVector::BLF::LinMessageDescriptor\fP .in +1c .ti -1c .RI "uint16_t \fBsupplierId\fP {}" .br .RI "LIN Sub-Identifier - Supplier ID\&. " .ti -1c .RI "uint16_t \fBmessageId\fP {}" .br .RI "LIN Sub-Identifier - Message ID (16 bits)\&. " .ti -1c .RI "uint8_t \fBnad\fP {}" .br .RI "LIN Sub-Identifier - NAD\&. " .ti -1c .RI "uint8_t \fBid\fP {}" .br .RI "LIN ID\&. " .ti -1c .RI "uint8_t \fBdlc\fP {}" .br .RI "LIN DLC\&. " .ti -1c .RI "uint8_t \fBchecksumModel\fP {}" .br .RI "LIN checksum model\&. " .in -1c Public Attributes inherited from \fBVector::BLF::LinSynchFieldEvent\fP .in +1c .ti -1c .RI "uint64_t \fBsynchBreakLength\fP {}" .br .RI "Sync Break Length in ns\&. " .ti -1c .RI "uint64_t \fBsynchDelLength\fP {}" .br .RI "Sync Delimiter Length in ns\&. " .in -1c Public Attributes inherited from \fBVector::BLF::LinBusEvent\fP .in +1c .ti -1c .RI "uint64_t \fBsof\fP {}" .br .RI "Start Of Frame timestamp\&. " .ti -1c .RI "uint32_t \fBeventBaudrate\fP {}" .br .RI "Baudrate of the event in bit/sec\&. " .ti -1c .RI "uint16_t \fBchannel\fP {}" .br .RI "application channel " .ti -1c .RI "uint16_t \fBreservedLinBusEvent\fP {}" .br .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_MESSAGE2\&. LIN frame received or transmitted on a LIN channel\&. .SH "Member Function Documentation" .PP .SS "uint32_t Vector::BLF::LinMessage2::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 "void Vector::BLF::LinMessage2::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 "void Vector::BLF::LinMessage2::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 "uint8_t Vector::BLF::LinMessage2::apiMajor {3}" API major number (see \fBFileStatistics\fP) .PP This is used to determine which member variables are valid\&. .SS "uint16_t Vector::BLF::LinMessage2::crc {}" .PP checksum byte Checksum byte value .SS "std::array Vector::BLF::LinMessage2::data {}" .PP data bytes Databyte values .SS "uint8_t Vector::BLF::LinMessage2::dir {}" .PP direction Direction of bus events .IP "\(bu" 2 0: Rx (received) .IP "\(bu" 2 1: Tx (transmit receipt) .IP "\(bu" 2 2: Tx Request (transmit request) .PP .SS "uint32_t Vector::BLF::LinMessage2::earlyStopbitOffset {}" .PP Early stop bit offset for UART timestamps in ns\&. Early stop bit offset in frame header for UART timestamps [in ns] .SS "uint32_t Vector::BLF::LinMessage2::earlyStopbitOffsetResponse {}" .PP Early stop bit offset in frame response for UART timestamps in ns\&. Early stop bit offset in frame response for UART timestamps [in ns] .SS "uint8_t Vector::BLF::LinMessage2::etfAssocEtfId {}" .PP Unconditional frame associated with ETF - id of ETF\&. Event-Triggered frame only: Frame identifier (6-bit) of associated frame, which data is carried .SS "uint8_t Vector::BLF::LinMessage2::etfAssocIndex {}" .PP Unconditional frame associated with ETF - serial index\&. Event-Triggered frame only: Index of associated frame, which data is carried .SS "double Vector::BLF::LinMessage2::exactHeaderBaudrate {}" .PP Exact baudrate of the header in bit/sec\&. Event’s baudrate measured in header [in bits/sec] .SS "uint8_t Vector::BLF::LinMessage2::fsmId {}" Slave Identifier in the Final State Machine (obsolete) .SS "uint8_t Vector::BLF::LinMessage2::fsmState {}" State Identifier of a Slave in the Final State Machine (obsolete) .SS "uint8_t Vector::BLF::LinMessage2::isEtf {}" .PP Event-triggered frame\&. Flag indicating whether this frame is Event-Triggered one: .IP "\(bu" 2 0: not ETF .IP "\(bu" 2 1: ETF .PP .SS "uint8_t Vector::BLF::LinMessage2::reservedLinMessage1 {}" reserved .SS "uint16_t Vector::BLF::LinMessage2::reservedLinMessage2 {}" reserved .SS "uint32_t Vector::BLF::LinMessage2::respBaudrate {}" .PP Response baudrate of the event in bit/sec\&. Event's baudrate measured in response [in bits/sec] .SS "uint8_t Vector::BLF::LinMessage2::simulated {}" .PP simulated frame Flag indicating whether this frame a simulated one: .IP "\(bu" 2 0: real frame .IP "\(bu" 2 1: simulated frame .PP .SH "Author" .PP Generated automatically by Doxygen for Vector BLF from the source code\&.