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 78 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 81 of file messages.h.

Referenced by fawkes::BlackBoardNetworkHandler::loop(), and fawkes::RemoteBlackBoard::try_aliveness_restore().

◆ id

char fawkes::bb_iopen_msg_t::id[__INTERFACE_ID_SIZE]

interface instance ID

Definition at line 80 of file messages.h.

Referenced by fawkes::BlackBoardNetworkHandler::loop(), and fawkes::RemoteBlackBoard::try_aliveness_restore().

◆ type

char fawkes::bb_iopen_msg_t::type[__INTERFACE_TYPE_SIZE]

interface type name

Definition at line 79 of file messages.h.

Referenced by fawkes::BlackBoardNetworkHandler::loop(), and fawkes::RemoteBlackBoard::try_aliveness_restore().


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