Fawkes API
Fawkes Development Version
|
Message to identify an two interface instances. More...
#include <messages.h>
Public Attributes | |
uint32_t | serial |
instance serial to unique identify own instance More... | |
uint32_t | event_serial |
instance serial to unique identify instance that caused the event. More... | |
Message to identify an two interface instances.
This message is used for MSG_BB_READER_ADDED, MSG_BB_READER_REMOVED, MSG_BB_WRITER_ADDED, and MSG_BB_READER_REMOVED.
Definition at line 124 of file messages.h.
uint32_t fawkes::bb_ieventserial_msg_t::event_serial |
instance serial to unique identify instance that caused the event.
Definition at line 126 of file messages.h.
Referenced by fawkes::BlackBoardNetHandlerInterfaceListener::bb_interface_message_received(), and fawkes::RemoteBlackBoard::inbound_received().
uint32_t fawkes::bb_ieventserial_msg_t::serial |
instance serial to unique identify own instance
Definition at line 125 of file messages.h.
Referenced by fawkes::BlackBoardNetHandlerInterfaceListener::bb_interface_message_received(), and fawkes::RemoteBlackBoard::inbound_received().