Uses of Class
jmri.jmrix.can.CanReply
Packages that use CanReply
Package
Description
Defines classes for interfacing to a CAN-based model railway
control bus.
Defines classes for communicating with the CAN network
via hardware which uses the
GridConnect format.
Defines classes for interfacing to a MERG CAN-RS
or CAN-USB adapter.
Defines classes for communicating with the CAN network
via hardware which uses the Lawicell format
Defines classes for simulating communication
with a CAN network via loopback.
Defines classes for interfacing to a MERG CBUS network.
Provides an Event Table for CBUS Events..
Provides classes for interacting with CBUS Nodes.
Provides dummy CBUS network simulated objects.
Defines classes for bootloader client for updating CBUS module firmware.
Provides CBUS Command Station Session Monitoring.
Provides a tool for creating Turnouts, Sensors and Lights from CBUS CAN
Frames.
Defines classes for a console utility to interact with
a MERG CBUS network
Defines classes for implementing an event table to interact with a
MERG CBUS network.
Defines classes for ModeSwitcher for switching programmer and command
station modes.
Implementation of the JMRI OpenLCB hardware interface.
Head package for Swing-based packages for JMRI's OpenLCB implementation.
Provide a developer tool for sending OpenLCB CAN packets.
-
Uses of CanReply in jmri.jmrix.can
Methods in jmri.jmrix.can that return CanReplyModifier and TypeMethodDescriptionabstract CanReplyAbstractCanTrafficController.decodeFromHardware(AbstractMRReply m) Methods in jmri.jmrix.can with parameters of type CanReplyModifier and TypeMethodDescriptionvoidAbstractCanTrafficController.distributeOneReply(CanReply msg, AbstractMRListener mLastSender) voidCalled when an incoming CanFrame is received from the CAN Network.voidCanInterface.sendCanReply(CanReply r, CanListener l) Send a reply through the interface.Constructors in jmri.jmrix.can with parameters of type CanReplyModifierConstructorDescriptionCreate a new CanMessage from an existing CanReplyCreate 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 CanReplyModifier and TypeMethodDescriptionGridConnectReply.createReply()Create a CanReply from a GridConnectReply.GcTrafficController.decodeFromHardware(AbstractMRReply m) Make a CanReply from a GridConnect reply.Methods in jmri.jmrix.can.adapters.gridconnect with parameters of type CanReplyModifier and TypeMethodDescriptionvoidGcTrafficController.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 CanReplyModifier and TypeMethodDescriptionMergTrafficController.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 CanReplyModifier and TypeMethodDescriptionReply.createReply()LawicellTrafficController.decodeFromHardware(AbstractMRReply m) Make a CanReply from a Lawicell-specific reply.Methods in jmri.jmrix.can.adapters.lawicell with parameters of type CanReplyModifier and TypeMethodDescriptionvoidLawicellTrafficController.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 CanReplyModifier and TypeMethodDescriptionLoopbackTrafficController.decodeFromHardware(AbstractMRReply m) Make a CanReply from a system-specific reply.Methods in jmri.jmrix.can.adapters.loopback with parameters of type CanReplyModifier and TypeMethodDescriptionvoidLoopbackTrafficController.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 CanReplyModifier and TypeMethodDescriptionstatic CanReplyCbusMessage.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 CanReplyModifier and TypeMethodDescriptionstatic booleanTests if CanReply is a System Resetstatic booleanCbusMessage.isBootConfirm(CanReply r) Tests if incoming CanReply is a Boot Confirm.static booleanCbusMessage.isBootDataError(CanReply r) Tests if incoming CanReply is a Boot Data Error.static booleanCbusMessage.isBootDataOK(CanReply r) Tests if incoming CanReply is a Boot Data OK.static booleanCbusMessage.isBootDataOutOfRange(CanReply r) Tests if incoming CanReply is a Boot Out of Rangestatic booleanCbusMessage.isBootDevId(CanReply r) Tests if incoming CanReply is a device ID reply.static booleanCbusMessage.isBootError(CanReply r) Tests if incoming CanReply is a Boot Command Error.static booleanTests if incoming CanReply is a bootloader ID reply.static booleanTests if incoming CanReply is a Boot Command OK.static booleanCbusMessage.isBootOutOfRange(CanReply r) Tests if incoming CanReply is a Boot Out of Rangestatic booleanCbusMessage.isTrackOff(CanReply m) Tests if CanReply is confirming Track Power Off.static booleanTests if CanReply is confirming Track Power On.booleanCbusAddress.matchRequest(CanReply r) Does the CbusAddress match a CanReply event request.static CanReplyCbusMessage.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.voidListen for CAN Frames sent by external CBUS FC source.voidCalled when an incoming CanFrame is received from the CAN Network.voidCalled when an incoming CanFrame is received from the CAN Network.voidCalled when an incoming CanFrame is received from the CAN Network.voidvoidListen for CAN Frames sent by Command Station 0 Typically sent every 4-5 seconds.voidCalled when an incoming CanFrame is received from the CAN Network.voidEvent status from messages being received from CAN Called when an incoming CanFrame is received from the CAN Network.voidCalled when an incoming CanFrame is received from the CAN Network.voidCalled when an incoming CanFrame is received from the CAN Network.voidCbusSend.sendWithDelay(CanReply r, Boolean sendReply, 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 -
Uses of CanReply in jmri.jmrix.can.cbus.node
Methods in jmri.jmrix.can.cbus.node with parameters of type CanReplyModifier and TypeMethodDescriptionvoidCapture CBUS_RQNN, CBUS_PARAMS, CBUS_NNACK, CBUS_NAMEvoidProcesses all incoming and certain outgoing CAN Frames Called when an incoming CanFrame is received from the CAN Network.voidIgnores incoming CAN Frames.voidListen on the network for incoming STAT and PNN OPC'svoidCalled 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 -
Uses of CanReply in jmri.jmrix.can.cbus.swing.bootloader
Methods in jmri.jmrix.can.cbus.swing.bootloader with parameters of type CanReplyModifier and TypeMethodDescriptionvoidProcesses incoming CAN replies(package private) voidCbusBootloaderPane.showBootId(CanReply r) Show the bootloader ID Major/Minor version number, checksum algorithm error report capability(package private) voidShow 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 -
Uses of CanReply in jmri.jmrix.can.cbus.swing.configtool
Methods in jmri.jmrix.can.cbus.swing.configtool with parameters of type CanReply -
Uses of CanReply in jmri.jmrix.can.cbus.swing.console
Methods in jmri.jmrix.can.cbus.swing.console with parameters of type CanReplyModifier and TypeMethodDescriptionvoidCalled when an incoming CanFrame is received from the CAN Network.protected voidCbusConsolePacketPane.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 -
Uses of CanReply in jmri.jmrix.can.cbus.swing.modeswitcher
Methods in jmri.jmrix.can.cbus.swing.modeswitcher with parameters of type CanReply -
Uses of CanReply in jmri.jmrix.can.swing.monitor
Methods in jmri.jmrix.can.swing.monitor with parameters of type CanReply -
Uses of CanReply in jmri.jmrix.openlcb
Methods in jmri.jmrix.openlcb with parameters of type CanReply -
Uses of CanReply in jmri.jmrix.openlcb.swing
Methods in jmri.jmrix.openlcb.swing with parameters of type CanReply -
Uses of CanReply in jmri.jmrix.openlcb.swing.hub
Fields in jmri.jmrix.openlcb.swing.hub with type parameters of type CanReplyMethods in jmri.jmrix.openlcb.swing.hub with parameters of type CanReply -
Uses of CanReply in jmri.jmrix.openlcb.swing.monitor
Methods in jmri.jmrix.openlcb.swing.monitor with parameters of type CanReply -
Uses of CanReply in jmri.jmrix.openlcb.swing.networktree
Methods in jmri.jmrix.openlcb.swing.networktree with parameters of type CanReply -
Uses of CanReply in jmri.jmrix.openlcb.swing.send
Methods in jmri.jmrix.openlcb.swing.send with parameters of type CanReply