Uses of Class
jmri.jmrix.AbstractMessage
-
Packages that use AbstractMessage Package Description jmri.jmrix Interfaces and implementations for system-specific code.jmri.jmrix.acela This package handles communications for the CTI Acela hardware.jmri.jmrix.bachrus Provides connections and GUI support for attached speedometers.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.can2usbino Defines classes for interfacing to a CAN2USBino CAN adapter.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.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.simulator Provides dummy CBUS network simulated objects.jmri.jmrix.can.cbus.swing Provides common utilities for CBUS swing classes.jmri.jmrix.can.cbus.swing.console Defines classes for a console utility to interact with a MERG CBUS networkjmri.jmrix.cmri.serial Provides basic interfaces and certain core implementations for the JMRI C/MRI serial implementation.jmri.jmrix.dcc4pc jmri.jmrix.dccpp jmri.jmrix.direct jmri.jmrix.easydcc jmri.jmrix.ecos Support for the ESU ECoS.jmri.jmrix.grapevine This package handles communications for the ProTrak Grapevine hardware.jmri.jmrix.ieee802154 jmri.jmrix.ieee802154.xbee jmri.jmrix.jmriclient jmri.jmrix.lenz jmri.jmrix.loconet Provides access to LocoNet systems, along with a lot of Swing-based tools.jmri.jmrix.maple jmri.jmrix.marklin jmri.jmrix.nce jmri.jmrix.oaktree jmri.jmrix.powerline This package handles communications for powerline adapters, such as X10.jmri.jmrix.powerline.cm11 This package handles communications for CM11 powerline adapters.jmri.jmrix.powerline.cp290 This package handles communications for CP290 powerline adapters.jmri.jmrix.powerline.dmx512 This package handles communications for DMX lighting adapters.jmri.jmrix.powerline.insteon2412s This package handles communications for Insteon 2412S adapters.jmri.jmrix.powerline.simulator jmri.jmrix.qsi Connects to a QSI programmer unit.jmri.jmrix.rfid This package handles communications for RFID adapters.jmri.jmrix.rfid.generic.standalone This package handles communications for Generic RFID stand-alone readers.jmri.jmrix.rfid.merg.concentrator This package handles communications for MERG RFID Concentrators.jmri.jmrix.roco.z21 jmri.jmrix.secsi This package handles communications for the TracTronics SECSI hardware.jmri.jmrix.sprog jmri.jmrix.srcp Provide a JMRI connection to an SRCP server.jmri.jmrix.tams Support for the ESU ECoS.jmri.jmrix.tmcc -
-
Uses of AbstractMessage in jmri.jmrix
Subclasses of AbstractMessage in jmri.jmrix Modifier and Type Class Description class
AbstractMRMessage
Abstract base class for messages in a message/reply protocol.class
AbstractMRReply
Abstract base class for replies in a message/reply protocol.Constructors in jmri.jmrix with parameters of type AbstractMessage Constructor Description AbstractMessage(AbstractMessage m)
-
Uses of AbstractMessage in jmri.jmrix.acela
Subclasses of AbstractMessage in jmri.jmrix.acela Modifier and Type Class Description class
AcelaMessage
Contains the data payload of an Acela packet.class
AcelaReply
Contains the data payload of an Acela reply packet -
Uses of AbstractMessage in jmri.jmrix.bachrus
Subclasses of AbstractMessage in jmri.jmrix.bachrus Modifier and Type Class Description class
SpeedoReply
Carries the reply to an SprogMessage The format of a KPF-Zeller message is*0000;V3.0%\n
but because we terminate on ";", it comes across asV3.0%\n*0000;
-
Uses of AbstractMessage in jmri.jmrix.can
Subclasses of AbstractMessage in jmri.jmrix.can Modifier and Type Class Description class
CanMessage
Base class for messages in a CANbus based message/reply protocol.class
CanReply
Base 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.gridconnect Modifier and Type Class Description class
GridConnectMessage
Class for GridConnect messages for a CAN hardware adapter.class
GridConnectReply
Class 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.can2usbino Modifier and Type Class Description class
GridConnectDoubledMessage
Class 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.canrs Modifier and Type Class Description class
MergMessage
Class for messages for a MERG CAN-RS hardware adapter.class
MergReply
Class 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 Modifier and Type Class Description class
Message
Class for messages for a LAWICELL CAN hardware adapter.class
Reply
Class for replies in a LAWICELL message/reply protocol. -
Uses of AbstractMessage in jmri.jmrix.can.cbus
Methods in jmri.jmrix.can.cbus with parameters of type AbstractMessage Modifier and Type Method Description int
CbusFilterType. action(AbstractMessage m, CbusFilter cf)
Perform Filter check for a particular message.static java.lang.String
CbusClockControl. dateFromCanFrame(AbstractMessage r)
String representation of time / date from a CanMessage or CanReply.static java.lang.String
CbusOpCodes. decode(AbstractMessage msg)
Return a string representation of a decoded CBUS Messagestatic java.lang.String
CbusOpCodes. decodeopc(AbstractMessage msg)
Return a string OPC of a CBUS Messagestatic java.lang.String
CbusOpCodes. decodeopcNonExtended(AbstractMessage msg)
Return a string representation of a decoded CBUS OPCint
CbusFilter. filter(AbstractMessage test)
Filter CanMessage or CanReply.static java.lang.String
CbusOpCodes. fullDecode(AbstractMessage msg)
Return a string representation of a decoded CBUS Message Used in CBUS Console Logstatic java.lang.String
CbusOpCodes. getCbusErr(AbstractMessage msg)
Return CBUS ERR OPC String.static int
CbusMessage. getDataLength(AbstractMessage am)
Get the Data Length from the CanMessagestatic int
CbusMessage. getEvent(AbstractMessage m)
Get the Event Number from a CBUS Eventstatic int
CbusMessage. getEventType(AbstractMessage am)
Get the Event Type ( on or off ) from a CanFramestatic CbusEventDataElements.EvState
CbusEventDataElements. getEvState(AbstractMessage m)
Get the event state from a CAN Frame.static int
CbusMessage. getId(AbstractMessage f)
Get the CAN ID within a CanReply or CanMessage Headerstatic int
CbusMessage. getNodeNumber(AbstractMessage am)
Get the Node Number from a CanFrame Eventstatic int
CbusEventDataElements. getNumEventDataElements(AbstractMessage m)
static int
CbusMessage. getOpcode(AbstractMessage am)
Get the Op Code from the CanMessagestatic int
CbusMessage. getPri(AbstractMessage r)
Get the priority from within the CanReply or CanMessage Headerboolean
CbusEventHighlighter. highlight(AbstractMessage m)
Highlight a CAN Frame, based on previous settings.static boolean
CbusMessage. isEvent(AbstractMessage am)
Tests if a CanMessage or CanReply is an Event.static boolean
CbusOpCodes. isKnownOpc(AbstractMessage msg)
Test if CBUS OpCode is known to JMRI.static boolean
CbusMessage. isShort(AbstractMessage am)
Tests if CanFrame is a short eventboolean
CbusAddress. match(AbstractMessage r)
Does the CbusAddress match.void
CbusEventDataElements. setDataFromFrame(AbstractMessage m)
Set Event Data from CAN Frame.static void
CbusMessage. setId(AbstractMessage am, int id)
Set the CAN ID within a CanMessage or CanReply Headerstatic void
CbusMessage. setPri(AbstractMessage am, int pri)
Set the priority within a CanMessage or CanReply Header.static java.lang.String
CbusMessage. 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 AbstractMessage Modifier and Type Method Description protected void
CbusEventTableAction. 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 AbstractMessage Modifier and Type Method Description protected void
CbusDummyCS. startProcessFrame(AbstractMessage m)
Method to be overridden by extending methods.protected void
CbusDummyNodeCanListener. startProcessFrame(AbstractMessage m)
protected void
CbusEventResponder. startProcessFrame(AbstractMessage m)
protected void
CbusSimCanListener. 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 AbstractMessage Modifier and Type Method Description boolean
CbusFilterFrame. filter(AbstractMessage m)
Filter a CanReply or CanMessage.int
CbusEventHighlightFrame. 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 AbstractMessage Modifier and Type Method Description void
CbusConsoleDecodeOptionsPane. 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.serial Modifier and Type Class Description class
SerialMessage
Contains the data payload of a CMRI serial packet.class
SerialReply
Contains the data payload of a CMRI serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.dcc4pc
Subclasses of AbstractMessage in jmri.jmrix.dcc4pc Modifier and Type Class Description class
Dcc4PcMessage
Encodes a message to the DCC4PC Interface.class
Dcc4PcReply
Dcc4PcReply.java Carries the reply to a Dcc4PcMessage -
Uses of AbstractMessage in jmri.jmrix.dccpp
Subclasses of AbstractMessage in jmri.jmrix.dccpp Modifier and Type Class Description class
DCCppMessage
Represents a single command or response on the DCC++.class
DCCppReply
Represents a single response from the DCC++ system. -
Uses of AbstractMessage in jmri.jmrix.direct
Subclasses of AbstractMessage in jmri.jmrix.direct Modifier and Type Class Description class
Message
Encodes a message for Direct DCC.class
Reply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.easydcc
Subclasses of AbstractMessage in jmri.jmrix.easydcc Modifier and Type Class Description class
EasyDccMessage
Encodes a message to an EasyDCC command station.class
EasyDccReply
Carries the reply to an EasyDccMessage. -
Uses of AbstractMessage in jmri.jmrix.ecos
Subclasses of AbstractMessage in jmri.jmrix.ecos Modifier and Type Class Description class
EcosMessage
Encodes a message to an Ecos command station.class
EcosReply
Carries the reply to an EcosMessage. -
Uses of AbstractMessage in jmri.jmrix.grapevine
Subclasses of AbstractMessage in jmri.jmrix.grapevine Modifier and Type Class Description class
SerialMessage
Contains the data payload of a serial packet.class
SerialReply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.ieee802154
Subclasses of AbstractMessage in jmri.jmrix.ieee802154 Modifier and Type Class Description class
IEEE802154Message
Contains the data payload of an IEEE 802.15.4 packet.class
IEEE802154Reply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.ieee802154.xbee
Subclasses of AbstractMessage in jmri.jmrix.ieee802154.xbee Modifier and Type Class Description class
XBeeBroadcastMessage
This is an extension of the XBeeMessage class for messages that are to be sent as broadcast messages.class
XBeeMessage
This is a wrapper class for a Digi XBeeAPIPacket.class
XBeeReply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.jmriclient
Subclasses of AbstractMessage in jmri.jmrix.jmriclient Modifier and Type Class Description class
JMRIClientMessage
Encodes a message to an JMRIClient server.class
JMRIClientReply
Carries the reply to an JMRIClientMessage. -
Uses of AbstractMessage in jmri.jmrix.lenz
Subclasses of AbstractMessage in jmri.jmrix.lenz Modifier and Type Class Description class
XNetMessage
Represents a single command or response on the XpressNet.class
XNetReply
Represents a single response from the XpressNet. -
Uses of AbstractMessage in jmri.jmrix.loconet
Subclasses of AbstractMessage in jmri.jmrix.loconet Modifier and Type Class Description class
LocoNetMessage
Represents a single command or response on the LocoNet. -
Uses of AbstractMessage in jmri.jmrix.maple
Subclasses of AbstractMessage in jmri.jmrix.maple Modifier and Type Class Description class
SerialMessage
Contains the data payload of a serial packet.class
SerialReply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.marklin
Subclasses of AbstractMessage in jmri.jmrix.marklin Modifier and Type Class Description class
MarklinMessage
Encodes a message to a Marklin command station.class
MarklinReply
Carries the reply to an MarklinMessage. -
Uses of AbstractMessage in jmri.jmrix.nce
Subclasses of AbstractMessage in jmri.jmrix.nce Modifier and Type Class Description class
NceMessage
Encodes a message to an NCE command station.class
NceReply
Carries the reply to an NceMessage. -
Uses of AbstractMessage in jmri.jmrix.oaktree
Subclasses of AbstractMessage in jmri.jmrix.oaktree Modifier and Type Class Description class
SerialMessage
Contains the data payload of a serial packet.class
SerialReply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.powerline
Subclasses of AbstractMessage in jmri.jmrix.powerline Modifier and Type Class Description class
SerialMessage
Contains the data payload of a serial packet.class
SerialReply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.powerline.cm11
Subclasses of AbstractMessage in jmri.jmrix.powerline.cm11 Modifier and Type Class Description class
SpecificMessage
Contains the data payload of a serial packet.class
SpecificReply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.powerline.cp290
Subclasses of AbstractMessage in jmri.jmrix.powerline.cp290 Modifier and Type Class Description class
SpecificMessage
Contains the data payload of a serial packet.class
SpecificReply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.powerline.dmx512
Subclasses of AbstractMessage in jmri.jmrix.powerline.dmx512 Modifier and Type Class Description class
SpecificMessage
Contains the data payload of a serial packet.class
SpecificReply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.powerline.insteon2412s
Subclasses of AbstractMessage in jmri.jmrix.powerline.insteon2412s Modifier and Type Class Description class
SpecificMessage
Contains the data payload of a serial packet.class
SpecificReply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.powerline.simulator
Subclasses of AbstractMessage in jmri.jmrix.powerline.simulator Modifier and Type Class Description class
SpecificMessage
Contains the data payload of a serial packet.class
SpecificReply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.qsi
Subclasses of AbstractMessage in jmri.jmrix.qsi Modifier and Type Class Description class
QsiMessage
Encodes a message to an QSI command station.class
QsiReply
Carries the reply to an QsiMessage. -
Uses of AbstractMessage in jmri.jmrix.rfid
Subclasses of AbstractMessage in jmri.jmrix.rfid Modifier and Type Class Description class
RfidMessage
Contains the data payload of a serial packet.class
RfidReply
Contains 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.standalone Modifier and Type Class Description class
StandaloneMessage
This file is part of JMRI.class
StandaloneReply
Contains 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.concentrator Modifier and Type Class Description class
ConcentratorMessage
This file is part of JMRI.class
ConcentratorReply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.roco.z21
Subclasses of AbstractMessage in jmri.jmrix.roco.z21 Modifier and Type Class Description class
Z21Message
Class for messages in the z21/Z21 protocol.class
Z21Reply
Class for replies in the z21/Z21 protocol.class
Z21XNetMessage
Represents a single command or response on the XpressNet.class
Z21XNetReply
Represents 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.secsi Modifier and Type Class Description class
SerialMessage
Contains the data payload of a serial packet.class
SerialReply
Contains the data payload of a serial reply packet. -
Uses of AbstractMessage in jmri.jmrix.sprog
Subclasses of AbstractMessage in jmri.jmrix.sprog Modifier and Type Class Description class
SprogMessage
Encode a message to an SPROG command station.class
SprogReply
Carries the reply to a SprogMessage.Methods in jmri.jmrix.sprog with parameters of type AbstractMessage Modifier and Type Method Description void
SprogPowerManager. notify(AbstractMessage m)
-
Uses of AbstractMessage in jmri.jmrix.srcp
Subclasses of AbstractMessage in jmri.jmrix.srcp Modifier and Type Class Description class
SRCPMessage
Encodes a message to an SRCP server.class
SRCPReply
Carries the reply to an SRCPMessage. -
Uses of AbstractMessage in jmri.jmrix.tams
Subclasses of AbstractMessage in jmri.jmrix.tams Modifier and Type Class Description class
TamsMessage
Encodes a message to a Tams MasterControl command station.class
TamsReply
Carries the reply to a TamsMessage -
Uses of AbstractMessage in jmri.jmrix.tmcc
Subclasses of AbstractMessage in jmri.jmrix.tmcc Modifier and Type Class Description class
SerialMessage
Contains the data payload of a TMCC serial packet.class
SerialReply
Contains the data payload of a TMCC serial reply packet.
-