Vector::BLF::LinSynchFieldEvent(3) Library Functions Manual Vector::BLF::LinSynchFieldEvent(3)

Vector::BLF::LinSynchFieldEvent

#include <LinSynchFieldEvent.h>

Inherits Vector::BLF::LinBusEvent.

Inherited by Vector::BLF::LinMessageDescriptor, and Vector::BLF::LinSyncError2.


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
LinBusEvent & operator= (const LinBusEvent &)=default
LinBusEvent (LinBusEvent &&)=default
LinBusEvent & operator= (LinBusEvent &&)=default


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

Common header of LIN bus events containing break field data

Calculates the objectSize

Returns

object size

Reimplemented from Vector::BLF::LinBusEvent.

Read the data of this object

Parameters

is input stream

Reimplemented from Vector::BLF::LinBusEvent.

Write the data of this object

Parameters

os output stream

Reimplemented from Vector::BLF::LinBusEvent.

Sync Break Length in ns. Length of dominant part [in nanoseconds]

Sync Delimiter Length in ns. Length of delimiter (recessive) [in nanoseconds]

Generated automatically by Doxygen for Vector BLF from the source code.

Vector BLF