Fawkes API
Fawkes Development Version
|
Interface combo struct. More...
Public Attributes | |
std::string | type |
Combo type. | |
std::string | reader_id |
reader interface ID | |
std::string | writer_id |
writer interface ID | |
bool | remote_writer |
true if remote writer |
Interface combo struct.
reader interface ID
Definition at line 70 of file sync_thread.h.
Referenced by BlackBoardSynchronizationThread::writer_added(), and BlackBoardSynchronizationThread::writer_removed().
true if remote writer
Definition at line 72 of file sync_thread.h.
Combo type.
Definition at line 69 of file sync_thread.h.
Referenced by BlackBoardSynchronizationThread::writer_added(), and BlackBoardSynchronizationThread::writer_removed().
writer interface ID
Definition at line 71 of file sync_thread.h.
Referenced by BlackBoardSynchronizationThread::writer_added(), and BlackBoardSynchronizationThread::writer_removed().