My Project
|
#include <GrabberControl.h>
Public Member Functions | |
GrabberControl (Control *parent) | |
virtual | ~GrabberControl () |
![]() | |
void | sendRestartMsg () |
void | sendStopMsg () |
void | sendHeartBeatMsg () |
virtual void | fwdTaskMsg (GrabberControlMsg *msg) |
Friends | |
class | Control |
Additional Inherited Members | |
![]() | |
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) |
Thread * | getThread (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 () |
![]() | |
Thread * | thread_ |
std::vector< Thread * > | threads_ |
PipeQ< GrabberControlMsg > | msgq_ |
gcp::util::FdSet | fdSet_ |
std::vector< Command * > | commands_ |
struct timeval * | timeOut_ |
TimeVal | commandTimeOut_ |
A class for controlling antennas.
GrabberControl::GrabberControl | ( | Control * | parent | ) |
Constructor.
....................................................................... Constructor.
|
virtual |
Destructor.
....................................................................... Destructor.
|
friend |
Control will call our sendTaskMsg() method.