Fawkes API  Fawkes Development Version
fawkes::InterfaceInfoList Class Reference

Interface information list. More...

#include <>>

Inheritance diagram for fawkes::InterfaceInfoList:

List of all members.

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.

Author:
Tim Niemueller

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:
typetype of the interface
idid of the interface
hashversion hash
has_writertrue if there is a writer, false otherwise
num_readersnumber of readers
serialinstance serial

Definition at line 181 of file interface_info.cpp.

Referenced by fawkes::BlackBoardInterfaceManager::list_all(), fawkes::BlackBoardInterfaceManager::list(), fawkes::RemoteBlackBoard::list_all(), and fawkes::RemoteBlackBoard::list().


The documentation for this class was generated from the following files: