mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2018-06-12 Fred Gleason <fredg@paravelsystems.com>
* Added a 'card-num' parameter to the 'Meter Enable' ['ME'] command in caed(8). * Added an 'RDCae::enableMetering()' method. * Modified rdairplay(1) to enable metering explicitly. * Modified rdcartslots(1) to enable metering explicitly. * Modified rdlibrary(1) to enable metering explicitly. * Modified rdpanel(1) to enable metering explicitly.
This commit is contained in:
@@ -98,7 +98,8 @@ class MainWidget : public QWidget
|
||||
|
||||
private slots:
|
||||
void logLine(RDConfig::LogPriority prio,const QString &msg);
|
||||
void ripcConnected(bool state);
|
||||
void caeConnectedData(bool state);
|
||||
void ripcConnectedData(bool state);
|
||||
void rmlReceivedData(RDMacro *rml);
|
||||
void gpiStateChangedData(int matrix,int line,bool state);
|
||||
void logChannelStartedData(int id,int mport,int card,int port);
|
||||
|
||||
Reference in New Issue
Block a user