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 Classes to interact with a Marklin Network Connection.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 classAbstractMRMessageAbstract base class for messages in a message/reply protocol.classAbstractMRReplyAbstract 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 classAcelaMessageContains the data payload of an Acela packet.classAcelaReplyContains 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 classSpeedoReplyCarries 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.can Modifier and Type Class Description classCanMessageBase class for messages in a CANbus based message/reply protocol.classCanReplyBase 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 classGridConnectMessageClass for GridConnect messages for a CAN hardware adapter.classGridConnectReplyClass 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 classGridConnectDoubledMessageClass 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 classMergMessageClass for messages for a MERG CAN-RS hardware adapter.classMergReplyClass 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 classMessageClass for messages for a LAWICELL CAN hardware adapter.classReplyClass 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 intCbusFilterType. action(AbstractMessage m, CbusFilter cf)Perform Filter check for a particular message.static java.lang.StringCbusClockControl. dateFromCanFrame(AbstractMessage r)String representation of time / date from a CanMessage or CanReply.static java.lang.StringCbusOpCodes. decode(AbstractMessage msg)Return a string representation of a decoded CBUS Messagestatic java.lang.StringCbusOpCodes. decodeopc(AbstractMessage msg)Return a string OPC of a CBUS Messagestatic java.lang.StringCbusOpCodes. decodeopcNonExtended(AbstractMessage msg)Return a string representation of a decoded CBUS OPCintCbusFilter. filter(AbstractMessage test)Filter CanMessage or CanReply.static java.lang.StringCbusOpCodes. fullDecode(AbstractMessage msg)Return a string representation of a decoded CBUS Message Used in CBUS Console Logstatic java.lang.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 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 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 java.lang.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 AbstractMessage Modifier and Type Method Description protected 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 AbstractMessage Modifier and Type Method Description protected 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 AbstractMessage Modifier and Type Method Description booleanCbusFilterFrame. 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 AbstractMessage Modifier and Type Method Description voidCbusConsoleDecodeOptionsPane. 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 classSerialMessageContains the data payload of a CMRI serial packet.classSerialReplyContains 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 classDcc4PcMessageEncodes a message to the DCC4PC Interface.classDcc4PcReplyDcc4PcReply.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 classDCCppMessageRepresents a single command or response on the DCC++.classDCCppReplyRepresents 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 classMessageEncodes a message for Direct DCC.classReplyContains 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 classEasyDccMessageEncodes a message to an EasyDCC command station.classEasyDccReplyCarries the reply to an EasyDccMessage. -
Uses of AbstractMessage in jmri.jmrix.ecos
Subclasses of AbstractMessage in jmri.jmrix.ecos Modifier and Type Class Description classEcosMessageEncodes a message to an Ecos command station.classEcosReplyCarries the reply to an EcosMessage. -
Uses of AbstractMessage in jmri.jmrix.grapevine
Subclasses of AbstractMessage in jmri.jmrix.grapevine Modifier and Type Class Description classSerialMessageContains the data payload of a serial packet.classSerialReplyContains 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 classIEEE802154MessageContains the data payload of an IEEE 802.15.4 packet.classIEEE802154ReplyContains 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 classXBeeBroadcastMessageThis is an extension of the XBeeMessage class for messages that are to be sent as broadcast messages.classXBeeMessageThis is a wrapper class for a Digi XBeeAPIPacket.classXBeeReplyContains 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 classJMRIClientMessageEncodes a message to an JMRIClient server.classJMRIClientReplyCarries the reply to an JMRIClientMessage. -
Uses of AbstractMessage in jmri.jmrix.lenz
Subclasses of AbstractMessage in jmri.jmrix.lenz Modifier and Type Class Description classXNetMessageRepresents a single command or response on the XpressNet.classXNetReplyRepresents 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 classLocoNetMessageRepresents 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 classSerialMessageContains the data payload of a serial packet.classSerialReplyContains 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 classMarklinMessageEncodes a message to a Marklin command station.classMarklinReplyCarries the reply to an MarklinMessage. -
Uses of AbstractMessage in jmri.jmrix.nce
Subclasses of AbstractMessage in jmri.jmrix.nce Modifier and Type Class Description classNceMessageEncodes a message to an NCE command station.classNceReplyCarries the reply to an NceMessage. -
Uses of AbstractMessage in jmri.jmrix.oaktree
Subclasses of AbstractMessage in jmri.jmrix.oaktree Modifier and Type Class Description classSerialMessageContains the data payload of a serial packet.classSerialReplyContains 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 classSerialMessageContains the data payload of a serial packet.classSerialReplyContains 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 classSpecificMessageContains the data payload of a serial packet.classSpecificReplyContains 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 classSpecificMessageContains the data payload of a serial packet.classSpecificReplyContains 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 classSpecificMessageContains the data payload of a serial packet.classSpecificReplyContains 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 classSpecificMessageContains the data payload of a serial packet.classSpecificReplyContains 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 classSpecificMessageContains the data payload of a serial packet.classSpecificReplyContains 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 classQsiMessageEncodes a message to an QSI command station.classQsiReplyCarries the reply to an QsiMessage. -
Uses of AbstractMessage in jmri.jmrix.rfid
Subclasses of AbstractMessage in jmri.jmrix.rfid Modifier and Type Class Description classRfidMessageContains the data payload of a serial packet.classRfidReplyContains 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 classStandaloneMessageThis file is part of JMRI.classStandaloneReplyContains 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 classConcentratorMessageThis file is part of JMRI.classConcentratorReplyContains 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 classZ21MessageClass for messages in the z21/Z21 protocol.classZ21ReplyClass for replies in the z21/Z21 protocol.classZ21XNetMessageRepresents a single command or response on the XpressNet.classZ21XNetReplyRepresents 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 classSerialMessageContains the data payload of a serial packet.classSerialReplyContains 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 classSprogMessageEncode a message to an SPROG command station.classSprogReplyCarries the reply to a SprogMessage.Methods in jmri.jmrix.sprog with parameters of type AbstractMessage Modifier and Type Method Description voidSprogPowerManager. notify(AbstractMessage m) -
Uses of AbstractMessage in jmri.jmrix.srcp
Subclasses of AbstractMessage in jmri.jmrix.srcp Modifier and Type Class Description classSRCPMessageEncodes a message to an SRCP server.classSRCPReplyCarries the reply to an SRCPMessage. -
Uses of AbstractMessage in jmri.jmrix.tams
Subclasses of AbstractMessage in jmri.jmrix.tams Modifier and Type Class Description classTamsMessageEncodes a message to a Tams MasterControl command station.classTamsReplyCarries the reply to a TamsMessage -
Uses of AbstractMessage in jmri.jmrix.tmcc
Subclasses of AbstractMessage in jmri.jmrix.tmcc Modifier and Type Class Description classSerialMessageContains the data payload of a TMCC serial packet.classSerialReplyContains the data payload of a TMCC serial reply packet.
-