Public Member Functions

AgentControlThread Class Reference

This thread controls the agent thread by sending signals. More...

#include "control_thread.h"

Inheritance diagram for AgentControlThread:
Inheritance graph
[legend]

List of all members.

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 ()

Detailed Description

This thread controls the agent thread by sending signals.

Author:
Daniel Beck

Definition at line 37 of file control_thread.h.


Constructor & Destructor Documentation

AgentControlThread::AgentControlThread ( EclipseAgentThread eclipse_thread  ) 

Constructor.

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


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