Uses of Class
jmri.jmrix.AbstractMessage
Packages that use AbstractMessage
Package
Description
Interfaces and implementations for system-specific code.
This package handles communications for the CTI Acela hardware.
Provides connections and GUI support for attached speedometers.
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 CAN2USBino CAN
adapter.
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 interfacing to a MERG CBUS network.
Provides an Event Table for CBUS Events..
Provides dummy CBUS network simulated objects.
Provides common utilities for CBUS swing classes.
Defines classes for a console utility to interact with
a MERG CBUS network
Provides basic interfaces and certain core implementations for the JMRI
C/MRI serial implementation.
Support for the ESU ECoS.
This package handles communications for the ProTrak Grapevine hardware.
Provides access to LocoNet systems, along with a lot of Swing-based tools.
Classes to interact with a Marklin Network Connection.
This package handles communications for powerline adapters, such as X10.
This package handles communications for CM11 powerline adapters.
This package handles communications for CP290 powerline adapters.
This package handles communications for DMX lighting adapters.
This package handles communications for Insteon 2412S adapters.
Connects to a QSI programmer unit.
This package handles communications for RFID adapters.
This package handles communications for Generic RFID stand-alone readers.
This package handles communications for MERG RFID Concentrators.
This package handles communications for the TracTronics SECSI hardware.
Provide a JMRI connection to an
SRCP server.
Support for the ESU ECoS.
-
Uses of AbstractMessage in jmri.jmrix
Subclasses of AbstractMessage in jmri.jmrixModifier and TypeClassDescriptionclassAbstract base class for messages in a message/reply protocol.classAbstract base class for replies in a message/reply protocol.Constructors in jmri.jmrix with parameters of type AbstractMessage -
Uses of AbstractMessage in jmri.jmrix.acela
Subclasses of AbstractMessage in jmri.jmrix.acelaModifier and TypeClassDescriptionclassContains the data payload of an Acela packet.classContains the data payload of an Acela reply packet -
Uses of AbstractMessage in jmri.jmrix.bachrus
Subclasses of AbstractMessage in jmri.jmrix.bachrusModifier and TypeClassDescriptionclassCarries the reply to an SprogMessage The format of a KPF-Zeller message is*0000;V3.0%\nbut because we terminate on ";", it comes across asV3.0%\n*0000; -
Uses of AbstractMessage in jmri.jmrix.can
Subclasses of AbstractMessage in jmri.jmrix.canModifier and TypeClassDescriptionclassBase class for messages in a CANbus based message/reply protocol.classBase class for replies in a CANbus based message/reply protocol. -
Uses of AbstractMessage in jmri.jmrix.can.adapters.gridconnect
Subclasses of AbstractMessage in jmri.jmrix.can.adapters.gridconnectModifier and TypeClassDescriptionclassClass for GridConnect messages for a CAN hardware adapter.classClass for replies in a GridConnect based message/reply protocol. -
Uses of AbstractMessage in jmri.jmrix.can.adapters.gridconnect.can2usbino
Subclasses of AbstractMessage in jmri.jmrix.can.adapters.gridconnect.can2usbinoModifier and TypeClassDescriptionclassClass for GridConnectDoubled messages for a CAN hardware adapter. -
Uses of AbstractMessage in jmri.jmrix.can.adapters.gridconnect.canrs
Subclasses of AbstractMessage in jmri.jmrix.can.adapters.gridconnect.canrsModifier and TypeClassDescriptionclassClass for messages for a MERG CAN-RS hardware adapter.classClass for replies in a MERG GridConnect based message/reply protocol. -
Uses of AbstractMessage in jmri.jmrix.can.adapters.lawicell
Subclasses of AbstractMessage in jmri.jmrix.can.adapters.lawicell -
Uses of AbstractMessage in jmri.jmrix.can.cbus
Methods in jmri.jmrix.can.cbus with parameters of type AbstractMessageModifier and TypeMethodDescriptionintCbusFilterType.action(AbstractMessage m, CbusFilter cf) Perform Filter check for a particular message.static StringCbusClockControl.dateFromCanFrame(AbstractMessage r) String representation of time / date from a CanMessage or CanReply.static final StringCbusOpCodes.decode(AbstractMessage msg) Return a string representation of a decoded CBUS Messagestatic final StringCbusOpCodes.decodeopc(AbstractMessage msg) Return a string OPC of a CBUS Messagestatic final StringCbusOpCodes.decodeopcNonExtended(AbstractMessage msg) Return a string representation of a decoded CBUS OPCintCbusFilter.filter(AbstractMessage test) Filter CanMessage or CanReply.static final StringCbusOpCodes.fullDecode(AbstractMessage msg) Return a string representation of a decoded CBUS Message Used in CBUS Console Logstatic final StringCbusOpCodes.getCbusErr(AbstractMessage msg) Return CBUS ERR OPC String.static intCbusMessage.getDataLength(AbstractMessage am) Get the Data Length from the CanMessagestatic intCbusMessage.getEvent(AbstractMessage m) Get the Event Number from a CBUS Eventstatic intCbusMessage.getEventType(AbstractMessage am) Get the Event Type ( on or off ) from a CanFramestatic final CbusEventDataElements.EvStateCbusEventDataElements.getEvState(AbstractMessage m) Get the event state from a CAN Frame.static intCbusMessage.getId(AbstractMessage f) Get the CAN ID within a CanReply or CanMessage Headerstatic intCbusMessage.getNodeNumber(AbstractMessage am) Get the Node Number from a CanFrame Eventstatic intCbusEventDataElements.getNumEventDataElements(AbstractMessage m) static intCbusMessage.getOpcode(AbstractMessage am) Get the Op Code from the CanMessagestatic intCbusMessage.getPri(AbstractMessage r) Get the priority from within the CanReply or CanMessage HeaderbooleanCbusEventHighlighter.highlight(AbstractMessage m) Highlight a CAN Frame, based on previous settings.static booleanCbusMessage.isEvent(AbstractMessage am) Tests if a CanMessage or CanReply is an Event.static final booleanCbusOpCodes.isKnownOpc(AbstractMessage msg) Test if CBUS OpCode is known to JMRI.static booleanCbusMessage.isShort(AbstractMessage am) Tests if CanFrame is a short eventbooleanCbusAddress.match(AbstractMessage r) Does the CbusAddress match.voidCbusEventDataElements.setDataFromFrame(AbstractMessage m) Set Event Data from CAN Frame.static voidCbusMessage.setId(AbstractMessage am, int id) Set the CAN ID within a CanMessage or CanReply Headerstatic voidCbusMessage.setPri(AbstractMessage am, int pri) Set the priority within a CanMessage or CanReply Header.static StringCbusMessage.toAddress(AbstractMessage m) Returns string form of a CanMessage ( a Can Frame sent by JMRI ) Short / Long events converted to Sensor / Turnout / Light hardware address message priority not indicated -
Uses of AbstractMessage in jmri.jmrix.can.cbus.eventtable
Methods in jmri.jmrix.can.cbus.eventtable with parameters of type AbstractMessageModifier and TypeMethodDescriptionprotected voidCbusEventTableAction.parseMessage(AbstractMessage m) If new event add to table, else update table. -
Uses of AbstractMessage in jmri.jmrix.can.cbus.simulator
Methods in jmri.jmrix.can.cbus.simulator with parameters of type AbstractMessageModifier and TypeMethodDescriptionprotected voidCbusDummyCS.startProcessFrame(AbstractMessage m) Method to be overridden by extending methods.protected voidCbusDummyNodeCanListener.startProcessFrame(AbstractMessage m) protected voidCbusEventResponder.startProcessFrame(AbstractMessage m) protected voidCbusSimCanListener.startProcessFrame(AbstractMessage m) Method to be overridden by extending methods. -
Uses of AbstractMessage in jmri.jmrix.can.cbus.swing
Methods in jmri.jmrix.can.cbus.swing with parameters of type AbstractMessageModifier and TypeMethodDescriptionbooleanCbusFilterFrame.filter(AbstractMessage m) Filter a CanReply or CanMessage.booleanCbusFilterTreePane.filter(AbstractMessage m) Filter a CanReply or CanMessage.intCbusEventHighlightFrame.highlight(AbstractMessage m) Get whether to Highlight a particular CAN Frame. -
Uses of AbstractMessage in jmri.jmrix.can.cbus.swing.console
Methods in jmri.jmrix.can.cbus.swing.console with parameters of type AbstractMessageModifier and TypeMethodDescriptionvoidCbusConsoleDecodeOptionsPane.addBiDirectionalInfo(AbstractMessage m) Add standard logging text and send to Console. -
Uses of AbstractMessage in jmri.jmrix.cmri.serial
Subclasses of AbstractMessage in jmri.jmrix.cmri.serialModifier and TypeClassDescriptionclassContains the data payload of a CMRI serial packet.classContains the data payload of a CMRI serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.dcc4pc
Subclasses of AbstractMessage in jmri.jmrix.dcc4pcModifier and TypeClassDescriptionclassEncodes a message to the DCC4PC Interface.classDcc4PcReply.java Carries the reply to a Dcc4PcMessage -
Uses of AbstractMessage in jmri.jmrix.dccpp
Subclasses of AbstractMessage in jmri.jmrix.dccppModifier and TypeClassDescriptionclassRepresents a single command or response on the DCC++.classRepresents a single response from the DCC++ system. -
Uses of AbstractMessage in jmri.jmrix.direct
Subclasses of AbstractMessage in jmri.jmrix.direct -
Uses of AbstractMessage in jmri.jmrix.easydcc
Subclasses of AbstractMessage in jmri.jmrix.easydccModifier and TypeClassDescriptionclassEncodes a message to an EasyDCC command station.classCarries the reply to an EasyDccMessage. -
Uses of AbstractMessage in jmri.jmrix.ecos
Subclasses of AbstractMessage in jmri.jmrix.ecosModifier and TypeClassDescriptionclassEncodes a message to an Ecos command station.classCarries the reply to an EcosMessage. -
Uses of AbstractMessage in jmri.jmrix.grapevine
Subclasses of AbstractMessage in jmri.jmrix.grapevineModifier and TypeClassDescriptionclassContains the data payload of a serial packet.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.ieee802154
Subclasses of AbstractMessage in jmri.jmrix.ieee802154Modifier and TypeClassDescriptionclassContains the data payload of an IEEE 802.15.4 packet.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.ieee802154.xbee
Subclasses of AbstractMessage in jmri.jmrix.ieee802154.xbeeModifier and TypeClassDescriptionclassThis is an extension of the XBeeMessage class for messages that are to be sent as broadcast messages.classThis is a wrapper class for a Digi XBeeAPIPacket.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.jmriclient
Subclasses of AbstractMessage in jmri.jmrix.jmriclientModifier and TypeClassDescriptionclassEncodes a message to an JMRIClient server.classCarries the reply to an JMRIClientMessage. -
Uses of AbstractMessage in jmri.jmrix.lenz
Subclasses of AbstractMessage in jmri.jmrix.lenzModifier and TypeClassDescriptionclassRepresents a single command or response on the XpressNet.classRepresents a single response from the XpressNet. -
Uses of AbstractMessage in jmri.jmrix.loconet
Subclasses of AbstractMessage in jmri.jmrix.loconetModifier and TypeClassDescriptionclassRepresents a single command or response on the LocoNet. -
Uses of AbstractMessage in jmri.jmrix.maple
Subclasses of AbstractMessage in jmri.jmrix.mapleModifier and TypeClassDescriptionclassContains the data payload of a serial packet.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.marklin
Subclasses of AbstractMessage in jmri.jmrix.marklinModifier and TypeClassDescriptionclassEncodes a message to a Marklin command station.classCarries the reply to an MarklinMessage. -
Uses of AbstractMessage in jmri.jmrix.nce
Subclasses of AbstractMessage in jmri.jmrix.nceModifier and TypeClassDescriptionclassEncodes a message to an NCE command station.classCarries the reply to an NceMessage. -
Uses of AbstractMessage in jmri.jmrix.oaktree
Subclasses of AbstractMessage in jmri.jmrix.oaktreeModifier and TypeClassDescriptionclassContains the data payload of a serial packet.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.powerline
Subclasses of AbstractMessage in jmri.jmrix.powerlineModifier and TypeClassDescriptionclassContains the data payload of a serial packet.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.powerline.cm11
Subclasses of AbstractMessage in jmri.jmrix.powerline.cm11Modifier and TypeClassDescriptionclassContains the data payload of a serial packet.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.powerline.cp290
Subclasses of AbstractMessage in jmri.jmrix.powerline.cp290Modifier and TypeClassDescriptionclassContains the data payload of a serial packet.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.powerline.dmx512
Subclasses of AbstractMessage in jmri.jmrix.powerline.dmx512Modifier and TypeClassDescriptionclassContains the data payload of a serial packet.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.powerline.insteon2412s
Subclasses of AbstractMessage in jmri.jmrix.powerline.insteon2412sModifier and TypeClassDescriptionclassContains the data payload of a serial packet.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.powerline.simulator
Subclasses of AbstractMessage in jmri.jmrix.powerline.simulatorModifier and TypeClassDescriptionclassContains the data payload of a serial packet.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.qsi
Subclasses of AbstractMessage in jmri.jmrix.qsiModifier and TypeClassDescriptionclassEncodes a message to an QSI command station.classCarries the reply to an QsiMessage. -
Uses of AbstractMessage in jmri.jmrix.rfid
Subclasses of AbstractMessage in jmri.jmrix.rfidModifier and TypeClassDescriptionclassContains the data payload of a serial packet.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.rfid.generic.standalone
Subclasses of AbstractMessage in jmri.jmrix.rfid.generic.standaloneModifier and TypeClassDescriptionclassThis file is part of JMRI.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.rfid.merg.concentrator
Subclasses of AbstractMessage in jmri.jmrix.rfid.merg.concentratorModifier and TypeClassDescriptionclassThis file is part of JMRI.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.roco.z21
Subclasses of AbstractMessage in jmri.jmrix.roco.z21Modifier and TypeClassDescriptionclassClass for messages in the z21/Z21 protocol.classClass for replies in the z21/Z21 protocol.classRepresents a single command or response on the XpressNet.classRepresents a single response from the XpressNet, with extensions from Roco for the Z21. -
Uses of AbstractMessage in jmri.jmrix.secsi
Subclasses of AbstractMessage in jmri.jmrix.secsiModifier and TypeClassDescriptionclassContains the data payload of a serial packet.classContains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.sprog
Subclasses of AbstractMessage in jmri.jmrix.sprogModifier and TypeClassDescriptionclassEncode a message to an SPROG command station.classCarries the reply to a SprogMessage.Methods in jmri.jmrix.sprog with parameters of type AbstractMessage -
Uses of AbstractMessage in jmri.jmrix.srcp
Subclasses of AbstractMessage in jmri.jmrix.srcpModifier and TypeClassDescriptionclassEncodes a message to an SRCP server.classCarries the reply to an SRCPMessage. -
Uses of AbstractMessage in jmri.jmrix.tams
Subclasses of AbstractMessage in jmri.jmrix.tamsModifier and TypeClassDescriptionclassEncodes a message to a Tams MasterControl command station.classCarries the reply to a TamsMessage -
Uses of AbstractMessage in jmri.jmrix.tmcc
Subclasses of AbstractMessage in jmri.jmrix.tmccModifier and TypeClassDescriptionclassContains the data payload of a TMCC serial packet.classContains the data payload of a TMCC serial reply packet.