Vector BLF
Vector::BLF::LinShortOrSlowResponse Struct Referencefinal

LIN_SHORT_OR_SLOW_RESPONSE. More...

#include <LinShortOrSlowResponse.h>

Inheritance diagram for Vector::BLF::LinShortOrSlowResponse:
Vector::BLF::ObjectHeader Vector::BLF::LinDatabyteTimestampEvent Vector::BLF::ObjectHeaderBase Vector::BLF::LinMessageDescriptor Vector::BLF::LinSynchFieldEvent Vector::BLF::LinBusEvent

Public Member Functions

void read (AbstractFile &is) override
 
void write (AbstractFile &os) override
 
DWORD calculateObjectSize () const override
 
- Public Member Functions inherited from Vector::BLF::ObjectHeader
 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
 
- Public Member Functions inherited from Vector::BLF::ObjectHeaderBase
 ObjectHeaderBase (const WORD headerVersion, const ObjectType objectType)
 
 ObjectHeaderBase (const ObjectHeaderBase &)=default
 
ObjectHeaderBaseoperator= (const ObjectHeaderBase &)=default
 
 ObjectHeaderBase (ObjectHeaderBase &&)=default
 
ObjectHeaderBaseoperator= (ObjectHeaderBase &&)=default
 
- Public Member Functions inherited from Vector::BLF::LinSynchFieldEvent
void read (AbstractFile &is) override
 
void write (AbstractFile &os) override
 
DWORD calculateObjectSize () const override
 
- Public Member Functions inherited from Vector::BLF::LinBusEvent
 LinBusEvent (const LinBusEvent &)=default
 
LinBusEventoperator= (const LinBusEvent &)=default
 
 LinBusEvent (LinBusEvent &&)=default
 
LinBusEventoperator= (LinBusEvent &&)=default
 

Public Attributes

ULONG numberOfRespBytes {}
 number of valid response bytes More...
 
std::array< BYTE, 9 > respBytes {}
 the response bytes (can include the checksum) More...
 
BYTE slowResponse {}
 non-zero, if the response was too slow More...
 
BYTE interruptedByBreak {}
 non-zero, if the response was interrupted by a sync break More...
 
BYTE reservedLinShortOrSlowResponse {}
 
- Public Attributes inherited from Vector::BLF::ObjectHeader
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...
 
- Public Attributes inherited from Vector::BLF::ObjectHeaderBase
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...
 
- Public Attributes inherited from Vector::BLF::LinDatabyteTimestampEvent
std::array< ULONGLONG, 9 > databyteTimestamps {}
 Databyte timestamps, where d[0] = EndOfHeader, d[1]=EndOfDataByte1, ..., d[8]=EndOfDataByte8. More...
 
- Public Attributes inherited from Vector::BLF::LinMessageDescriptor
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...
 
- Public Attributes inherited from Vector::BLF::LinSynchFieldEvent
ULONGLONG synchBreakLength {}
 Sync Break Length in ns. More...
 
ULONGLONG synchDelLength {}
 Sync Delimiter Length in ns. More...
 
- Public Attributes inherited from Vector::BLF::LinBusEvent
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

- Public Types inherited from Vector::BLF::ObjectHeader
enum  ObjectFlags : DWORD { TimeTenMics = 0x00000001 , TimeOneNans = 0x00000002 }
 

Detailed Description

LIN_SHORT_OR_SLOW_RESPONSE.

This event occurs if a set of receive errors could be a valid header followed by a short or slow response.

Member Function Documentation

◆ calculateObjectSize()

DWORD Vector::BLF::LinShortOrSlowResponse::calculateObjectSize ( ) const
overridevirtual

Calculates the objectSize

Returns
object size

Reimplemented from Vector::BLF::LinDatabyteTimestampEvent.

◆ read()

void Vector::BLF::LinShortOrSlowResponse::read ( AbstractFile is)
overridevirtual

Read the data of this object

Parameters
isinput stream

Reimplemented from Vector::BLF::LinDatabyteTimestampEvent.

◆ write()

void Vector::BLF::LinShortOrSlowResponse::write ( AbstractFile os)
overridevirtual

Write the data of this object

Parameters
osoutput stream

Reimplemented from Vector::BLF::LinDatabyteTimestampEvent.

Member Data Documentation

◆ interruptedByBreak

BYTE Vector::BLF::LinShortOrSlowResponse::interruptedByBreak {}

non-zero, if the response was interrupted by a sync break

Non-zero, if the response was interrupted by a sync break; otherwise zero.

◆ numberOfRespBytes

ULONG Vector::BLF::LinShortOrSlowResponse::numberOfRespBytes {}

number of valid response bytes

The number of response bytes.

◆ reservedLinShortOrSlowResponse

BYTE Vector::BLF::LinShortOrSlowResponse::reservedLinShortOrSlowResponse {}

reserved

◆ respBytes

std::array<BYTE, 9> Vector::BLF::LinShortOrSlowResponse::respBytes {}

the response bytes (can include the checksum)

The response bytes (can include the checksum).

◆ slowResponse

BYTE Vector::BLF::LinShortOrSlowResponse::slowResponse {}

non-zero, if the response was too slow

Non-zero, if the response was too slow; otherwise zero.


The documentation for this struct was generated from the following files: