#include <GeneralSerialEvent.h>
|
|
| GeneralSerialEvent (const GeneralSerialEvent &)=default |
|
GeneralSerialEvent & | operator= (const GeneralSerialEvent &)=default |
|
| GeneralSerialEvent (GeneralSerialEvent &&)=default |
|
GeneralSerialEvent & | operator= (GeneralSerialEvent &&)=default |
| virtual void | read (AbstractFile &is) |
| virtual void | write (AbstractFile &os) |
| virtual uint32_t | calculateObjectSize () const |
◆ calculateObjectSize()
| uint32_t Vector::BLF::GeneralSerialEvent::calculateObjectSize |
( |
| ) |
const |
|
virtual |
Calculates the objectSize
- Returns
- object size
◆ read()
| void Vector::BLF::GeneralSerialEvent::read |
( |
AbstractFile & | is | ) |
|
|
virtual |
Read the data of this object
- Parameters
-
◆ write()
| void Vector::BLF::GeneralSerialEvent::write |
( |
AbstractFile & | os | ) |
|
|
virtual |
Write the data of this object
- Parameters
-
◆ data
| std::vector<uint8_t> Vector::BLF::GeneralSerialEvent::data {} |
variable data
variable data
◆ dataLength
| uint32_t Vector::BLF::GeneralSerialEvent::dataLength {} |
length of variable data in bytes
length of variable data in bytes
◆ reservedGeneralSerialEvent
| uint64_t Vector::BLF::GeneralSerialEvent::reservedGeneralSerialEvent {} |
◆ timeStamps
| std::vector<int64_t> Vector::BLF::GeneralSerialEvent::timeStamps {} |
variable timestamps (optional)
variable timestamps (optional)
◆ timeStampsLength
| uint32_t Vector::BLF::GeneralSerialEvent::timeStampsLength {} |
length of variable timestamps in bytes
length of variable timestamps in bytes
The documentation for this struct was generated from the following files: