fawkes::bb_idata_msg_t Struct Reference

Interface data message. More...

#include <messages.h>

List of all members.

Public Attributes

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


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 138 of file messages.h.


Member Data Documentation

uint32_t fawkes::bb_idata_msg_t::data_size

size in bytes of the following data.

Definition at line 140 of file messages.h.

Referenced by fawkes::BlackBoardNetHandlerInterfaceListener::bb_interface_data_changed(), fawkes::BlackBoardNetworkHandler::loop(), fawkes::BlackBoardInterfaceProxy::notify_of_data_change(), and fawkes::BlackBoardInterfaceProxy::process_data_changed().

uint32_t fawkes::bb_idata_msg_t::serial

instance serial to unique identify this instance

Definition at line 139 of file messages.h.

Referenced by fawkes::BlackBoardNetHandlerInterfaceListener::bb_interface_data_changed(), fawkes::BlackBoardNetworkHandler::loop(), fawkes::BlackBoardInterfaceProxy::notify_of_data_change(), and fawkes::BlackBoardInterfaceProxy::process_data_changed().


The documentation for this struct was generated from the following file:
Generated on Tue Feb 22 13:31:38 2011 for Fawkes API by  doxygen 1.4.7