|
| void | archiveFeatures (unsigned features, unsigned seq) |
| | Update the features bitmask. More...
|
| |
| void | archiveNsnap (unsigned nsnap) |
| | Update the local register that contains a count of the number of integrated snapshots per frame. More...
|
| |
| void | archiveRecordNumber (unsigned record) |
| | Update the record number. More...
|
| |
| void | archiveTime () |
| | Record the time in the register database. More...
|
| |
| void | archiveWalshState (unsigned walshState) |
| | Update the Walsh state in effect during the last frame. More...
|
| |
| | FrameBoard (SzaShare *share, std::string name) |
| | Constructor function for this board. More...
|
| |
| void | reset () |
| | Stub this out until needed. More...
|
| |
| void | setTime () |
| | Set the time in the register database. 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 | 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...
|
| |
A class to encapsulate details of the frame software board.
Definition at line 21 of file FrameBoard.h.