2022-11-01 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Reload Decks' operation to 'RDCatchEvent'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-11-01 16:46:02 -04:00
parent 47b6105b4b
commit 54d8bd4a10
6 changed files with 82 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ class RDCatchEvent
enum Operation {NullOp=0,DeckEventProcessedOp=1,
DeckStatusQueryOp=2,DeckStatusResponseOp=3,
StopDeckOp=4,SetInputMonitorOp=5,SetInputMonitorResponseOp=6,
LastOp=7};
ReloadDecksOp=7,LastOp=8};
RDCatchEvent(RDDeck::Status status);
RDCatchEvent();
Operation operation() const;