Uses of Interface
jmri.jmrix.can.CanListener
Packages that use CanListener
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 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.
Extends OpenlcbHubPane to provide CBUS HubControl.
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 CanListener in jmri.jmrix.can
Methods in jmri.jmrix.can with parameters of type CanListenerModifier and TypeMethodDescriptionvoidAbstractCanTrafficController.addCanConsoleListener(CanListener l) Add a CanListener to start of the notification list.voidAbstractCanTrafficController.addCanListener(CanListener l) voidCanInterface.addCanListener(CanListener l) voidAbstractCanTrafficController.removeCanListener(CanListener l) voidCanInterface.removeCanListener(CanListener l) voidCanInterface.sendCanMessage(CanMessage m, CanListener l) Send a message through the interface.voidCanInterface.sendCanReply(CanReply r, CanListener l) Send a reply through the interface. -
Uses of CanListener in jmri.jmrix.can.adapters.gridconnect
Methods in jmri.jmrix.can.adapters.gridconnect with parameters of type CanListenerModifier and TypeMethodDescriptionvoidGcTrafficController.sendCanMessage(CanMessage m, CanListener reply) Forward a preformatted message to the actual interface.voidGcTrafficController.sendCanReply(CanReply r, CanListener reply) Forward a preformatted reply to the actual interface. -
Uses of CanListener in jmri.jmrix.can.adapters.lawicell
Methods in jmri.jmrix.can.adapters.lawicell with parameters of type CanListenerModifier and TypeMethodDescriptionvoidLawicellTrafficController.sendCanMessage(CanMessage m, CanListener reply) Forward a preformatted message to the actual interface.voidLawicellTrafficController.sendCanReply(CanReply r, CanListener reply) Forward a preformatted reply to the actual interface. -
Uses of CanListener in jmri.jmrix.can.adapters.loopback
Methods in jmri.jmrix.can.adapters.loopback with parameters of type CanListenerModifier and TypeMethodDescriptionvoidLoopbackTrafficController.sendCanMessage(CanMessage m, CanListener reply) Forward a preformatted message to the actual interface.voidLoopbackTrafficController.sendCanReply(CanReply r, CanListener reply) Forward a preformatted reply to the actual interface. -
Uses of CanListener in jmri.jmrix.can.cbus
Classes in jmri.jmrix.can.cbus that implement CanListenerModifier and TypeClassDescriptionclassProvide access to CBUS Clock Network Functions.classProvide an Ops Mode Programmer via a wrapper what works with the CBUS command station object.classImplements the jmri.Programmer interface via commands for the CBUS programmer.classLight implementation for CBUS connections.classPowerManager implementation for controlling CBUS layout power.classProvide access to current meter from a MERG CBUS Command StationclassExtend jmri.AbstractRailComReporter for CBUS controls.classExtend jmri.AbstractSensor for CBUS controls.classCBUS implementation of a ThrottleManager.classTurnout for CBUS connections. -
Uses of CanListener in jmri.jmrix.can.cbus.eventtable
Classes in jmri.jmrix.can.cbus.eventtable that implement CanListenerModifier and TypeClassDescriptionclassTable data model for display of CBUS events -
Uses of CanListener in jmri.jmrix.can.cbus.node
Classes in jmri.jmrix.can.cbus.node that implement CanListenerModifier and TypeClassDescriptionclassclassClass to represent a Processing of CAN Frames for a CbusNode.protected static classIgnores Incoming and Outgoing CAN Frames.classTable data model for display of CBUS Nodesclass -
Uses of CanListener in jmri.jmrix.can.cbus.simulator
Classes in jmri.jmrix.can.cbus.simulator that implement CanListenerModifier and TypeClassDescriptionclassSimulating a MERG CBUS Command Station.classClass to represent a Processing of CAN Frames for a CbusDummyNode.classSimulating event request responses.classSimulating event request responses. -
Uses of CanListener in jmri.jmrix.can.cbus.swing.bootloader
Classes in jmri.jmrix.can.cbus.swing.bootloader that implement CanListenerModifier and TypeClassDescriptionclassBootloader client for uploading CBUS node firmware. -
Uses of CanListener in jmri.jmrix.can.cbus.swing.cbusslotmonitor
Classes in jmri.jmrix.can.cbus.swing.cbusslotmonitor that implement CanListenerModifier and TypeClassDescriptionclassTable data model for display of CBUS Command Station Sessions and various Tools -
Uses of CanListener in jmri.jmrix.can.cbus.swing.configtool
Classes in jmri.jmrix.can.cbus.swing.configtool that implement CanListenerModifier and TypeClassDescriptionclassPane for user creation of Sensor, Turnouts and Lights that are linked to CBUS events. -
Uses of CanListener in jmri.jmrix.can.cbus.swing.console
Classes in jmri.jmrix.can.cbus.swing.console that implement CanListenerModifier and TypeClassDescriptionclassPanel for CBUS Console Options. -
Uses of CanListener in jmri.jmrix.can.cbus.swing.eventrequestmonitor
Classes in jmri.jmrix.can.cbus.swing.eventrequestmonitor that implement CanListenerModifier and TypeClassDescriptionclassTable data model for display of Cbus request events -
Uses of CanListener in jmri.jmrix.can.cbus.swing.hubpane
Classes in jmri.jmrix.can.cbus.swing.hubpane that implement CanListener -
Uses of CanListener in jmri.jmrix.can.cbus.swing.modeswitcher
Classes in jmri.jmrix.can.cbus.swing.modeswitcher that implement CanListenerModifier and TypeClassDescriptionclassBase class for CBUS SPROG Mode Switcher .classMode Switcher to switch modes between programmer and command station for simple hardware with a single track output.classMode Switcher to switch programming track mode. -
Uses of CanListener in jmri.jmrix.can.swing.monitor
Classes in jmri.jmrix.can.swing.monitor that implement CanListener -
Uses of CanListener in jmri.jmrix.openlcb
Classes in jmri.jmrix.openlcb that implement CanListenerModifier and TypeClassDescriptionclassManage the OpenLCB-specific Sensor implementation. -
Uses of CanListener in jmri.jmrix.openlcb.swing
Classes in jmri.jmrix.openlcb.swing that implement CanListener -
Uses of CanListener in jmri.jmrix.openlcb.swing.hub
Classes in jmri.jmrix.openlcb.swing.hub that implement CanListenerModifier and TypeClassDescriptionclassFrame displaying,and more importantly starting, an OpenLCB TCP/IP hub -
Uses of CanListener in jmri.jmrix.openlcb.swing.monitor
Classes in jmri.jmrix.openlcb.swing.monitor that implement CanListenerModifier and TypeClassDescriptionclassFrame displaying (and logging) OpenLCB (CAN) frames -
Uses of CanListener in jmri.jmrix.openlcb.swing.networktree
Classes in jmri.jmrix.openlcb.swing.networktree that implement CanListener -
Uses of CanListener in jmri.jmrix.openlcb.swing.send
Classes in jmri.jmrix.openlcb.swing.send that implement CanListenerModifier and TypeClassDescriptionclassUser interface for sending OpenLCB CAN frames to exercise the system