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 | |
char | id [__INTERFACE_ID_SIZE] |
interface instance ID | |
unsigned char | hash [__INTERFACE_HASH_SIZE] |
interface version hash |
Message to identify an interface on open.
Definition at line 71 of file messages.h.
unsigned char fawkes::bb_iopen_msg_t::hash[__INTERFACE_HASH_SIZE] |
interface version hash
Definition at line 74 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 73 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 72 of file messages.h.
Referenced by fawkes::BlackBoardNetworkHandler::loop().