|
Fawkes API
Fawkes Development Version
|
An interface changed. More...
#include <blackboard_listener_thread.h>

Public Member Functions | |
| Changed (Interface *interface) | |
| Constructor. More... | |
| virtual | operator EC_word () |
| Return an eclipse term representing the event. 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... | |
An interface changed.
Definition at line 123 of file blackboard_listener_thread.h.
|
inline |
Constructor.
| interface | The interface that changed |
Definition at line 129 of file blackboard_listener_thread.h.
|
virtual |
Return an eclipse term representing the event.
Implements BlackboardListenerThread::Event.
Definition at line 146 of file blackboard_listener_thread.cpp.