Fawkes API  Fawkes Development Version
BlackboardListenerThread::Destroyed Class Reference

An interface was destroyed. More...

#include <blackboard_listener_thread.h>

Inheritance diagram for BlackboardListenerThread::Destroyed:

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...
 

Detailed Description

An interface was destroyed.

Definition at line 119 of file blackboard_listener_thread.h.

Member Function Documentation

◆ Event()

BlackboardListenerThread::Event::Event
inline

Constructor.

Parameters
typeBlackboard interface type as string
idBlackboard interface ID

Definition at line 82 of file blackboard_listener_thread.h.

◆ operator EC_word()

BlackboardListenerThread::Destroyed::operator EC_word ( )
virtual

Return an eclipse term representing the event.

Returns
An eclipse term representing the event: bb_destroyed(UID)

Implements BlackboardListenerThread::Event.

Definition at line 138 of file blackboard_listener_thread.cpp.


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