Fawkes API
Fawkes Development Version
|
Message to identify an interface on open. More...
#include <messages.h>
Public Attributes | |
char | type [INTERFACE_TYPE_SIZE_] |
interface type name More... | |
char | id [INTERFACE_ID_SIZE_] |
interface instance ID More... | |
unsigned char | hash [INTERFACE_HASH_SIZE_] |
interface version hash More... | |
Message to identify an interface on open.
Definition at line 87 of file messages.h.
unsigned char fawkes::bb_iopen_msg_t::hash[INTERFACE_HASH_SIZE_] |
interface version hash
Definition at line 91 of file messages.h.
Referenced by fawkes::BlackBoardNetworkHandler::loop().
char fawkes::bb_iopen_msg_t::id[INTERFACE_ID_SIZE_] |
interface instance ID
Definition at line 90 of file messages.h.
Referenced by fawkes::BlackBoardNetworkHandler::loop().
char fawkes::bb_iopen_msg_t::type[INTERFACE_TYPE_SIZE_] |
interface type name
Definition at line 89 of file messages.h.
Referenced by fawkes::BlackBoardNetworkHandler::loop().