Lines Matching defs:direction

128 std::vector<std::string> SoapyAirspy::listAntennas(const int direction, const size_t channel) const  in listAntennas()  argument
135 void SoapyAirspy::setAntenna(const int direction, const size_t channel, const std::string &name) in setAntenna()
140 std::string SoapyAirspy::getAntenna(const int direction, const size_t channel) const in getAntenna() argument
149 bool SoapyAirspy::hasDCOffsetMode(const int direction, const size_t channel) const in hasDCOffsetMode() argument
158 std::vector<std::string> SoapyAirspy::listGains(const int direction, const size_t channel) const in listGains() argument
171 bool SoapyAirspy::hasGainMode(const int direction, const size_t channel) const in hasGainMode() argument
176 void SoapyAirspy::setGainMode(const int direction, const size_t channel, const bool automatic) in setGainMode()
186 bool SoapyAirspy::getGainMode(const int direction, const size_t channel) const in getGainMode() argument
191 void SoapyAirspy::setGain(const int direction, const size_t channel, const double value) in setGain()
198 void SoapyAirspy::setGain(const int direction, const size_t channel, const std::string &name, const… in setGain()
217 double SoapyAirspy::getGain(const int direction, const size_t channel, const std::string &name) con… in getGain() argument
235 SoapySDR::Range SoapyAirspy::getGainRange(const int direction, const size_t channel, const std::str… in getGainRange() argument
249 const int direction, in setFrequency()
264 double SoapyAirspy::getFrequency(const int direction, const size_t channel, const std::string &name… in getFrequency() argument
274 std::vector<std::string> SoapyAirspy::listFrequencies(const int direction, const size_t channel) co… in listFrequencies() argument
282 const int direction, in getFrequencyRange()
294 SoapySDR::ArgInfoList SoapyAirspy::getFrequencyArgsInfo(const int direction, const size_t channel) … in getFrequencyArgsInfo() argument
307 void SoapyAirspy::setSampleRate(const int direction, const size_t channel, const double rate) in setSampleRate()
318 double SoapyAirspy::getSampleRate(const int direction, const size_t channel) const in getSampleRate() argument
323 std::vector<double> SoapyAirspy::listSampleRates(const int direction, const size_t channel) const in listSampleRates() argument
342 void SoapyAirspy::setBandwidth(const int direction, const size_t channel, const double bw) in setBandwidth()
347 double SoapyAirspy::getBandwidth(const int direction, const size_t channel) const in getBandwidth() argument
352 std::vector<double> SoapyAirspy::listBandwidths(const int direction, const size_t channel) const in listBandwidths() argument