.TH "Vector::BLF::LinMessageDescriptor" 3 "Vector BLF" \" -*- nroff -*- .ad l .nh .SH NAME Vector::BLF::LinMessageDescriptor .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherits \fBVector::BLF::LinSynchFieldEvent\fP\&. .PP Inherited by \fBVector::BLF::LinDatabyteTimestampEvent\fP, and \fBVector::BLF::LinSendError2\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBvoid\fP \fBread\fP (\fBAbstractFile\fP &\fBis\fP) \fBoverride\fP" .br .ti -1c .RI "\fBvoid\fP \fBwrite\fP (\fBAbstractFile\fP &\fBos\fP) \fBoverride\fP" .br .ti -1c .RI "\fBuint32_t\fP \fBcalculateObjectSize\fP () \fBconst\fP \fBoverride\fP" .br .in -1c Public Member Functions inherited from \fBVector::BLF::LinSynchFieldEvent\fP .in +1c .ti -1c .RI "\fBvoid\fP \fBread\fP (\fBAbstractFile\fP &\fBis\fP) \fBoverride\fP" .br .ti -1c .RI "\fBvoid\fP \fBwrite\fP (\fBAbstractFile\fP &\fBos\fP) \fBoverride\fP" .br .ti -1c .RI "\fBuint32_t\fP \fBcalculateObjectSize\fP () \fBconst\fP \fBoverride\fP" .br .in -1c Public Member Functions inherited from \fBVector::BLF::LinBusEvent\fP .in +1c .ti -1c .RI "\fBLinBusEvent\fP (\fBconst\fP \fBLinBusEvent\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBLinBusEvent\fP & \fBoperator=\fP (\fBconst\fP \fBLinBusEvent\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBLinBusEvent\fP (\fBLinBusEvent\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBLinBusEvent\fP & \fBoperator=\fP (\fBLinBusEvent\fP &&)=\fBdefault\fP" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "\fBuint16_t\fP \fBsupplierId\fP {}" .br .RI "LIN Sub-Identifier - Supplier ID\&. " .ti -1c .RI "\fBuint16_t\fP \fBmessageId\fP {}" .br .RI "LIN Sub-Identifier - Message ID (16 bits) " .ti -1c .RI "\fBuint8_t\fP \fBnad\fP {}" .br .RI "LIN Sub-Identifier - NAD\&. " .ti -1c .RI "\fBuint8_t\fP \fBid\fP {}" .br .RI "LIN ID\&. " .ti -1c .RI "\fBuint8_t\fP \fBdlc\fP {}" .br .RI "LIN DLC\&. " .ti -1c .RI "\fBuint8_t\fP \fBchecksumModel\fP {}" .br .RI "LIN checksum model\&. " .in -1c Public Attributes inherited from \fBVector::BLF::LinSynchFieldEvent\fP .in +1c .ti -1c .RI "\fBuint64_t\fP \fBsynchBreakLength\fP {}" .br .RI "Sync Break Length in ns\&. " .ti -1c .RI "\fBuint64_t\fP \fBsynchDelLength\fP {}" .br .RI "Sync Delimiter Length in ns\&. " .in -1c Public Attributes inherited from \fBVector::BLF::LinBusEvent\fP .in +1c .ti -1c .RI "\fBuint64_t\fP \fBsof\fP {}" .br .RI "Start Of Frame timestamp\&. " .ti -1c .RI "\fBuint32_t\fP \fBeventBaudrate\fP {}" .br .RI "Baudrate of the event in bit/sec\&. " .ti -1c .RI "\fBuint16_t\fP \fBchannel\fP {}" .br .RI "application channel " .ti -1c .RI "\fBuint16_t\fP \fBreservedLinBusEvent\fP {}" .br .in -1c .SH "Detailed Description" .PP Common header of LIN bus events containing LIN header data .SH "Member Function Documentation" .PP .SS "\fBuint32_t\fP Vector::BLF::LinMessageDescriptor::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::LinReceiveError2\fP, \fBVector::BLF::LinSendError2\fP, \fBVector::BLF::LinShortOrSlowResponse\fP, and \fBVector::BLF::LinShortOrSlowResponse2\fP\&. .SS "\fBvoid\fP Vector::BLF::LinMessageDescriptor::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::LinReceiveError2\fP, \fBVector::BLF::LinSendError2\fP, \fBVector::BLF::LinShortOrSlowResponse\fP, and \fBVector::BLF::LinShortOrSlowResponse2\fP\&. .SS "\fBvoid\fP Vector::BLF::LinMessageDescriptor::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::LinReceiveError2\fP, \fBVector::BLF::LinSendError2\fP, \fBVector::BLF::LinShortOrSlowResponse\fP, and \fBVector::BLF::LinShortOrSlowResponse2\fP\&. .SH "Member Data Documentation" .PP .SS "\fBuint8_t\fP Vector::BLF::LinMessageDescriptor::checksumModel {}" .PP LIN checksum model\&. Expected checksum model of checksum value\&. Only valid if objectVersion >= 1\&. .SS "\fBuint8_t\fP Vector::BLF::LinMessageDescriptor::dlc {}" .PP LIN DLC\&. Frame length [in bytes] .SS "\fBuint8_t\fP Vector::BLF::LinMessageDescriptor::id {}" .PP LIN ID\&. Frame identifier (6-bit) .SS "\fBuint16_t\fP Vector::BLF::LinMessageDescriptor::messageId {}" .PP LIN Sub-Identifier - Message ID (16 bits) LIN protocol 2\&.0: Message identifier (16-bit) of the frame as it is specified in LDF in the list of transmitter’s configurable frames\&. .PP LIN protocol 2\&.1: Position index of the frame as it is specified in LDF in the list of transmitter’s configurable frames\&. .SS "\fBuint8_t\fP Vector::BLF::LinMessageDescriptor::nad {}" .PP LIN Sub-Identifier - NAD\&. Configured Node Address of the frame’s transmitter as it is specified in LDF\&. LIN protocol 2\&.0 and higher .SS "\fBuint16_t\fP Vector::BLF::LinMessageDescriptor::supplierId {}" .PP LIN Sub-Identifier - Supplier ID\&. Supplier identifier of the frame’s transmitter as it is specified in LDF\&. LIN protocol 2\&.0 and higher .SH "Author" .PP Generated automatically by Doxygen for Vector BLF from the source code\&.