Vector BLF
Loading...
Searching...
No Matches
Vector::BLF::LinSynchFieldEvent Struct Reference

#include <LinSynchFieldEvent.h>

Inheritance diagram for Vector::BLF::LinSynchFieldEvent:
Vector::BLF::LinBusEvent Vector::BLF::LinMessageDescriptor Vector::BLF::LinSyncError2 Vector::BLF::LinDatabyteTimestampEvent Vector::BLF::LinSendError2 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
 
uint32_t 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

uint64_t synchBreakLength {}
 Sync Break Length in ns.
 
uint64_t synchDelLength {}
 Sync Delimiter Length in ns.
 
- Public Attributes inherited from Vector::BLF::LinBusEvent
uint64_t sof {}
 Start Of Frame timestamp.
 
uint32_t eventBaudrate {}
 Baudrate of the event in bit/sec.
 
uint16_t channel {}
 application channel
 
uint16_t reservedLinBusEvent {}
 

Detailed Description

Common header of LIN bus events containing break field data

Member Function Documentation

◆ calculateObjectSize()

uint32_t Vector::BLF::LinSynchFieldEvent::calculateObjectSize ( ) const
overridevirtual

Calculates the objectSize

Returns
object size

Reimplemented from Vector::BLF::LinBusEvent.

◆ read()

void Vector::BLF::LinSynchFieldEvent::read ( AbstractFile & is)
overridevirtual

Read the data of this object

Parameters
isinput stream

Reimplemented from Vector::BLF::LinBusEvent.

◆ write()

void Vector::BLF::LinSynchFieldEvent::write ( AbstractFile & os)
overridevirtual

Write the data of this object

Parameters
osoutput stream

Reimplemented from Vector::BLF::LinBusEvent.

Member Data Documentation

◆ synchBreakLength

uint64_t Vector::BLF::LinSynchFieldEvent::synchBreakLength {}

Sync Break Length in ns.

Length of dominant part [in nanoseconds]

◆ synchDelLength

uint64_t Vector::BLF::LinSynchFieldEvent::synchDelLength {}

Sync Delimiter Length in ns.

Length of delimiter (recessive) [in nanoseconds]


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