The following struct manages pointers to the lo_quad register for a receiver card, and members where we will store the quadrature phase shift for a receiver during the last integration.
More...
#include <carma/antenna/sza/antenna/control/QuadShiftBoard.h>
|
| QuadShiftBoard (SzaShare *share, std::string name) |
| Constructor with name. More...
|
|
| QuadShiftBoard (SzaShare *share, sza::util::AntNum ant) |
| Constructor with antenna enumerator. More...
|
|
| Board (SzaShare *share, std::string name) |
| Constructor looks up a board by name and stores a pointer to it in private member board_ (below). More...
|
|
| Board (SzaShare *share, sza::util::AntNum ant) |
| Constructor looks up the rx board corresponding to the requested antenna and stores a pointer to it in private member board_ (below) More...
|
|
| Board (SzaShare *share) |
| Constructor for a virtual board. More...
|
|
RegMapBlock * | findReg (char *name) |
| Return a pointer to a register of the board managed by this object. More...
|
|
int | getIndex () |
| Public function to return the index of this board in the register database. More...
|
|
bool | isReachable () |
| Verify that this board is reachable. More...
|
|
virtual void | readReg (RegMapBlock *blk, unsigned int first, unsigned int nreg, unsigned int *value) |
| Method to read a register from this board. More...
|
|
virtual void | reset () |
| Function to reset private members of a board-management object. More...
|
|
virtual void | writeReg (RegMapBlock *blk, unsigned int first, unsigned int nreg, unsigned int *value) |
| Methods to write to a register of this board. More...
|
|
virtual void | writeReg (RegMapBlock *blk, unsigned int first, unsigned int nreg, bool *value) |
| Methods to write to a register of this board. More...
|
|
virtual | ~Board () |
| Declaration of destructor as pure virtual prevents instantiation of this base class. More...
|
|
The following struct manages pointers to the lo_quad register for a receiver card, and members where we will store the quadrature phase shift for a receiver during the last integration.
Definition at line 35 of file QuadShiftBoard.h.
sza::antenna::control::QuadShiftBoard::QuadShiftBoard |
( |
SzaShare * |
share, |
|
|
std::string |
name |
|
) |
| |
Constructor with name.
- Exceptions
-
Constructor with antenna enumerator.
- Exceptions
-
The documentation for this class was generated from the following file: