mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +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:
@@ -35,6 +35,7 @@
|
||||
#include <rddbheartbeat.h>
|
||||
#include <rdlibrary_conf.h>
|
||||
#include <rdlogedit_conf.h>
|
||||
#include <rdportnames.h>
|
||||
#include <rdripc.h>
|
||||
#include <rdrssschemas.h>
|
||||
#include <rdstation.h>
|
||||
@@ -65,6 +66,7 @@ class RDCoreApplication : public QObject
|
||||
RDLibraryConf *libraryConf();
|
||||
RDLogeditConf *logeditConf();
|
||||
RDAirPlayConf *panelConf();
|
||||
RDPortNames *portNames();
|
||||
RDRipc *ripc();
|
||||
RDRssSchemas *rssSchemas();
|
||||
RDStation *station();
|
||||
@@ -101,6 +103,7 @@ class RDCoreApplication : public QObject
|
||||
RDConfig *app_config;
|
||||
RDLibraryConf *app_library_conf;
|
||||
RDLogeditConf *app_logedit_conf;
|
||||
RDPortNames *app_port_names;
|
||||
RDRipc *app_ripc;
|
||||
RDRssSchemas *app_schemas;
|
||||
RDStation *app_station;
|
||||
|
||||
Reference in New Issue
Block a user