BW setting in TX view should now be used everywhere

Jammer center and width value editing bugfix
This commit is contained in:
furrtek 2017-08-12 19:28:57 +01:00
parent 81eb96f870
commit 728bb64543
11 changed files with 27 additions and 28 deletions

View file

@ -79,12 +79,12 @@ void TransmitterModel::set_vga(int32_t v_db) {
update_vga();
}
uint32_t TransmitterModel::bandwidth() const {
return bandwidth_;
uint32_t TransmitterModel::channel_bandwidth() const {
return channel_bandwidth_;
}
void TransmitterModel::set_bandwidth(uint32_t v) {
bandwidth_ = v;
void TransmitterModel::set_channel_bandwidth(uint32_t v) {
channel_bandwidth_ = v;
}
uint32_t TransmitterModel::sampling_rate() const {