@FunctionalInterface public interface PLCEventSubmitter
| Modifier and Type | Method and Description |
|---|---|
void |
submit(Channel<EventReply> replyChan,
MsgToCCS msg) |
void submit(Channel<EventReply> replyChan, MsgToCCS msg) throws InterruptedException
replyChan - The channel from which to receive the state machine's reply. May not be null.msg - the message from the PLC that is to be used as the argument to the event method called.
Null if there was no such message.InterruptedException - if the submission or the reading of the reply were interrupted.Copyright © 2024 LSST. All rights reserved.