fawkes::InterfaceInfoList Class Reference
Interface information list. More...
#include <interface/interface_info.h>
Inheritance diagram for fawkes::InterfaceInfoList:

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. | |
Detailed Description
Interface information list.List with InterfaceInfo instances.
Definition at line 56 of file interface_info.h.
Member Function Documentation
| 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.
- Parameters:
-
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 161 of file interface_info.cpp.
Referenced by fawkes::RemoteBlackBoard::list_all(), and fawkes::BlackBoardInterfaceManager::list_all().
The documentation for this class was generated from the following files:
- src/libs/interface/interface_info.h
- src/libs/interface/interface_info.cpp

