|
My Project
|
#include <AntennaGpib.h>
Public Member Functions | |
| AntennaGpib (AntennaControl *parent=0, std::string device="whatever", unsigned cryoConAddr=12, unsigned lsThermoAddr=11) | |
| virtual | ~AntennaGpib () |
Public Member Functions inherited from gcp::antenna::control::SpecificTask | |
| SpecificTask () | |
| virtual | ~SpecificTask () |
| SpecificShare * | getShare () |
Public Member Functions inherited from gcp::util::GenericTask< AntennaGpibMsg > | |
| void | sendRestartMsg () |
| void | sendStopMsg () |
| void | sendHeartBeatMsg () |
| virtual void | fwdTaskMsg (AntennaGpibMsg *msg) |
Friends | |
| class | AntennaControl |
Additional Inherited Members | |
Public Attributes inherited from gcp::antenna::control::SpecificTask | |
| SpecificShare * | share_ |
Protected Member Functions inherited from gcp::util::GenericTask< AntennaGpibMsg > | |
| GenericTask () | |
| GenericTask (Thread *thread) | |
| virtual | ~GenericTask () |
| void | sendTaskMsg (AntennaGpibMsg *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 | serviceMsgQ (void) |
| virtual void | restart (void) |
| virtual void | run (void) |
| virtual void | processTaskMsg (bool *stop) |
| virtual void | processMsg (AntennaGpibMsg *msg) |
| virtual void | respondToHeartBeat () |
| virtual void | installTimer (AntennaGpibMsg *msg) |
| virtual void | installSignal (AntennaGpibMsg *msg) |
| virtual void | enableTimer (AntennaGpibMsg *msg) |
| virtual void | addHandler (AntennaGpibMsg *msg) |
| void | stepCommands () |
Protected Attributes inherited from gcp::util::GenericTask< AntennaGpibMsg > | |
| Thread * | thread_ |
| std::vector< Thread * > | threads_ |
| PipeQ< AntennaGpibMsg > | msgq_ |
| gcp::util::FdSet | fdSet_ |
| std::vector< Command * > | commands_ |
| struct timeval * | timeOut_ |
| TimeVal | commandTimeOut_ |
AntennaGpib class will handle all gpib functions. This class instantiates objects for communicating with Cryocon and Lakeshore thermal boxes.
| AntennaGpib::AntennaGpib | ( | AntennaControl * | parent = 0, |
| std::string | gpibDevice = "whatever", |
||
| unsigned | cryoConAddr = 12, |
||
| unsigned | lsThermoAddr = 11 |
||
| ) |
....................................................................... Constructor.
|
virtual |
....................................................................... Destructor.