Uses of Class
jmri.jmrix.can.CanReply
-
Packages that use CanReply Package Description jmri.jmrix.can Defines classes for interfacing to a CAN-based model railway control bus.jmri.jmrix.can.adapters.gridconnect Defines classes for communicating with the CAN network via hardware which uses the GridConnect format.jmri.jmrix.can.adapters.gridconnect.canrs Defines classes for interfacing to a MERG CAN-RS or CAN-USB adapter.jmri.jmrix.can.adapters.lawicell Defines classes for communicating with the CAN network via hardware which uses the Lawicell formatjmri.jmrix.can.adapters.loopback Defines classes for simulating communication with a CAN network via loopback.jmri.jmrix.can.cbus Defines classes for interfacing to a MERG CBUS network.jmri.jmrix.can.cbus.eventtable Provides an Event Table for CBUS Events..jmri.jmrix.can.cbus.node Provides classes for interacting with CBUS Nodes.jmri.jmrix.can.cbus.simulator Provides dummy CBUS network simulated objects.jmri.jmrix.can.cbus.swing.bootloader Defines classes for bootloader client for updating CBUS module firmware.jmri.jmrix.can.cbus.swing.cbusslotmonitor Provides CBUS Command Station Session Monitoring.jmri.jmrix.can.cbus.swing.configtool Provides a tool for creating Turnouts, Sensors and Lights from CBUS CAN Frames.jmri.jmrix.can.cbus.swing.console Defines classes for a console utility to interact with a MERG CBUS networkjmri.jmrix.can.cbus.swing.eventrequestmonitor Defines classes for implementing an event table to interact with a MERG CBUS network.jmri.jmrix.can.cbus.swing.modeswitcher Defines classes for ModeSwitcher for switching programmer and command station modes.jmri.jmrix.can.swing.monitor jmri.jmrix.openlcb Implementation of the JMRI OpenLCB hardware interface.jmri.jmrix.openlcb.swing.hub jmri.jmrix.openlcb.swing.monitor jmri.jmrix.openlcb.swing.networktree jmri.jmrix.openlcb.swing.send Provide a developer tool for sending OpenLCB CAN packets. -
-
Uses of CanReply in jmri.jmrix.can
Methods in jmri.jmrix.can that return CanReply Modifier and Type Method Description abstract CanReply
AbstractCanTrafficController. decodeFromHardware(AbstractMRReply m)
Methods in jmri.jmrix.can with parameters of type CanReply Modifier and Type Method Description void
AbstractCanTrafficController. distributeOneReply(CanReply msg, AbstractMRListener mLastSender)
void
CanListener. reply(CanReply m)
Called when an incoming CanFrame is received from the CAN Network.void
CanInterface. sendCanReply(CanReply r, CanListener l)
Send a reply through the interface.Constructors in jmri.jmrix.can with parameters of type CanReply Constructor Description CanMessage(CanReply m)
Create a new CanMessage from an existing CanReplyCanReply(CanReply m)
Create a new CanReply from an existing CanReply -
Uses of CanReply in jmri.jmrix.can.adapters.gridconnect
Methods in jmri.jmrix.can.adapters.gridconnect that return CanReply Modifier and Type Method Description CanReply
GridConnectReply. createReply()
Create a CanReply from a GridConnectReply.CanReply
GcTrafficController. decodeFromHardware(AbstractMRReply m)
Make a CanReply from a GridConnect reply.Methods in jmri.jmrix.can.adapters.gridconnect with parameters of type CanReply Modifier and Type Method Description void
GcTrafficController. sendCanReply(CanReply r, CanListener reply)
Forward a preformatted reply to the actual interface. -
Uses of CanReply in jmri.jmrix.can.adapters.gridconnect.canrs
Methods in jmri.jmrix.can.adapters.gridconnect.canrs that return CanReply Modifier and Type Method Description CanReply
MergTrafficController. decodeFromHardware(AbstractMRReply m)
Make a CanReply from a MergReply reply. -
Uses of CanReply in jmri.jmrix.can.adapters.lawicell
Methods in jmri.jmrix.can.adapters.lawicell that return CanReply Modifier and Type Method Description CanReply
Reply. createReply()
CanReply
LawicellTrafficController. decodeFromHardware(AbstractMRReply m)
Make a CanReply from a Lawicell-specific reply.Methods in jmri.jmrix.can.adapters.lawicell with parameters of type CanReply Modifier and Type Method Description void
LawicellTrafficController. sendCanReply(CanReply r, CanListener reply)
Forward a preformatted reply to the actual interface. -
Uses of CanReply in jmri.jmrix.can.adapters.loopback
Methods in jmri.jmrix.can.adapters.loopback that return CanReply Modifier and Type Method Description CanReply
LoopbackTrafficController. decodeFromHardware(AbstractMRReply m)
Make a CanReply from a system-specific reply.Methods in jmri.jmrix.can.adapters.loopback with parameters of type CanReply Modifier and Type Method Description void
LoopbackTrafficController. sendCanReply(CanReply r, CanListener reply)
Forward a preformatted reply to the actual interface. -
Uses of CanReply in jmri.jmrix.can.cbus
Methods in jmri.jmrix.can.cbus that return CanReply Modifier and Type Method Description static CanReply
CbusMessage. opcRangeToStl(CanReply original)
Return a CanReply for use in sensors, turnouts + light If a response event, set to normal event In future, this may also translate extended messages down to normal messages.Methods in jmri.jmrix.can.cbus with parameters of type CanReply Modifier and Type Method Description static boolean
CbusMessage. isArst(CanReply m)
Tests if CanReply is a System Resetstatic boolean
CbusMessage. isBootConfirm(CanReply r)
Tests if incoming CanReply is a Boot Confirm.static boolean
CbusMessage. isBootDataError(CanReply r)
Tests if incoming CanReply is a Boot Data Error.static boolean
CbusMessage. isBootDataOK(CanReply r)
Tests if incoming CanReply is a Boot Data OK.static boolean
CbusMessage. isBootDataOutOfRange(CanReply r)
Tests if incoming CanReply is a Boot Out of Rangestatic boolean
CbusMessage. isBootDevId(CanReply r)
Tests if incoming CanReply is a device ID reply.static boolean
CbusMessage. isBootError(CanReply r)
Tests if incoming CanReply is a Boot Command Error.static boolean
CbusMessage. isBootId(CanReply r)
Tests if incoming CanReply is a bootloader ID reply.static boolean
CbusMessage. isBootOK(CanReply r)
Tests if incoming CanReply is a Boot Command OK.static boolean
CbusMessage. isBootOutOfRange(CanReply r)
Tests if incoming CanReply is a Boot Out of Rangestatic boolean
CbusMessage. isTrackOff(CanReply m)
Tests if CanReply is confirming Track Power Off.static boolean
CbusMessage. isTrackOn(CanReply m)
Tests if CanReply is confirming Track Power On.boolean
CbusAddress. matchRequest(CanReply r)
Does the CbusAddress match a CanReply event request.static CanReply
CbusMessage. opcRangeToStl(CanReply original)
Return a CanReply for use in sensors, turnouts + light If a response event, set to normal event In future, this may also translate extended messages down to normal messages.void
CbusClockControl. reply(CanReply r)
Listen for CAN Frames sent by external CBUS FC source.void
CbusDccOpsModeProgrammer. reply(CanReply m)
Called when an incoming CanFrame is received from the CAN Network.void
CbusDccProgrammer. reply(CanReply m)
Called when an incoming CanFrame is received from the CAN Network.void
CbusLight. reply(CanReply origf)
Called when an incoming CanFrame is received from the CAN Network.void
CbusPowerManager. reply(CanReply m)
void
CbusPredefinedMeters. reply(CanReply r)
Listen for CAN Frames sent by Command Station 0 Typically sent every 4-5 seconds.void
CbusReporter. reply(CanReply m)
Called when an incoming CanFrame is received from the CAN Network.void
CbusSensor. reply(CanReply f)
Event status from messages being received from CAN Called when an incoming CanFrame is received from the CAN Network.void
CbusThrottleManager. reply(CanReply m)
Called when an incoming CanFrame is received from the CAN Network.void
CbusTurnout. reply(CanReply origf)
Called when an incoming CanFrame is received from the CAN Network.void
CbusSend. sendWithDelay(CanReply r, java.lang.Boolean sendReply, java.lang.Boolean sendMessage, int delay)
Sends an outgoing CanMessage or incoming CanReply from a CanReply with a specified delay -
Uses of CanReply in jmri.jmrix.can.cbus.eventtable
Methods in jmri.jmrix.can.cbus.eventtable with parameters of type CanReply Modifier and Type Method Description void
CbusEventTableDataModel. reply(CanReply m)
Called when an incoming CanFrame is received from the CAN Network. -
Uses of CanReply in jmri.jmrix.can.cbus.node
Methods in jmri.jmrix.can.cbus.node with parameters of type CanReply Modifier and Type Method Description void
CbusAllocateNodeNumber. reply(CanReply m)
Capture CBUS_RQNN, CBUS_PARAMS, CBUS_NNACK, CBUS_NAMEvoid
CbusNodeCanListener. reply(CanReply m)
Processes all incoming and certain outgoing CAN Frames Called when an incoming CanFrame is received from the CAN Network.void
CbusNodeFromBackup.DoNothingCanListener. reply(CanReply m)
Ignores incoming CAN Frames.void
CbusNodeTableDataModel. reply(CanReply m)
Listen on the network for incoming STAT and PNN OPC'svoid
CbusNodeTrickleFetch. reply(CanReply m)
Called when an incoming CanFrame is received from the CAN Network. -
Uses of CanReply in jmri.jmrix.can.cbus.simulator
Methods in jmri.jmrix.can.cbus.simulator with parameters of type CanReply Modifier and Type Method Description void
CbusSimCanListener. reply(CanReply r)
Forwards non-extended CanReply according to #getProcessIn Processes all incoming and certain outgoing CAN Frames Called when an incoming CanFrame is received from the CAN Network. -
Uses of CanReply in jmri.jmrix.can.cbus.swing.bootloader
Methods in jmri.jmrix.can.cbus.swing.bootloader with parameters of type CanReply Modifier and Type Method Description void
CbusBootloaderPane. reply(CanReply r)
Processes incoming CAN replies(package private) void
CbusBootloaderPane. showBootId(CanReply r)
Show the bootloader ID Major/Minor version number, checksum algorithm error report capability(package private) void
CbusBootloaderPane. showDevId(CanReply r)
Show the device ID Manufacturere and device from cbusdefs.h, device ID from the device -
Uses of CanReply in jmri.jmrix.can.cbus.swing.cbusslotmonitor
Methods in jmri.jmrix.can.cbus.swing.cbusslotmonitor with parameters of type CanReply Modifier and Type Method Description void
CbusSlotMonitorDataModel. reply(CanReply m)
-
Uses of CanReply in jmri.jmrix.can.cbus.swing.configtool
Methods in jmri.jmrix.can.cbus.swing.configtool with parameters of type CanReply Modifier and Type Method Description void
ConfigToolPane. reply(CanReply m)
-
Uses of CanReply in jmri.jmrix.can.cbus.swing.console
Methods in jmri.jmrix.can.cbus.swing.console with parameters of type CanReply Modifier and Type Method Description void
CbusConsoleDecodeOptionsPane. reply(CanReply r)
Called when an incoming CanFrame is received from the CAN Network.protected void
CbusConsolePacketPane. setLastReceived(CanReply r)
-
Uses of CanReply in jmri.jmrix.can.cbus.swing.eventrequestmonitor
Methods in jmri.jmrix.can.cbus.swing.eventrequestmonitor with parameters of type CanReply Modifier and Type Method Description void
CbusEventRequestDataModel. reply(CanReply r)
-
Uses of CanReply in jmri.jmrix.can.cbus.swing.modeswitcher
Methods in jmri.jmrix.can.cbus.swing.modeswitcher with parameters of type CanReply Modifier and Type Method Description void
SprogCbusModeSwitcherFrame. reply(CanReply r)
Processes incoming CAN replies -
Uses of CanReply in jmri.jmrix.can.swing.monitor
Methods in jmri.jmrix.can.swing.monitor with parameters of type CanReply Modifier and Type Method Description void
MonitorPane. reply(CanReply l)
-
Uses of CanReply in jmri.jmrix.openlcb
Methods in jmri.jmrix.openlcb with parameters of type CanReply Modifier and Type Method Description (package private) boolean
OlcbAddress. match(CanReply r)
void
OlcbSensorManager. reply(CanReply l)
-
Uses of CanReply in jmri.jmrix.openlcb.swing.hub
Fields in jmri.jmrix.openlcb.swing.hub with type parameters of type CanReply Modifier and Type Field Description (package private) java.util.ArrayList<CanReply>
HubPane. workingReplySet
Methods in jmri.jmrix.openlcb.swing.hub with parameters of type CanReply Modifier and Type Method Description void
HubPane. reply(CanReply reply)
-
Uses of CanReply in jmri.jmrix.openlcb.swing.monitor
Methods in jmri.jmrix.openlcb.swing.monitor with parameters of type CanReply Modifier and Type Method Description void
MonitorPane. reply(CanReply l)
-
Uses of CanReply in jmri.jmrix.openlcb.swing.networktree
Methods in jmri.jmrix.openlcb.swing.networktree with parameters of type CanReply Modifier and Type Method Description void
NetworkTreePane. reply(CanReply l)
-
Uses of CanReply in jmri.jmrix.openlcb.swing.send
Methods in jmri.jmrix.openlcb.swing.send with parameters of type CanReply Modifier and Type Method Description void
OpenLcbCanSendPane. reply(CanReply m)
Don't pay attention to replies
-