This thread controls the agent thread by sending signals. More...
#include "control_thread.h"
Public Member Functions | |
AgentControlThread (EclipseAgentThread *eclipse_thread) | |
Constructor. | |
virtual | ~AgentControlThread () |
Destructor. | |
virtual void | init () |
virtual bool | prepare_finalize_user () |
virtual void | finalize () |
virtual void | loop () |
This thread controls the agent thread by sending signals.
Definition at line 37 of file control_thread.h.
AgentControlThread::AgentControlThread | ( | EclipseAgentThread * | eclipse_thread | ) |
Constructor.
eclipse_thread | the ECLiPSe agent thread |
Definition at line 40 of file control_thread.cpp.
AgentControlThread::~AgentControlThread | ( | ) | [virtual] |
Destructor.
Definition at line 48 of file control_thread.cpp.