.TH "Vector::BLF::LinDatabyteTimestampEvent" 3 "Vector BLF" \" -*- nroff -*- .ad l .nh .SH NAME Vector::BLF::LinDatabyteTimestampEvent .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherits \fBVector::BLF::LinMessageDescriptor\fP\&. .PP Inherited by \fBVector::BLF::LinCrcError2\fP, \fBVector::BLF::LinMessage2\fP, \fBVector::BLF::LinReceiveError2\fP, \fBVector::BLF::LinShortOrSlowResponse\fP, and \fBVector::BLF::LinShortOrSlowResponse2\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 .in -1c Public Member Functions inherited from \fBVector::BLF::LinMessageDescriptor\fP .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 .in -1c Public Member Functions inherited from \fBVector::BLF::LinSynchFieldEvent\fP .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 .in -1c Public Member Functions inherited from \fBVector::BLF::LinBusEvent\fP .in +1c .ti -1c .RI "\fBLinBusEvent\fP (const LinBusEvent &)=default" .br .ti -1c .RI "LinBusEvent & \fBoperator=\fP (const LinBusEvent &)=default" .br .ti -1c .RI "\fBLinBusEvent\fP (LinBusEvent &&)=default" .br .ti -1c .RI "LinBusEvent & \fBoperator=\fP (LinBusEvent &&)=default" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "std::array< uint64_t, 9 > \fBdatabyteTimestamps\fP {}" .br .RI "Databyte timestamps, where d[0] = EndOfHeader, d[1]=EndOfDataByte1, \&.\&.\&., d[8]=EndOfDataByte8\&. " .in -1c Public Attributes inherited from \fBVector::BLF::LinMessageDescriptor\fP .in +1c .ti -1c .RI "uint16_t \fBsupplierId\fP {}" .br .RI "LIN Sub-Identifier - Supplier ID\&. " .ti -1c .RI "uint16_t \fBmessageId\fP {}" .br .RI "LIN Sub-Identifier - Message ID (16 bits)\&. " .ti -1c .RI "uint8_t \fBnad\fP {}" .br .RI "LIN Sub-Identifier - NAD\&. " .ti -1c .RI "uint8_t \fBid\fP {}" .br .RI "LIN ID\&. " .ti -1c .RI "uint8_t \fBdlc\fP {}" .br .RI "LIN DLC\&. " .ti -1c .RI "uint8_t \fBchecksumModel\fP {}" .br .RI "LIN checksum model\&. " .in -1c Public Attributes inherited from \fBVector::BLF::LinSynchFieldEvent\fP .in +1c .ti -1c .RI "uint64_t \fBsynchBreakLength\fP {}" .br .RI "Sync Break Length in ns\&. " .ti -1c .RI "uint64_t \fBsynchDelLength\fP {}" .br .RI "Sync Delimiter Length in ns\&. " .in -1c Public Attributes inherited from \fBVector::BLF::LinBusEvent\fP .in +1c .ti -1c .RI "uint64_t \fBsof\fP {}" .br .RI "Start Of Frame timestamp\&. " .ti -1c .RI "uint32_t \fBeventBaudrate\fP {}" .br .RI "Baudrate of the event in bit/sec\&. " .ti -1c .RI "uint16_t \fBchannel\fP {}" .br .RI "application channel " .ti -1c .RI "uint16_t \fBreservedLinBusEvent\fP {}" .br .in -1c .SH "Detailed Description" .PP Common header of LIN bus events containing response data bytes .SH "Member Function Documentation" .PP .SS "uint32_t Vector::BLF::LinDatabyteTimestampEvent::calculateObjectSize () const\fR [override]\fP, \fR [virtual]\fP" .PP Calculates the objectSize .PP \fBReturns\fP .RS 4 object size .RE .PP .PP Reimplemented from \fBVector::BLF::LinBusEvent\fP\&. .PP Reimplemented in \fBVector::BLF::LinMessage2\fP, \fBVector::BLF::LinReceiveError2\fP, \fBVector::BLF::LinShortOrSlowResponse2\fP, and \fBVector::BLF::LinShortOrSlowResponse\fP\&. .SS "void Vector::BLF::LinDatabyteTimestampEvent::read (\fBAbstractFile\fP & is)\fR [override]\fP, \fR [virtual]\fP" .PP Read the data of this object .PP \fBParameters\fP .RS 4 \fIis\fP input stream .RE .PP .PP Reimplemented from \fBVector::BLF::LinBusEvent\fP\&. .PP Reimplemented in \fBVector::BLF::LinMessage2\fP, \fBVector::BLF::LinReceiveError2\fP, \fBVector::BLF::LinShortOrSlowResponse2\fP, and \fBVector::BLF::LinShortOrSlowResponse\fP\&. .SS "void Vector::BLF::LinDatabyteTimestampEvent::write (\fBAbstractFile\fP & os)\fR [override]\fP, \fR [virtual]\fP" .PP Write the data of this object .PP \fBParameters\fP .RS 4 \fIos\fP output stream .RE .PP .PP Reimplemented from \fBVector::BLF::LinBusEvent\fP\&. .PP Reimplemented in \fBVector::BLF::LinMessage2\fP, \fBVector::BLF::LinReceiveError2\fP, \fBVector::BLF::LinShortOrSlowResponse2\fP, and \fBVector::BLF::LinShortOrSlowResponse\fP\&. .SH "Member Data Documentation" .PP .SS "std::array Vector::BLF::LinDatabyteTimestampEvent::databyteTimestamps {}" .PP Databyte timestamps, where d[0] = EndOfHeader, d[1]=EndOfDataByte1, \&.\&.\&., d[8]=EndOfDataByte8\&. Data byte timestamps [in nanoseconds] .PP Index 0 corresponds to last header byte .PP Indexes 1-9 correspond to response data bytes D1-D8 .SH "Author" .PP Generated automatically by Doxygen for Vector BLF from the source code\&.