mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
LimeSDR: removed useless step information from range inspection functions
This commit is contained in:
@@ -238,9 +238,9 @@ public:
|
||||
QString& errorMessage);
|
||||
|
||||
std::size_t getChannelIndex();
|
||||
void getLORange(float& minF, float& maxF, float& stepF) const;
|
||||
void getSRRange(float& minF, float& maxF, float& stepF) const;
|
||||
void getLPRange(float& minF, float& maxF, float& stepF) const;
|
||||
void getLORange(float& minF, float& maxF) const;
|
||||
void getSRRange(float& minF, float& maxF) const;
|
||||
void getLPRange(float& minF, float& maxF) const;
|
||||
uint32_t getHWLog2Decim() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user