|
| Scan () |
|
| Scan (Scan &scan) |
|
| Scan (const Scan &scan) |
|
virtual | ~Scan () |
|
void | setupForHalt () |
|
void | resetName () |
|
void | reset () |
|
void | initialize (std::string name, unsigned ibody, unsigned iend, unsigned nreps, unsigned seq, unsigned msPerStep=1000, unsigned msPerSample=1000, bool add=false) |
|
void | extend (unsigned npt, unsigned *index, unsigned *flag, int *azoff, int *eloff) |
|
void | extend (unsigned npt, unsigned *index, int *azoff, int *eloff, int *dkoff) |
|
unsigned | rep () |
|
unsigned | nextRep () |
|
ScanCacheOffset & | nextOffset (gcp::util::TimeVal &mjd) |
|
ScanCacheOffset & | nextOffsetTimeJump (gcp::util::TimeVal &mjd) |
|
bool | justFinished () |
|
unsigned & | lastReq () |
|
ScanMode & | currentState () |
|
ScanMode & | nextState () |
|
bool | add () |
|
unsigned | flag () |
|
unsigned | index () |
|
unsigned char * | name () |
|
void | pack (signed *s_elements) |
|
void | operator= (Scan &scan) |
|
void | operator= (const Scan &scan) |
|
|
std::ostream & | operator<< (std::ostream &os, Scan &scan) |
|
Constructors
....................................................................... Constructor.
Scan::Scan |
( |
const Scan & |
scan | ) |
|
....................................................................... Constructor.
Destructor.
....................................................................... Destructor.
void Scan::extend |
( |
unsigned |
npt, |
|
|
unsigned * |
index, |
|
|
unsigned * |
flag, |
|
|
int * |
azoff, |
|
|
int * |
eloff |
|
) |
| |
....................................................................... Extend the ephemeris for a scan
void Scan::extend |
( |
unsigned |
npt, |
|
|
unsigned * |
index, |
|
|
int * |
azoff, |
|
|
int * |
eloff, |
|
|
int * |
dkoff |
|
) |
| |
....................................................................... Extend the ephemeris for a scan
void Scan::initialize |
( |
std::string |
name, |
|
|
unsigned |
ibody, |
|
|
unsigned |
iend, |
|
|
unsigned |
nreps, |
|
|
unsigned |
seq, |
|
|
unsigned |
msPerStep = 1000 , |
|
|
unsigned |
msPerSample = 1000 , |
|
|
bool |
add = false |
|
) |
| |
....................................................................... Reinitialize the scan cache
bool gcp::antenna::control::Scan::justFinished |
( |
| ) |
|
|
inline |
Return true if the scan finished on the last call to nextOffset()
....................................................................... Get the next set of offsets from the scan cache
....................................................................... Get the next set of offsets from the scan cache
....................................................................... Re/initialize the scan container
void Scan::setupForHalt |
( |
| ) |
|
....................................................................... Setup for halt
The documentation for this class was generated from the following files:
- gcpCbass/antenna/control/cbass/Scan.h
- gcpCbass/antenna/control/cbass/Scan.cc