|
Fawkes API
Fawkes Development Version
|
A new interface was created. More...
#include <blackboard_listener_thread.h>

Public Member Functions | |
| virtual | operator EC_word () |
| Return an eclipse term representing the event. More... | |
| Event (const std::string &type, const std::string &id) | |
| Constructor. More... | |
Public Member Functions inherited from BlackboardListenerThread::Event | |
| Event (const std::string &type, const std::string &id) | |
| Constructor. More... | |
| std::string | uid () |
| Return the UID (i.e. More... | |
Additional Inherited Members | |
Protected Attributes inherited from BlackboardListenerThread::Event | |
| string | type |
| Triggering interface's type name. More... | |
| string | id |
| Triggering interface's ID. More... | |
A new interface was created.
Definition at line 107 of file blackboard_listener_thread.h.
|
inline |
Constructor.
| type | Blackboard interface type as string |
| id | Blackboard interface ID |
Definition at line 78 of file blackboard_listener_thread.h.
|
virtual |
Return an eclipse term representing the event.
Implements BlackboardListenerThread::Event.
Definition at line 130 of file blackboard_listener_thread.cpp.