.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 (const GeneralSerialEvent &)=default" .br .ti -1c .RI "GeneralSerialEvent & \fBoperator=\fP (const GeneralSerialEvent &)=default" .br .ti -1c .RI "\fBGeneralSerialEvent\fP (GeneralSerialEvent &&)=default" .br .ti -1c .RI "GeneralSerialEvent & \fBoperator=\fP (GeneralSerialEvent &&)=default" .br .ti -1c .RI "virtual void \fBread\fP (\fBAbstractFile\fP &is)" .br .ti -1c .RI "virtual void \fBwrite\fP (\fBAbstractFile\fP &os)" .br .ti -1c .RI "virtual uint32_t \fBcalculateObjectSize\fP () const" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "uint32_t \fBdataLength\fP {}" .br .RI "length of variable data in bytes " .ti -1c .RI "uint32_t \fBtimeStampsLength\fP {}" .br .RI "length of variable timestamps in bytes " .ti -1c .RI "uint64_t \fBreservedGeneralSerialEvent\fP {}" .br .ti -1c .RI "std::vector< uint8_t > \fBdata\fP {}" .br .RI "variable data " .ti -1c .RI "std::vector< int64_t > \fBtimeStamps\fP {}" .br .RI "variable timestamps (optional) " .in -1c .SH "Detailed Description" .PP general serial event .SH "Member Function Documentation" .PP .SS "uint32_t Vector::BLF::GeneralSerialEvent::calculateObjectSize () const\fR [virtual]\fP" .PP Calculates the objectSize .PP \fBReturns\fP .RS 4 object size .RE .PP .SS "void 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 "void 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 Vector::BLF::GeneralSerialEvent::data {}" .PP variable data variable data .SS "uint32_t Vector::BLF::GeneralSerialEvent::dataLength {}" .PP length of variable data in bytes length of variable data in bytes .SS "uint64_t Vector::BLF::GeneralSerialEvent::reservedGeneralSerialEvent {}" reserved .SS "std::vector Vector::BLF::GeneralSerialEvent::timeStamps {}" .PP variable timestamps (optional) variable timestamps (optional) .SS "uint32_t 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\&.