7#include <Vector/BLF/platform.h>
11#include <Vector/BLF/AbstractFile.h>
12#include <Vector/BLF/ObjectHeader.h>
14#include <Vector/BLF/vector_blf_export.h>
19struct VECTOR_BLF_EXPORT AttributeEvent final : ObjectHeader {
Definition AbstractFile.h:19
uint32_t dataLength
length of variable data in bytes
Definition AttributeEvent.h:38
uint32_t memberPathLength
length of variable memberPath in bytes
Definition AttributeEvent.h:32
void read(AbstractFile &is) override
Definition AttributeEvent.cpp:14
uint32_t calculateObjectSize() const override
Definition AttributeEvent.cpp:48
std::string attributeDefinitionPath
path of the attribute definition
Definition AttributeEvent.h:49
std::vector< uint8_t > data
variable data
Definition AttributeEvent.h:52
std::string mainAttributableObjectPath
path of the main attributable object
Definition AttributeEvent.h:43
std::string memberPath
path of the member (optional)
Definition AttributeEvent.h:46
void write(AbstractFile &os) override
Definition AttributeEvent.cpp:30
uint32_t mainAttributableObjectPathLength
length of variable mainAttributableObjectPath in bytes
Definition AttributeEvent.h:29
uint32_t attributeDefinitionPathLength
length of variable attributeDefinitionPath in bytes
Definition AttributeEvent.h:35