2024-01-13 Fred Gleason <fredg@paravelsystems.com>

* Added an extended event PAD output at TCP port 34290.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2024-01-13 14:03:00 -05:00
parent 3c16e0f5fa
commit 16e35df01d
9 changed files with 406 additions and 289 deletions

View File

@@ -2,7 +2,7 @@
//
// Rivendell Log Playout Machine
//
// (C) Copyright 2002-2023 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2024 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
@@ -256,7 +256,7 @@ class RDLogPlay : public RDLogModel
bool play_audition_head_played;
int play_audition_preroll;
RDEventPlayer *play_event_player;
RDUnixSocket *play_pad_socket;
RDUnixSocket *play_pad_socket[2];
bool play_hours[24];
int play_slot_quantity;
};