Vector BLF
Vector::BLF::LinSynchFieldEvent Struct Reference

#include <LinSynchFieldEvent.h>

Inheritance diagram for Vector::BLF::LinSynchFieldEvent:
Inheritance graph
Collaboration diagram for Vector::BLF::LinSynchFieldEvent:
Collaboration graph

Public Member Functions

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

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 break field data

Member Function Documentation

◆ calculateObjectSize()

DWORD 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

ULONGLONG Vector::BLF::LinSynchFieldEvent::synchBreakLength {}

Sync Break Length in ns.

Length of dominant part [in nanoseconds]

◆ synchDelLength

ULONGLONG 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: