Vector BLF
|
LIN_DISTURBANCE_EVENT. More...
#include <LinDisturbanceEvent.h>
Public Member Functions | |
void | read (AbstractFile &is) override |
void | write (AbstractFile &os) override |
uint32_t | calculateObjectSize () const override |
![]() | |
ObjectHeader (const ObjectType objectType, const uint16_t objectVersion=0) | |
void | read (AbstractFile &is) override |
void | write (AbstractFile &os) override |
uint16_t | calculateHeaderSize () const override |
uint32_t | calculateObjectSize () const override |
![]() | |
ObjectHeaderBase (const uint16_t headerVersion, const ObjectType objectType) | |
ObjectHeaderBase (const ObjectHeaderBase &)=default | |
ObjectHeaderBase & | operator= (const ObjectHeaderBase &)=default |
ObjectHeaderBase (ObjectHeaderBase &&)=default | |
ObjectHeaderBase & | operator= (ObjectHeaderBase &&)=default |
Public Attributes | |
uint16_t | channel {} |
application channel | |
uint8_t | id {} |
LIN ID of disturbed response. | |
uint8_t | disturbingFrameId {} |
LIN ID of disturbing header. | |
uint32_t | disturbanceType {} |
type of disturbance (dominant, recessive, header, bitstream, variable bitstream) | |
uint32_t | byteIndex {} |
index of the byte that was disturbed | |
uint32_t | bitIndex {} |
index of the bit that was disturbed disturbed. 0 is the first data bit, 8 is the stop bit, 9 is the first bit in interbyte space. | |
uint32_t | bitOffsetInSixteenthBits {} |
offset in 1/16th bits into the disturbed bit | |
uint32_t | disturbanceLengthInSixteenthBits {} |
length of the disturbance in units of 1/16th bit | |
![]() | |
uint32_t | objectFlags {ObjectFlags::TimeOneNans} |
object flags | |
uint16_t | clientIndex {} |
client index of send node | |
uint16_t | objectVersion {0} |
object specific version | |
uint64_t | objectTimeStamp {} |
object timestamp | |
![]() | |
uint32_t | signature {ObjectSignature} |
signature (ObjectSignature) | |
uint16_t | headerSize {} |
sizeof object header | |
uint16_t | headerVersion {} |
header version (1) | |
uint32_t | objectSize {} |
object size | |
ObjectType | objectType {ObjectType::UNKNOWN} |
object type | |
Additional Inherited Members | |
![]() | |
enum | ObjectFlags : uint32_t { TimeTenMics = 0x00000001 , TimeOneNans = 0x00000002 } |
LIN_DISTURBANCE_EVENT.
This event occurs if CANoe/CANalyzer explicitly caused to disturb one bit or a sequence of bits.
|
overridevirtual |
|
overridevirtual |
Read the data of this object
is | input stream |
Reimplemented from Vector::BLF::ObjectHeaderBase.
|
overridevirtual |
Write the data of this object
os | output stream |
Reimplemented from Vector::BLF::ObjectHeaderBase.
uint32_t Vector::BLF::LinDisturbanceEvent::bitIndex {} |
index of the bit that was disturbed disturbed. 0 is the first data bit, 8 is the stop bit, 9 is the first bit in interbyte space.
The index of the bit that was
uint32_t Vector::BLF::LinDisturbanceEvent::bitOffsetInSixteenthBits {} |
offset in 1/16th bits into the disturbed bit
The offset in 1/16th bits into the disturbed bit.
uint32_t Vector::BLF::LinDisturbanceEvent::byteIndex {} |
index of the byte that was disturbed
The 0-indexed byte where the disturbance occurred. 0 is the first data byte, 9 is the checksum in case of a dlc 8 frame.
If a header was disturbed (id == 0xFF), 0 is the sync field and 1 is the PID.
uint16_t Vector::BLF::LinDisturbanceEvent::channel {} |
application channel
Channel number of the event
uint32_t Vector::BLF::LinDisturbanceEvent::disturbanceLengthInSixteenthBits {} |
length of the disturbance in units of 1/16th bit
The length of a dominant or recessive disturbance in units of 1/16th bits.
uint32_t Vector::BLF::LinDisturbanceEvent::disturbanceType {} |
type of disturbance (dominant, recessive, header, bitstream, variable bitstream)
The type of disturbance:
uint8_t Vector::BLF::LinDisturbanceEvent::disturbingFrameId {} |
LIN ID of disturbing header.
Identifier of a disturbing header, if disturbing with a header (disturbanceType == 2), otherwise 0xFF.
uint8_t Vector::BLF::LinDisturbanceEvent::id {} |
LIN ID of disturbed response.
Identifier of a disturbed response or 0xFF if a header was disturbed.