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. |
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 180 of file interface_info.cpp.
Referenced by fawkes::BlackBoardInterfaceManager::list_all().