CARMA C++
|
Class to encapsulate a correlator crate. More...
#include <carma/signalpath/SignalPathMap.h>
Public Member Functions | |
CorrelatorCrate (CorrelatorType type, unsigned crateNo) | |
CorrelatorCrateInput * | getInput (unsigned inputNo) |
void | validateInput (unsigned inputNo) |
Public Attributes | |
unsigned | crateNo_ |
std::vector < CorrelatorCrateInput * > | inputs_ |
std::string | name_ |
CorrelatorType | type_ |
Static Public Attributes | |
static const unsigned | nCrateSl_ |
static const unsigned | nCrateWb_ |
static const unsigned | nInput_ |
static const unsigned | nInputPerBandSl_ |
static const unsigned | nInputPerBandWb_ |
Class to encapsulate a correlator crate.
Definition at line 531 of file SignalPathMap.h.