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, const std::list< std::string > &readers, const std::string &writer, const Time ×tamp) |
Append an interface info. More... | |
Interface information list.
List with InterfaceInfo instances.
Definition at line 70 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, | ||
const std::list< std::string > & | readers, | ||
const std::string & | writer, | ||
const Time & | timestamp | ||
) |
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 |
readers | name of readers of interface |
writer | name of writer of interface |
timestamp | interface timestamp (time of last write or data timestamp) |
Definition at line 241 of file interface_info.cpp.
References fawkes::InterfaceInfo::InterfaceInfo().
Referenced by fawkes::BlackBoardInterfaceManager::list(), fawkes::RemoteBlackBoard::list(), fawkes::RemoteBlackBoard::list_all(), and fawkes::BlackBoardInterfaceManager::list_all().