CARMA C++
carma::signalpath::ConnectableNode Class Reference

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

ConnectableNodefromNode_
 
ConnectableNodetoNode_
 

Friends

std::ostream & operator<< (std::ostream &os, const ConnectableNode &node)
 

Detailed Description

Base-class to encapsulate a connectable node.

We define directions to/from

Definition at line 222 of file SignalPathMap.h.


The documentation for this class was generated from the following file: