Fawkes API Fawkes Development Version
fawkes::bb_ievent_msg_t Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ id

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().

◆ type

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().


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