Fawkes API
Fawkes Development Version
|
Message for interface events. More...
#include <messages.h>
Public Attributes | |
char | type [INTERFACE_TYPE_SIZE_] |
interface type name More... | |
char | id [INTERFACE_ID_SIZE_] |
interface instance ID More... | |
Message for interface events.
This message is used for MSG_BB_INTERFACE_CREATED and MSG_BB_INTERFACE_REMOVED.
Definition at line 109 of file messages.h.
char fawkes::bb_ievent_msg_t::id[INTERFACE_ID_SIZE_] |
interface instance ID
Definition at line 112 of file messages.h.
Referenced by fawkes::RemoteBlackBoard::inbound_received().
char fawkes::bb_ievent_msg_t::type[INTERFACE_TYPE_SIZE_] |
interface type name
Definition at line 111 of file messages.h.
Referenced by fawkes::RemoteBlackBoard::inbound_received().