Vector BLF
|
LIN_RCV_ERROR2. More...
#include <LinReceiveError2.h>
Public Member Functions | |
void | read (AbstractFile &is) override |
void | write (AbstractFile &os) override |
DWORD | calculateObjectSize () const override |
![]() | |
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 |
![]() | |
ObjectHeaderBase (const WORD headerVersion, const ObjectType objectType) | |
ObjectHeaderBase (const ObjectHeaderBase &)=default | |
ObjectHeaderBase & | operator= (const ObjectHeaderBase &)=default |
ObjectHeaderBase (ObjectHeaderBase &&)=default | |
ObjectHeaderBase & | operator= (ObjectHeaderBase &&)=default |
![]() | |
void | read (AbstractFile &is) override |
void | write (AbstractFile &os) override |
DWORD | calculateObjectSize () const override |
![]() | |
LinBusEvent (const LinBusEvent &)=default | |
LinBusEvent & | operator= (const LinBusEvent &)=default |
LinBusEvent (LinBusEvent &&)=default | |
LinBusEvent & | operator= (LinBusEvent &&)=default |
Public Attributes | |
std::array< BYTE, 8 > | data {} |
data bytes. | |
BYTE | fsmId {} |
BYTE | fsmState {} |
BYTE | stateReason {} |
BYTE | offendingByte {} |
BYTE | shortError {} |
BYTE | timeoutDuringDlcDetection {} |
BYTE | isEtf {} |
ETF collision flag. More... | |
BYTE | hasDatabytes {} |
DWORD | respBaudrate {} |
Response baudrate of the event in bit/sec. More... | |
DWORD | reservedLinReceiveError {} |
DOUBLE | exactHeaderBaudrate {} |
Exact baudrate of the header in bit/sec. More... | |
DWORD | earlyStopbitOffset {} |
Early stop bit offset for UART timestamps in ns. More... | |
DWORD | earlyStopbitOffsetResponse {} |
Early stop bit offset in frame response for UART timestamps in ns. More... | |
![]() | |
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... | |
![]() | |
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... | |
![]() | |
std::array< ULONGLONG, 9 > | databyteTimestamps {} |
Databyte timestamps, where d[0] = EndOfHeader, d[1]=EndOfDataByte1, ..., d[8]=EndOfDataByte8. More... | |
![]() | |
WORD | supplierId {} |
LIN Sub-Identifier - Supplier ID. More... | |
WORD | messageId {} |
LIN Sub-Identifier - Message ID (16 bits) More... | |
BYTE | nad {} |
LIN Sub-Identifier - NAD. More... | |
BYTE | id {} |
LIN ID. More... | |
BYTE | dlc {} |
LIN DLC. More... | |
BYTE | checksumModel {} |
LIN checksum model. More... | |
![]() | |
ULONGLONG | synchBreakLength {} |
Sync Break Length in ns. More... | |
ULONGLONG | synchDelLength {} |
Sync Delimiter Length in ns. More... | |
![]() | |
ULONGLONG | sof {} |
Start Of Frame timestamp. More... | |
DWORD | eventBaudrate {} |
Baudrate of the event in bit/sec. More... | |
WORD | channel {} |
application channel More... | |
WORD | reservedLinBusEvent {} |
Additional Inherited Members | |
![]() | |
enum | ObjectFlags : DWORD { TimeTenMics = 0x00000001 , TimeOneNans = 0x00000002 } |
LIN_RCV_ERROR2.
This event may have a wide variety of causes. An external Master can cause a receive error event:
|
overridevirtual |
Calculates the objectSize
Reimplemented from Vector::BLF::LinDatabyteTimestampEvent.
|
overridevirtual |
Read the data of this object
is | input stream |
Reimplemented from Vector::BLF::LinDatabyteTimestampEvent.
|
overridevirtual |
Write the data of this object
os | output stream |
Reimplemented from Vector::BLF::LinDatabyteTimestampEvent.
DWORD Vector::BLF::LinReceiveError2::earlyStopbitOffset {} |
Early stop bit offset for UART timestamps in ns.
Early stop bit offset in frame header for UART timestamps [in ns]
DWORD Vector::BLF::LinReceiveError2::earlyStopbitOffsetResponse {} |
Early stop bit offset in frame response for UART timestamps in ns.
Early stop bit offset in frame response for UART timestamps [in ns]
DOUBLE Vector::BLF::LinReceiveError2::exactHeaderBaudrate {} |
Exact baudrate of the header in bit/sec.
Event's baudrate measured in header [in bits/sec]
BYTE Vector::BLF::LinReceiveError2::fsmId {} |
Slave Identifier in the Final State Machine (obsolete)
BYTE Vector::BLF::LinReceiveError2::fsmState {} |
State Identifier of a Slave in the Final State Machine (obsolete)
BYTE Vector::BLF::LinReceiveError2::hasDatabytes {} |
Flag indicating whether at least one data byte value is valid
BYTE Vector::BLF::LinReceiveError2::isEtf {} |
ETF collision flag.
Flag indicating whether this frame is Event-Triggered one:
BYTE Vector::BLF::LinReceiveError2::offendingByte {} |
Byte value that resulted the protocol violation. Only valid for certain values of mStateReason
DWORD Vector::BLF::LinReceiveError2::reservedLinReceiveError {} |
reserved
DWORD Vector::BLF::LinReceiveError2::respBaudrate {} |
Response baudrate of the event in bit/sec.
Event's baudrate measured in response [in bits/sec]
BYTE Vector::BLF::LinReceiveError2::shortError {} |
Specifies the detail level of the event. Following values are possible:
BYTE Vector::BLF::LinReceiveError2::stateReason {} |
The lower 4 bits indicate the LIN hard-ware state at the time the error has occurred, while the upper 4 bits indicate the reason of the error
Value for the state:
Values for the reason:
BYTE Vector::BLF::LinReceiveError2::timeoutDuringDlcDetection {} |
Flag indicating if the error is a result of an attempt to resolve frame length. Following values are possible: