mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-06 00:30:25 +01:00
2021-12-21 Fred Gleason <fredg@paravelsystems.com>
* Moved the PANEL_MAX_OUTPUTS define in 'lib/rdsound_panel.h' to RD_SOUNDPANEL_MAX_OUTPUTS in 'lib/rd.h'. * Added a 'RDPortNames' class. * Added a 'RDCoreApplication::portNames()' method. * Refactored rdairplay(1) to use 'RDPortNames'. * Refactored rdpanel(1) to use 'RDPortNames'. * Removed the 'RDAirPlayConf::portName()' method. * Removed the 'RDAirPlayConf::soundPanelChannelName()' method. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -52,7 +52,6 @@ class RDAirPlayConf
|
||||
void setCard(Channel chan,int card) const;
|
||||
int port(Channel chan) const;
|
||||
void setPort(Channel chan,int port) const;
|
||||
QString portLabel(Channel chan) const;
|
||||
QString startRml(Channel chan) const;
|
||||
void setStartRml(Channel chan,QString str) const;
|
||||
QString stopRml(Channel chan) const;
|
||||
@@ -162,7 +161,6 @@ class RDAirPlayConf
|
||||
void setLogNowCart(int lognum,unsigned cartnum) const;
|
||||
unsigned logNextCart(int lognum) const;
|
||||
void setLogNextCart(int lognum,unsigned cartnum) const;
|
||||
QString soundPanelChannelName(int mport);
|
||||
static Channel soundPanelChannel(int mport);
|
||||
static QString channelText(RDAirPlayConf::Channel chan);
|
||||
static QString logModeText(RDAirPlayConf::OpMode mode);
|
||||
|
||||
Reference in New Issue
Block a user