Fawkes API  Fawkes Development Version
fawkes::bb_iopen_msg_t Struct Reference

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

Detailed Description

Message to identify an interface on open.

Definition at line 87 of file messages.h.

Member Data Documentation

◆ hash

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

◆ id

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

◆ type

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


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