Searched refs:number_detectors_ (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/dsent/model/optical_graph/
H A DOpticalWavelength.cc100 double OpticalWavelength::getLaserPower(unsigned int number_detectors_) const
102 ASSERT(number_detectors_ > 0, "[Error] " + getInstanceName() +
131 number_detectors_ = std::min(number_detectors_, (unsigned int) current_path.detectors.size());
134 if (number_detectors_ < detectors->size())
138 for (unsigned int j = 0; j < number_detectors_; ++j)
H A DOpticalGraph.h54 bool performPowerOpt(OpticalNode* node_, const WavelengthGroup& wavelengths_, unsigned int number_detectors_, double util_);
H A DOpticalWavelength.h64 double getLaserPower(unsigned int number_detectors_) const;
H A DOpticalGraph.cc58 bool OpticalGraph::performPowerOpt(OpticalNode* node_, const WavelengthGroup& wavelengths_, unsigned int number_detectors_, double util_) argument
102 double laser_power = wavelength->getLaserPower(number_detectors_);

Completed in 7 milliseconds