Fawkes API  Fawkes Development Version
BlackboardListenerThread::Created Class Reference

A new interface was created. More...

#include <blackboard_listener_thread.h>

Inheritance diagram for BlackboardListenerThread::Created:

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

A new interface was created.

Definition at line 109 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 80 of file blackboard_listener_thread.h.

◆ operator EC_word()

BlackboardListenerThread::Created::operator EC_word ( )
virtual

Return an eclipse term representing the event.

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

Implements BlackboardListenerThread::Event.

Definition at line 130 of file blackboard_listener_thread.cpp.


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