.TH "Vector::BLF::CanFdErrorFrame64" 3 "Vector BLF" \" -*- nroff -*- .ad l .nh .SH NAME Vector::BLF::CanFdErrorFrame64 \- CAN_FD_ERROR_64\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherits \fBVector::BLF::ObjectHeader\fP, and \fBVector::BLF::CanFdExtFrameData\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "void \fBread\fP (\fBAbstractFile\fP &is) override" .br .ti -1c .RI "void \fBwrite\fP (\fBAbstractFile\fP &os) override" .br .ti -1c .RI "uint32_t \fBcalculateObjectSize\fP () const override" .br .ti -1c .RI "virtual bool \fBhasExtData\fP () const" .br .in -1c Public Member Functions inherited from \fBVector::BLF::ObjectHeader\fP .in +1c .ti -1c .RI "\fBObjectHeader\fP (const ObjectType \fBobjectType\fP, const uint16_t \fBobjectVersion\fP=0)" .br .ti -1c .RI "void \fBread\fP (\fBAbstractFile\fP &is) override" .br .ti -1c .RI "void \fBwrite\fP (\fBAbstractFile\fP &os) override" .br .ti -1c .RI "uint16_t \fBcalculateHeaderSize\fP () const override" .br .ti -1c .RI "uint32_t \fBcalculateObjectSize\fP () const override" .br .in -1c Public Member Functions inherited from \fBVector::BLF::ObjectHeaderBase\fP .in +1c .ti -1c .RI "\fBObjectHeaderBase\fP (const uint16_t \fBheaderVersion\fP, const ObjectType \fBobjectType\fP)" .br .ti -1c .RI "\fBObjectHeaderBase\fP (const ObjectHeaderBase &)=default" .br .ti -1c .RI "ObjectHeaderBase & \fBoperator=\fP (const ObjectHeaderBase &)=default" .br .ti -1c .RI "\fBObjectHeaderBase\fP (ObjectHeaderBase &&)=default" .br .ti -1c .RI "ObjectHeaderBase & \fBoperator=\fP (ObjectHeaderBase &&)=default" .br .in -1c Public Member Functions inherited from \fBVector::BLF::CanFdExtFrameData\fP .in +1c .ti -1c .RI "\fBCanFdExtFrameData\fP (const CanFdExtFrameData &)=default" .br .ti -1c .RI "CanFdExtFrameData & \fBoperator=\fP (const CanFdExtFrameData &)=default" .br .ti -1c .RI "\fBCanFdExtFrameData\fP (CanFdExtFrameData &&)=default" .br .ti -1c .RI "CanFdExtFrameData & \fBoperator=\fP (CanFdExtFrameData &&)=default" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "uint8_t \fBchannel\fP {}" .br .RI "application channel " .ti -1c .RI "uint8_t \fBdlc\fP {}" .br .RI "CAN dlc\&. " .ti -1c .RI "uint8_t \fBvalidDataBytes\fP {}" .br .RI "Valid payload length of data\&. " .ti -1c .RI "uint8_t \fBecc\fP {}" .br .ti -1c .RI "uint16_t \fBflags\fP {}" .br .ti -1c .RI "uint16_t \fBerrorCodeExt\fP {}" .br .ti -1c .RI "uint16_t \fBextFlags\fP {}" .br .RI "FD specific flags\&. " .ti -1c .RI "uint8_t \fBextDataOffset\fP {}" .br .ti -1c .RI "uint8_t \fBreservedCanFdErrorFrame1\fP {}" .br .ti -1c .RI "uint32_t \fBid\fP {}" .br .RI "CAN ID\&. " .ti -1c .RI "uint32_t \fBframeLength\fP {}" .br .RI "message length in ns " .ti -1c .RI "uint32_t \fBbtrCfgArb\fP {}" .br .RI "bit rate used in arbitration phase " .ti -1c .RI "uint32_t \fBbtrCfgData\fP {}" .br .RI "bit rate used in data phase " .ti -1c .RI "uint32_t \fBtimeOffsetBrsNs\fP {}" .br .RI "time offset of brs field " .ti -1c .RI "uint32_t \fBtimeOffsetCrcDelNs\fP {}" .br .RI "time offset of brs field " .ti -1c .RI "uint32_t \fBcrc\fP {}" .br .ti -1c .RI "uint16_t \fBerrorPosition\fP {}" .br .RI "error position as bit offset " .ti -1c .RI "uint16_t \fBreservedCanFdErrorFrame2\fP {}" .br .ti -1c .RI "std::vector< uint8_t > \fBdata\fP {}" .br .RI "CAN FD data\&. " .ti -1c .RI "std::vector< uint8_t > \fBreservedCanFdErrorFrame64\fP {}" .br .in -1c Public Attributes inherited from \fBVector::BLF::ObjectHeader\fP .in +1c .ti -1c .RI "uint32_t \fBobjectFlags\fP {\fBObjectFlags::TimeOneNans\fP}" .br .RI "object flags " .ti -1c .RI "uint16_t \fBclientIndex\fP {}" .br .RI "client index of send node " .ti -1c .RI "uint16_t \fBobjectVersion\fP {0}" .br .RI "object specific version " .ti -1c .RI "uint64_t \fBobjectTimeStamp\fP {}" .br .RI "object timestamp " .in -1c Public Attributes inherited from \fBVector::BLF::ObjectHeaderBase\fP .in +1c .ti -1c .RI "uint32_t \fBsignature\fP {ObjectSignature}" .br .RI "signature (ObjectSignature) " .ti -1c .RI "uint16_t \fBheaderSize\fP {}" .br .RI "sizeof object header " .ti -1c .RI "uint16_t \fBheaderVersion\fP {}" .br .RI "header version (1) " .ti -1c .RI "uint32_t \fBobjectSize\fP {}" .br .RI "object size " .ti -1c .RI "ObjectType \fBobjectType\fP {ObjectType::UNKNOWN}" .br .RI "object type " .in -1c Public Attributes inherited from \fBVector::BLF::CanFdExtFrameData\fP .in +1c .ti -1c .RI "uint32_t \fBbtrExtArb\fP {}" .br .ti -1c .RI "uint32_t \fBbtrExtData\fP {}" .br .ti -1c .RI "std::vector< uint8_t > \fBreservedCanFdExtFrameData\fP {}" .br .in -1c .SS "Additional Inherited Members" Public Types inherited from \fBVector::BLF::ObjectHeader\fP .in +1c .ti -1c .RI "enum \fBObjectFlags\fP : uint32_t { \fBTimeTenMics\fP = 0x00000001, \fBTimeOneNans\fP = 0x00000002 }" .br .in -1c .SH "Detailed Description" .PP CAN_FD_ERROR_64\&. CAN-FD error frame received or transmitted on a CAN-FD channel\&. .SH "Member Function Documentation" .PP .SS "uint32_t Vector::BLF::CanFdErrorFrame64::calculateObjectSize () const\fR [override]\fP, \fR [virtual]\fP" Calculates the objectSize .PP \fBReturns\fP .RS 4 object size .RE .PP .PP Reimplemented from \fBVector::BLF::ObjectHeaderBase\fP\&. .SS "void Vector::BLF::CanFdErrorFrame64::read (\fBAbstractFile\fP & is)\fR [override]\fP, \fR [virtual]\fP" Read the data of this object .PP \fBParameters\fP .RS 4 \fIis\fP input stream .RE .PP .PP Reimplemented from \fBVector::BLF::ObjectHeaderBase\fP\&. .SS "void Vector::BLF::CanFdErrorFrame64::write (\fBAbstractFile\fP & os)\fR [override]\fP, \fR [virtual]\fP" Write the data of this object .PP \fBParameters\fP .RS 4 \fIos\fP output stream .RE .PP .PP Reimplemented from \fBVector::BLF::ObjectHeaderBase\fP\&. .SH "Member Data Documentation" .PP .SS "uint32_t Vector::BLF::CanFdErrorFrame64::btrCfgArb {}" .PP bit rate used in arbitration phase CAN-FD bit timing configuration for arbiration phase, may be 0, if not supported by hardware/driver .PP .IP "\(bu" 2 Bit 0-7: Quartz Frequency .IP "\(bu" 2 Bit 8-15: Prescaler .IP "\(bu" 2 Bit 16-23: BTL Cycles .IP "\(bu" 2 Bit 24-31: Sampling Point .PP .SS "uint32_t Vector::BLF::CanFdErrorFrame64::btrCfgData {}" .PP bit rate used in data phase CAN-FD bit timing configuration for arbiration phase, may be 0, if not supported by hardware/driver\&. See btrCfgArb\&. .SS "uint8_t Vector::BLF::CanFdErrorFrame64::channel {}" .PP application channel Channel the frame was sent or received\&. .SS "uint32_t Vector::BLF::CanFdErrorFrame64::crc {}" CRC checksum of corrupted message\&. .SS "std::vector Vector::BLF::CanFdErrorFrame64::data {}" .PP CAN FD data\&. CAN FD data bytes (the actual length may be shorter than 64 bytes, according to the value of dlc, e\&.g\&. when DLC is 12 data has length 24) .SS "uint8_t Vector::BLF::CanFdErrorFrame64::dlc {}" .PP CAN dlc\&. Data length code of the corrupted message\&. .SS "uint8_t Vector::BLF::CanFdErrorFrame64::ecc {}" Content of Philips SJA1000 Error Code Capture register, or the Vector CAN-Core error register\&. See field ecc of \fBCanErrorFrameExt\fP\&. .SS "uint16_t Vector::BLF::CanFdErrorFrame64::errorCodeExt {}" Extended error flags\&. See field flagsExt of \fBCanErrorFrameExt\fP\&. .SS "uint16_t Vector::BLF::CanFdErrorFrame64::errorPosition {}" .PP error position as bit offset Bit position of the error frame in the corrupted message\&. .SS "uint8_t Vector::BLF::CanFdErrorFrame64::extDataOffset {}" offset if extDataOffset is used .SS "uint16_t Vector::BLF::CanFdErrorFrame64::extFlags {}" .PP FD specific flags\&. CAN-FD specific flags\&. .PP .IP "\(bu" 2 Bit 0-3 Meaning: .IP " \(bu" 4 unused .PP .IP "\(bu" 2 Bit 0-4 Meaning: .IP " \(bu" 4 0: Error in Arbitration Phase .IP " \(bu" 4 1: Error in Data Phase .PP .IP "\(bu" 2 Bit 5 Meaning: .IP " \(bu" 4 0: ESI is 0 .IP " \(bu" 4 1: ESI is 1 .PP .IP "\(bu" 2 Bit 6 Meaning .IP " \(bu" 4 0: BRS is 0 .IP " \(bu" 4 1: BRS is 1 .PP .IP "\(bu" 2 Bit 7 Meaning .IP " \(bu" 4 0: EDL is 0 .IP " \(bu" 4 1: EDL is 1 .PP .PP .SS "uint16_t Vector::BLF::CanFdErrorFrame64::flags {}" Defines what additional information is valid\&. See field flags of \fBCanErrorFrameExt\fP\&. .SS "uint32_t Vector::BLF::CanFdErrorFrame64::frameLength {}" .PP message length in ns Length of the error frame in nanoseconds (time difference between Start Of Frame and End Of Frame) .PP without 3 inter frame space bits and by Rx-message also without 1 End-Of-Frame bit .SS "uint32_t Vector::BLF::CanFdErrorFrame64::id {}" .PP CAN ID\&. Message ID of the corrupted message\&. .SS "uint8_t Vector::BLF::CanFdErrorFrame64::reservedCanFdErrorFrame1 {}" resered .SS "uint16_t Vector::BLF::CanFdErrorFrame64::reservedCanFdErrorFrame2 {}" reserved .SS "std::vector Vector::BLF::CanFdErrorFrame64::reservedCanFdErrorFrame64 {}" reserved .PP \fBNote\fP .RS 4 This usually has 8 data bytes, when \fBCanFdExtFrameData\fP is not used\&. .RE .PP .SS "uint32_t Vector::BLF::CanFdErrorFrame64::timeOffsetBrsNs {}" .PP time offset of brs field Time offset of bit rate switch within BRS field in nanoseconds .SS "uint32_t Vector::BLF::CanFdErrorFrame64::timeOffsetCrcDelNs {}" .PP time offset of brs field Time offset of bit rate switch within CRC delimiter field in nanoseconds .SS "uint8_t Vector::BLF::CanFdErrorFrame64::validDataBytes {}" .PP Valid payload length of data\&. Number of data bytes of the corrupted message\&. .SH "Author" .PP Generated automatically by Doxygen for Vector BLF from the source code\&.