|
CARMA C++
|
Class to encapsulate a correlator. More...
#include <carma/signalpath/SignalPathMap.h>
Public Member Functions | |
| Correlator (CorrelatorType type, SubarrayId subarrayId_) | |
| void | requestToControl (SubarrayId subarrayId_) |
| bool | requestToRelease (SubarrayId subarrayId_) |
Public Attributes | |
| std::vector< Correlator * > | exclusiveCorrelators_ |
| SubarrayId | subarrayId_ |
| CorrelatorType | type_ |
Class to encapsulate a correlator.
Definition at line 512 of file SignalPathMap.h.