Fawkes API Fawkes Development Version

fawkes::bb_iopen_msg_t Struct Reference

Message to identify an interface on open. 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
unsigned char hash [__INTERFACE_HASH_SIZE]
 interface version hash

Detailed Description

Message to identify an interface on open.

Definition at line 71 of file messages.h.


Member Data Documentation

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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends