|
CARMA C++
|
Base-class to encapsulate a connectable node. More...
#include <carma/signalpath/SignalPathMap.h>
Inherited by carma::signalpath::AntennaIF, carma::signalpath::AstroBandInput, carma::signalpath::CorrelatorBand, carma::signalpath::CorrelatorBandInput, carma::signalpath::CorrelatorCrateInput, carma::signalpath::Digitizer, carma::signalpath::FpgaBoard, carma::signalpath::Switch, and carma::signalpath::SwitchChannel.
Public Member Functions | |
| virtual void | clearFrom (ConnectableNode *caller, CorrelatorType type=CORR_ALL) |
| virtual void | clearTo (ConnectableNode *caller, CorrelatorType type=CORR_ALL) |
| virtual void | mapFrom (ConnectableNode *caller, CorrelatorType type=CORR_ALL) |
| virtual void | mapTo (ConnectableNode *caller, CorrelatorType type=CORR_ALL) |
Public Attributes | |
| ConnectableNode * | fromNode_ |
| ConnectableNode * | toNode_ |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const ConnectableNode &node) |
Base-class to encapsulate a connectable node.
We define directions to/from
Definition at line 222 of file SignalPathMap.h.