Vector BLF
Vector::BLF::LinDatabyteTimestampEvent Struct Reference

#include <LinDatabyteTimestampEvent.h>

Inheritance diagram for Vector::BLF::LinDatabyteTimestampEvent:
Vector::BLF::LinMessageDescriptor Vector::BLF::LinSynchFieldEvent Vector::BLF::LinBusEvent Vector::BLF::LinCrcError2 Vector::BLF::LinMessage2 Vector::BLF::LinReceiveError2 Vector::BLF::LinShortOrSlowResponse Vector::BLF::LinShortOrSlowResponse2

Public Member Functions

void read (AbstractFile &is) override
 
void write (AbstractFile &os) override
 
DWORD calculateObjectSize () const override
 
- Public Member Functions inherited from Vector::BLF::LinMessageDescriptor
void read (AbstractFile &is) override
 
void write (AbstractFile &os) override
 
DWORD calculateObjectSize () const override
 
- 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

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 {}
 

Detailed Description

Common header of LIN bus events containing response data bytes

Member Function Documentation

◆ calculateObjectSize()

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

◆ read()

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

Read the data of this object

Parameters
isinput stream

Reimplemented from Vector::BLF::LinBusEvent.

Reimplemented in Vector::BLF::LinShortOrSlowResponse2, Vector::BLF::LinShortOrSlowResponse, Vector::BLF::LinReceiveError2, and Vector::BLF::LinMessage2.

◆ write()

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

Write the data of this object

Parameters
osoutput stream

Reimplemented from Vector::BLF::LinBusEvent.

Reimplemented in Vector::BLF::LinShortOrSlowResponse2, Vector::BLF::LinShortOrSlowResponse, Vector::BLF::LinReceiveError2, and Vector::BLF::LinMessage2.

Member Data Documentation

◆ databyteTimestamps

std::array<ULONGLONG, 9> Vector::BLF::LinDatabyteTimestampEvent::databyteTimestamps {}

Databyte timestamps, where d[0] = EndOfHeader, d[1]=EndOfDataByte1, ..., d[8]=EndOfDataByte8.

Data byte timestamps [in nanoseconds]

Index 0 corresponds to last header byte

Indexes 1-9 correspond to response data bytes D1-D8


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