Fawkes API  Fawkes Development Version
fawkes::bb_idata_msg_t Struct Reference

Interface data message. More...

#include <messages.h>

Public Attributes

uint32_t serial
 instance serial to unique identify this instance More...
 
uint32_t data_size
 size in bytes of the following data. More...
 

Detailed Description

Interface data message.

The serial denotes a unique instance of an interface within the (remote) BlackBoard. This message struct is always followed by a data chunk that is of the size data_size. It contains the current content of the interface. This message is sent for MSG_BB_WRITE and MSG_BB_DATA_CHANGED.

Definition at line 160 of file messages.h.

Member Data Documentation

◆ data_size

◆ serial


The documentation for this struct was generated from the following file: