|
Fawkes API
Fawkes Development Version
|
Public Member Functions | |
| InterfaceInfo () | |
| Constructor. | |
| InterfaceInfo (combo_t *pcombo, fawkes::Interface *pwriter, fawkes::BlackBoard *preader_bb, fawkes::BlackBoard *pwriter_bb) | |
| Constructor. | |
| InterfaceInfo & | operator= (const InterfaceInfo &ii) |
| Assignment operator. | |
Public Attributes | |
| combo_t * | combo |
| Combo configuration. | |
| fawkes::Interface * | writer |
| Writing interface. | |
| fawkes::BlackBoard * | reader_bb |
| Blackboard to read from. | |
| fawkes::BlackBoard * | writer_bb |
| Blackboard to write to. | |
| BlackBoardSynchronizationThread::InterfaceInfo::InterfaceInfo | ( | ) | [inline] |
Constructor.
Definition at line 87 of file sync_thread.h.
| BlackBoardSynchronizationThread::InterfaceInfo::InterfaceInfo | ( | combo_t * | pcombo, |
| fawkes::Interface * | pwriter, | ||
| fawkes::BlackBoard * | preader_bb, | ||
| fawkes::BlackBoard * | pwriter_bb | ||
| ) | [inline] |
Constructor.
| pcombo | combo configuration |
| pwriter | Writing interface |
| preader_bb | Blackboard to read from |
| pwriter_bb | Blackboard to write to |
Definition at line 97 of file sync_thread.h.
| InterfaceInfo& BlackBoardSynchronizationThread::InterfaceInfo::operator= | ( | const InterfaceInfo & | ii | ) | [inline] |
Combo configuration.
Definition at line 78 of file sync_thread.h.
Referenced by BlackBoardSynchronizationThread::writer_added(), BlackBoardSynchronizationThread::writer_removed(), and operator=().
Blackboard to read from.
Definition at line 82 of file sync_thread.h.
Referenced by BlackBoardSynchronizationThread::writer_added(), and operator=().
Writing interface.
Definition at line 80 of file sync_thread.h.
Referenced by BlackBoardSynchronizationThread::writer_added(), BlackBoardSynchronizationThread::writer_removed(), and operator=().
Blackboard to write to.
Definition at line 84 of file sync_thread.h.
Referenced by BlackBoardSynchronizationThread::writer_added(), BlackBoardSynchronizationThread::writer_removed(), and operator=().