2023-10-17 Fred Gleason <fredg@paravelsystems.com>

* Modified rdcatchd(8) to use the new-style CAE commands for play-out
	events.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-10-17 10:35:48 -04:00
parent cbe8f583b6
commit d434fad6f8
5 changed files with 16 additions and 34 deletions

View File

@@ -142,8 +142,6 @@ void DeckMon::enableMonitorButton(bool state)
void DeckMon::processCatchEvent(RDCatchEvent *evt)
{
// printf("processCatchEvent(): %s\n",evt->dump().toUtf8().constData());
QList<RDCatchMeterLevel> meter_levels;
if(evt->hostName()==mon_station) {