|
Fawkes API
Fawkes Development Version
|
Interface information list. More...
#include <>>

Public Member Functions | |
| void | append (const char *type, const char *id, const unsigned char *hash, unsigned int serial, bool has_writer, unsigned int num_readers) |
| Append an interface info. More... | |
Interface information list.
List with InterfaceInfo instances.
Definition at line 58 of file interface_info.h.
| void fawkes::InterfaceInfoList::append | ( | const char * | type, |
| const char * | id, | ||
| const unsigned char * | hash, | ||
| unsigned int | serial, | ||
| bool | has_writer, | ||
| unsigned int | num_readers | ||
| ) |
Append an interface info.
| type | type of the interface |
| id | id of the interface |
| hash | version hash |
| has_writer | true if there is a writer, false otherwise |
| num_readers | number of readers |
| serial | instance serial |
Definition at line 181 of file interface_info.cpp.
References fawkes::InterfaceInfo::InterfaceInfo().
Referenced by fawkes::BlackBoardInterfaceManager::list(), fawkes::RemoteBlackBoard::list(), fawkes::BlackBoardInterfaceManager::list_all(), and fawkes::RemoteBlackBoard::list_all().