mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-02 14:04:47 -04:00
ModemProperties panel property grid init
This commit is contained in:
@@ -14,6 +14,16 @@ ModemRange::ModemRange(const double minimum, const double maximum) {
|
||||
_max = maximum;
|
||||
}
|
||||
|
||||
//! Get the range minimum
|
||||
double ModemRange::minimum(void) const {
|
||||
return _min;
|
||||
}
|
||||
|
||||
//! Get the range maximum
|
||||
double ModemRange::maximum(void) const {
|
||||
return _max;
|
||||
}
|
||||
|
||||
ModemArgInfo::ModemArgInfo(void) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user