Fawkes API  Fawkes Development Version
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
fawkes::bb_ievent_msg_t Struct Reference

Message for interface events. More...

#include <messages.h>

List of all members.

Public Attributes

char type [__INTERFACE_TYPE_SIZE]
 interface type name
char id [__INTERFACE_ID_SIZE]
 interface instance ID

Detailed Description

Message for interface events.

This message is used for MSG_BB_INTERFACE_CREATED and MSG_BB_INTERFACE_REMOVED.

Definition at line 101 of file messages.h.


Member Data Documentation

char fawkes::bb_ievent_msg_t::id[__INTERFACE_ID_SIZE]

interface instance ID

Definition at line 103 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 102 of file messages.h.

Referenced by fawkes::RemoteBlackBoard::inbound_received().


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