mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2022-10-31 Fred Gleason <fredg@paravelsystems.com>
* Removed vestigal support for the 'Reload Heartbeat Configuration' catch protocol command. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Connect to the Rivendell Netcatcher Daemon.
|
||||
//
|
||||
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2022 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
|
||||
@@ -84,12 +84,6 @@ void RDCatchConnect::enableMetering(bool state)
|
||||
}
|
||||
|
||||
|
||||
void RDCatchConnect::reloadHeartbeat()
|
||||
{
|
||||
SendCommand("RH!");
|
||||
}
|
||||
|
||||
|
||||
void RDCatchConnect::reloadDropboxes()
|
||||
{
|
||||
SendCommand("RX!");
|
||||
|
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Connect to the Rivendell Netcatcher Daemon.
|
||||
//
|
||||
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2022 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
|
||||
@@ -46,7 +46,6 @@ class RDCatchConnect : public QObject
|
||||
RDDeck::Status status(unsigned chan) const;
|
||||
int currentId(unsigned chan) const;
|
||||
void enableMetering(bool state);
|
||||
void reloadHeartbeat();
|
||||
void reloadDropboxes();
|
||||
|
||||
public slots:
|
||||
|
Reference in New Issue
Block a user