My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
gcp::mediator::GrabberControl Class Reference

#include <GrabberControl.h>

Inheritance diagram for gcp::mediator::GrabberControl:
gcp::util::GenericTask< GrabberControlMsg >

Public Member Functions

 GrabberControl (Control *parent)
 
virtual ~GrabberControl ()
 
- Public Member Functions inherited from gcp::util::GenericTask< GrabberControlMsg >
void sendRestartMsg ()
 
void sendStopMsg ()
 
void sendHeartBeatMsg ()
 
virtual void fwdTaskMsg (GrabberControlMsg *msg)
 

Friends

class Control
 

Additional Inherited Members

- Protected Member Functions inherited from gcp::util::GenericTask< GrabberControlMsg >
 GenericTask ()
 
 GenericTask (Thread *thread)
 
virtual ~GenericTask ()
 
void sendTaskMsg (GrabberControlMsg *msg)
 
void startThreads (void *arg)
 
void startThread (void *arg, unsigned order)
 
unsigned getMinStartOrder ()
 
bool threadsNeedStarting ()
 
void cancelThreads ()
 
void cancelThread (unsigned order)
 
unsigned getMinCancelOrder ()
 
bool threadsNeedCancelling ()
 
void pingThreads (void *arg)
 
void raise (std::string name, int sigNo)
 
ThreadgetThread (std::string name)
 
bool threadsAreRunning ()
 
void shutdownConnection (int fd)
 
virtual void restart (void)
 
virtual void run (void)
 
virtual void processTaskMsg (bool *stop)
 
virtual void processMsg (GrabberControlMsg *msg)
 
virtual void respondToHeartBeat ()
 
virtual void installTimer (GrabberControlMsg *msg)
 
virtual void installSignal (GrabberControlMsg *msg)
 
virtual void enableTimer (GrabberControlMsg *msg)
 
virtual void addHandler (GrabberControlMsg *msg)
 
void stepCommands ()
 
- Protected Attributes inherited from gcp::util::GenericTask< GrabberControlMsg >
Threadthread_
 
std::vector< Thread * > threads_
 
PipeQ< GrabberControlMsg > msgq_
 
gcp::util::FdSet fdSet_
 
std::vector< Command * > commands_
 
struct timeval * timeOut_
 
TimeVal commandTimeOut_
 

Detailed Description

A class for controlling antennas.

Constructor & Destructor Documentation

GrabberControl::GrabberControl ( Control parent)

Constructor.

....................................................................... Constructor.

GrabberControl::~GrabberControl ( )
virtual

Destructor.

....................................................................... Destructor.

Friends And Related Function Documentation

friend class Control
friend

Control will call our sendTaskMsg() method.


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