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>
24 uint32_t calculateObjectSize()
const override;
Definition AbstractFile.h:19
Definition AttributeEvent.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
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
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