2021-07-06 Fred Gleason <fredg@paravelsystems.com>

* Modified the start buttons in rdcartslots(1) to display channel
	labels.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-07-06 15:58:14 -04:00
parent cd9db41011
commit fcace16d02
9 changed files with 219 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
//
// Container class for RDCartSlot options
//
// (C) Copyright 2012,2016 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2012-2021 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -42,6 +42,7 @@ class RDSlotOptions
int card() const;
int inputPort() const;
int outputPort() const;
QString outputPortLabel() const;
bool load();
void save() const;
void clear();
@@ -57,6 +58,7 @@ class RDSlotOptions
int set_card;
int set_input_port;
int set_output_port;
QString set_output_port_label;
QString set_stationname;
unsigned set_slotno;
};