Uses of Class
jmri.jmrix.acela.AcelaReply
-
Packages that use AcelaReply Package Description jmri.jmrix.acela This package handles communications for the CTI Acela hardware.jmri.jmrix.acela.acelamon jmri.jmrix.acela.packetgen -
-
Uses of AcelaReply in jmri.jmrix.acela
Methods in jmri.jmrix.acela with parameters of type AcelaReply Modifier and Type Method Description void
AcelaNode. markChanges(AcelaReply l)
Use the contents of the poll reply to mark changes.void
AcelaListener. reply(AcelaReply m)
void
AcelaSensorManager. reply(AcelaReply r)
Process a reply to a poll of Sensors of one node.void
AcelaTrafficController. updateSensorsFromPoll(AcelaReply r)
For each sensor node call markChanges.Constructors in jmri.jmrix.acela with parameters of type AcelaReply Constructor Description AcelaReply(AcelaReply l)
-
Uses of AcelaReply in jmri.jmrix.acela.acelamon
Methods in jmri.jmrix.acela.acelamon with parameters of type AcelaReply Modifier and Type Method Description void
AcelaMonFrame. reply(AcelaReply l)
-
Uses of AcelaReply in jmri.jmrix.acela.packetgen
Methods in jmri.jmrix.acela.packetgen with parameters of type AcelaReply Modifier and Type Method Description void
AcelaPacketGenFrame. reply(AcelaReply r)
-