.TH "Vector::BLF::GeneralSerialEvent" 3 "Vector BLF" \" -*- nroff -*- .ad l .nh .SH NAME Vector::BLF::GeneralSerialEvent .SH SYNOPSIS .br .PP .PP \fR#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBGeneralSerialEvent\fP (\fBconst\fP \fBGeneralSerialEvent\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBGeneralSerialEvent\fP & \fBoperator=\fP (\fBconst\fP \fBGeneralSerialEvent\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBGeneralSerialEvent\fP (\fBGeneralSerialEvent\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBGeneralSerialEvent\fP & \fBoperator=\fP (\fBGeneralSerialEvent\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBread\fP (\fBAbstractFile\fP &\fBis\fP)" .br .ti -1c .RI "\fBvirtual\fP \fBvoid\fP \fBwrite\fP (\fBAbstractFile\fP &\fBos\fP)" .br .ti -1c .RI "\fBvirtual\fP \fBuint32_t\fP \fBcalculateObjectSize\fP () \fBconst\fP" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "\fBuint32_t\fP \fBdataLength\fP {}" .br .RI "length of variable data in bytes " .ti -1c .RI "\fBuint32_t\fP \fBtimeStampsLength\fP {}" .br .RI "length of variable timestamps in bytes " .ti -1c .RI "\fBuint64_t\fP \fBreservedGeneralSerialEvent\fP {}" .br .ti -1c .RI "std::vector< \fBuint8_t\fP > \fBdata\fP {}" .br .RI "variable data " .ti -1c .RI "std::vector< \fBint64_t\fP > \fBtimeStamps\fP {}" .br .RI "variable timestamps (optional) " .in -1c .SH "Detailed Description" .PP general serial event .SH "Member Function Documentation" .PP .SS "\fBuint32_t\fP Vector::BLF::GeneralSerialEvent::calculateObjectSize () const\fR [virtual]\fP" .PP Calculates the objectSize .PP \fBReturns\fP .RS 4 object size .RE .PP .SS "\fBvoid\fP Vector::BLF::GeneralSerialEvent::read (\fBAbstractFile\fP & is)\fR [virtual]\fP" .PP Read the data of this object .PP \fBParameters\fP .RS 4 \fIis\fP input stream .RE .PP .SS "\fBvoid\fP Vector::BLF::GeneralSerialEvent::write (\fBAbstractFile\fP & os)\fR [virtual]\fP" .PP Write the data of this object .PP \fBParameters\fP .RS 4 \fIos\fP output stream .RE .PP .SH "Member Data Documentation" .PP .SS "std::vector<\fBuint8_t\fP> Vector::BLF::GeneralSerialEvent::data {}" .PP variable data variable data .SS "\fBuint32_t\fP Vector::BLF::GeneralSerialEvent::dataLength {}" .PP length of variable data in bytes length of variable data in bytes .SS "\fBuint64_t\fP Vector::BLF::GeneralSerialEvent::reservedGeneralSerialEvent {}" reserved .SS "std::vector<\fBint64_t\fP> Vector::BLF::GeneralSerialEvent::timeStamps {}" .PP variable timestamps (optional) variable timestamps (optional) .SS "\fBuint32_t\fP Vector::BLF::GeneralSerialEvent::timeStampsLength {}" .PP length of variable timestamps in bytes length of variable timestamps in bytes .SH "Author" .PP Generated automatically by Doxygen for Vector BLF from the source code\&.