Searched refs:RingDetector (Results 1 - 6 of 6) sorted by relevance
/gem5/ext/dsent/model/optical/ |
H A D | RingDetector.h | 31 class RingDetector : public OpticalModel, public OpticalReceiver class in namespace:DSENT 38 RingDetector(const String& instance_name_, const TechModel* tech_model_); 39 virtual ~RingDetector(); 71 }; // class RingDetector
|
H A D | RingDetector.cc | 22 #include "model/optical/RingDetector.h" 46 const String RingDetector::INTEGRATINGSENSEAMP = "INTSA"; 48 RingDetector::RingDetector(const String& instance_name_, const TechModel* tech_model_) function in class:DSENT::RingDetector 55 RingDetector::~RingDetector() 58 void RingDetector::initParameters() 70 void RingDetector::initProperties() 75 void RingDetector::constructModel() 99 createDetector( "RingDetector", det_wavelength [all...] |
H A D | OpticalTestModel.cc | 27 #include "model/optical/RingDetector.h" 85 RingDetector* detector = new RingDetector("Detector-" + n, getTechModel());
|
H A D | SWMRLink.cc | 31 #include "model/optical/RingDetector.h" 289 RingDetector* detector = new RingDetector("Detector_" + n, getTechModel()); 296 detector->setParameter("Topology", RingDetector::INTEGRATINGSENSEAMP);
|
H A D | SWSRLink.cc | 32 #include "model/optical/RingDetector.h" 324 RingDetector* detector = new RingDetector("Detector", getTechModel()); 331 detector->setParameter("Topology", RingDetector::INTEGRATINGSENSEAMP);
|
/gem5/ext/dsent/model/ |
H A D | ModelGen.cc | 61 #include "model/optical/RingDetector.h" 190 else if("RingDetector" == model_name_) 192 return new RingDetector(instance_name_, tech_model_); 322 cout << "LaserSource ThrottledLaserSource RingModulator RingDetector" << endl;
|
Completed in 6 milliseconds