Fawkes API
Fawkes Development Version
|
Wrapper class for using the blackboard in the implementation of the external predicates. More...
Public Member Functions | |
EclExternalBlackBoard () | |
Constructor. More... | |
~EclExternalBlackBoard () | |
Destructor. More... | |
void | connect (const char *host) |
Open remote blackboard connection. More... | |
bool | connected () |
Query connection status. More... | |
void | disconnect () |
Disconnect remote blackboard connection. More... | |
BlackBoard * | instance () |
Access the BlackBoard instance. More... | |
std::vector< Interface * > & | interfaces () |
Obtain the list of opened interfaces. More... | |
Wrapper class for using the blackboard in the implementation of the external predicates.
Definition at line 43 of file blackboard.cpp.
|
inline |
Constructor.
Definition at line 47 of file blackboard.cpp.
|
inline |
|
inline |
Open remote blackboard connection.
host | the host running Fawkes |
Definition at line 60 of file blackboard.cpp.
|
inline |
Query connection status.
Definition at line 68 of file blackboard.cpp.
|
inline |
Disconnect remote blackboard connection.
Definition at line 74 of file blackboard.cpp.
References fawkes::BlackBoard::close().
|
inline |
Access the BlackBoard instance.
Definition at line 87 of file blackboard.cpp.
|
inline |
Obtain the list of opened interfaces.
Definition at line 95 of file blackboard.cpp.