mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2022-10-28 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDCatchEvent' class. * Reimplemented the 'Deck Event Processed' command using 'RDCatchEvent'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
class RDDeck
|
||||
{
|
||||
public:
|
||||
enum Status {Offline=0,Idle=1,Ready=2,Recording=3,Waiting=4};
|
||||
enum Status {Offline=0,Idle=1,Ready=2,Recording=3,Waiting=4,LastStatus=5};
|
||||
RDDeck(QString station,unsigned channel,bool create=false);
|
||||
bool isActive() const;
|
||||
QString station() const;
|
||||
|
Reference in New Issue
Block a user