
@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.msg - The event message sent from the PLC.InterruptedException - if the submission or the reading of the reply were interrupted.Copyright © 2020 LSST. All rights reserved.