Public Attributes

fawkes::bb_iinfo_msg_t Struct Reference

Message for interface info. 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
uint32_t serial
 instance serial to unique identify this instance
uint32_t has_writer: 1
 1 if the interface currently has a writer, 0 otherwise
uint32_t num_readers: 31
 number of currently existing readers

Detailed Description

Message for interface info.

Definition at line 79 of file messages.h.


Member Data Documentation

1 if the interface currently has a writer, 0 otherwise

Definition at line 85 of file messages.h.

Referenced by fawkes::BlackBoardInterfaceListContent::append_interface(), and fawkes::RemoteBlackBoard::list_all().

unsigned char fawkes::bb_iinfo_msg_t::hash[__INTERFACE_HASH_SIZE]

interface version hash

Definition at line 82 of file messages.h.

Referenced by fawkes::BlackBoardInterfaceListContent::append_interface(), and fawkes::RemoteBlackBoard::list_all().

char fawkes::bb_iinfo_msg_t::id[__INTERFACE_ID_SIZE]

interface instance ID

Definition at line 81 of file messages.h.

Referenced by fawkes::BlackBoardInterfaceListContent::append_interface(), and fawkes::RemoteBlackBoard::list_all().

number of currently existing readers

Definition at line 87 of file messages.h.

Referenced by fawkes::BlackBoardInterfaceListContent::append_interface(), and fawkes::RemoteBlackBoard::list_all().

instance serial to unique identify this instance

Definition at line 83 of file messages.h.

Referenced by fawkes::BlackBoardInterfaceListContent::append_interface(), and fawkes::RemoteBlackBoard::list_all().

char fawkes::bb_iinfo_msg_t::type[__INTERFACE_TYPE_SIZE]

interface type name

Definition at line 80 of file messages.h.

Referenced by fawkes::BlackBoardInterfaceListContent::append_interface(), and fawkes::RemoteBlackBoard::list_all().


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