Message to identify an two interface instances. More...
#include <messages.h>
Public Attributes | |
uint32_t | serial |
instance serial to unique identify own instance | |
uint32_t | event_serial |
instance serial to unique identify instance that caused the event. |
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 104 of file messages.h.
instance serial to unique identify instance that caused the event.
Definition at line 106 of file messages.h.
Referenced by fawkes::RemoteBlackBoard::inbound_received().
instance serial to unique identify own instance
Definition at line 105 of file messages.h.
Referenced by fawkes::RemoteBlackBoard::inbound_received().