|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocoNetMessage | |
|---|---|
| jmri.jmrix.loconet | Provides access to LocoNet systems, along with a lot of Swing-based tools. |
| jmri.jmrix.loconet.almbrowser | |
| jmri.jmrix.loconet.cmdstnconfig | |
| jmri.jmrix.loconet.locogen | |
| jmri.jmrix.loconet.locoid | |
| jmri.jmrix.loconet.locoio | |
| jmri.jmrix.loconet.locomon | |
| jmri.jmrix.loconet.loconetovertcp | Defines classes for interfacing to an LocoNet via a telnet connection to a LocoNetOverTcp driver. |
| jmri.jmrix.loconet.locormi | |
| jmri.jmrix.loconet.locostats | |
| jmri.jmrix.loconet.pr2 | |
| jmri.jmrix.loconet.pr3.swing | |
| jmri.jmrix.loconet.soundloader | |
| Uses of LocoNetMessage in jmri.jmrix.loconet |
|---|
| Methods in jmri.jmrix.loconet that return LocoNetMessage | |
|---|---|
LocoNetMessage |
LocoNetSlot.dispatchSlot()
|
static LocoNetMessage |
LocoNetMessage.makePeerXfr(int src,
int dst,
int[] d,
int code)
Return a newly created OPC_PEER_XFR message. |
protected LocoNetMessage |
SlotManager.progTaskStart(int pcmd,
int val,
int cvnum,
boolean write)
Internal method to create the LocoNetMessage for programmer task start |
LocoNetMessage |
LocoNetSlot.writeSlot()
|
LocoNetMessage |
LocoNetSlot.writeStatus(int status)
Update the status bits in STAT1 (D5, D4) |
| Methods in jmri.jmrix.loconet with parameters of type LocoNetMessage | |
|---|---|
int |
SlotManager.findSlotFromMessage(LocoNetMessage m)
FInd the slot number that a message references |
void |
SlotManager.forwardMessageToSlot(LocoNetMessage m,
int i)
|
void |
LnSensorAddress.insertAddress(LocoNetMessage m)
Update a LocoNet message to have this address. |
void |
SlotManager.message(LocoNetMessage m)
Listen to the LocoNet. |
void |
SecurityElement.message(LocoNetMessage l)
Process incoming messages. |
void |
SE8cSignalHead.message(LocoNetMessage l)
|
void |
LocoNetListener.message(LocoNetMessage msg)
Member function that will be invoked by a LocoNetInterface implementation to forward a LocoNet message from the layout. |
void |
LnTurnoutManager.message(LocoNetMessage l)
|
void |
LnTurnout.message(LocoNetMessage l)
|
void |
LnTrafficRouter.message(LocoNetMessage m)
Receive a LocoNet message from upstream and forward it to all the local clients. |
void |
LnSensorManager.message(LocoNetMessage l)
|
void |
LnSensor.message(LocoNetMessage l)
implementing classes will typically have a function/listener to get updates from the layout, which will then call public void firePropertyChange(String propertyName, Object oldValue, Object newValue) _once_ if anything has changed state (or set the commanded state directly) |
void |
LnReporterManager.message(LocoNetMessage l)
|
void |
LnReporter.message(LocoNetMessage l)
|
void |
LnPowerManager.message(LocoNetMessage m)
|
void |
LnMessageManager.message(LocoNetMessage m)
Listen for status changes from LocoNet This doesn't do anything now. |
void |
AlmImplementation.message(LocoNetMessage msg)
Interpret LocoNet traffic. |
void |
AbstractBoardProgPanel.message(LocoNetMessage m)
Processes incoming LocoNet messages for OpSw read and write operations, and automatically advances to the next OpSw operation as directed by nextState() |
void |
AbstractAlmImplementation.message(LocoNetMessage msg)
Interpret LocoNet traffic. |
void |
LnTrafficController.notify(LocoNetMessage m)
Forward a LocoNetMessage to all registered listeners. |
protected void |
SlotManager.programmerOpMessage(LocoNetMessage m,
int i)
|
protected void |
SlotManager.respondToAddrRequest(LocoNetMessage m,
int i)
|
void |
LocoNetThrottledTransmitter.sendLocoNetMessage(LocoNetMessage msg)
Accept a message to be sent after suitable delay. |
void |
LocoNetInterface.sendLocoNetMessage(LocoNetMessage msg)
|
void |
LnTrafficRouter.sendLocoNetMessage(LocoNetMessage m)
Forward a preformatted LocoNetMessage to the actual interface. |
abstract void |
LnTrafficController.sendLocoNetMessage(LocoNetMessage m)
Forward a preformatted LocoNetMessage to the actual interface. |
void |
LnPacketizer.sendLocoNetMessage(LocoNetMessage m)
Forward a preformatted LocoNetMessage to the actual interface. |
protected void |
LocoNetAutomaton.sendMessage(LocoNetMessage m)
Deprecated. |
void |
LocoNetSlot.setSlot(LocoNetMessage l)
|
| Constructors in jmri.jmrix.loconet with parameters of type LocoNetMessage | |
|---|---|
LocoNetMessage(LocoNetMessage original)
|
|
LocoNetSlot(LocoNetMessage l)
|
|
| Uses of LocoNetMessage in jmri.jmrix.loconet.almbrowser |
|---|
| Methods in jmri.jmrix.loconet.almbrowser with parameters of type LocoNetMessage | |
|---|---|
void |
AlmBrowserFrame.message(LocoNetMessage msg)
Process the incoming message to look for the response to a read request |
| Uses of LocoNetMessage in jmri.jmrix.loconet.cmdstnconfig |
|---|
| Methods in jmri.jmrix.loconet.cmdstnconfig with parameters of type LocoNetMessage | |
|---|---|
void |
CmdStnConfigPane.message(LocoNetMessage msg)
Process the incoming message to look for Slot 127 Read |
| Uses of LocoNetMessage in jmri.jmrix.loconet.locogen |
|---|
| Methods in jmri.jmrix.loconet.locogen with parameters of type LocoNetMessage | |
|---|---|
void |
LocoGenPanel.message(LocoNetMessage m)
Process the incoming message to look for the needed echo |
| Uses of LocoNetMessage in jmri.jmrix.loconet.locoid |
|---|
| Methods in jmri.jmrix.loconet.locoid with parameters of type LocoNetMessage | |
|---|---|
void |
LocoIdPanel.message(LocoNetMessage m)
Process the incoming message, see if it is a panel response, and if so parse the LocoNet ID. |
| Uses of LocoNetMessage in jmri.jmrix.loconet.locoio |
|---|
| Methods in jmri.jmrix.loconet.locoio that return LocoNetMessage | |
|---|---|
static LocoNetMessage |
LocoIO.readCV(int locoIOAddress,
int locoIOSubAddress,
int cv)
|
static LocoNetMessage |
LocoIO.writeCV(int locoIOAddress,
int locoIOSubAddress,
int cv,
int data)
|
| Methods in jmri.jmrix.loconet.locoio with parameters of type LocoNetMessage | |
|---|---|
void |
LocoIOData.message(LocoNetMessage m)
Listen to the LocoNet. |
| Uses of LocoNetMessage in jmri.jmrix.loconet.locomon |
|---|
| Methods in jmri.jmrix.loconet.locomon with parameters of type LocoNetMessage | |
|---|---|
String |
Llnmon.displayMessage(LocoNetMessage l)
This function creates a string representation of a LocoNet buffer. |
protected String |
Llnmon.format(LocoNetMessage l)
Format the message into a text string. |
void |
LocoMonPane.message(LocoNetMessage l)
|
void |
LocoMonFrame.message(LocoNetMessage l)
Deprecated. |
| Uses of LocoNetMessage in jmri.jmrix.loconet.loconetovertcp |
|---|
| Methods in jmri.jmrix.loconet.loconetovertcp with parameters of type LocoNetMessage | |
|---|---|
void |
ClientRxHandler.message(LocoNetMessage msg)
|
| Uses of LocoNetMessage in jmri.jmrix.loconet.locormi |
|---|
| Methods in jmri.jmrix.loconet.locormi with parameters of type LocoNetMessage | |
|---|---|
void |
LnMessageBuffer.message(LocoNetMessage msg)
|
void |
LnMessageClient.sendLocoNetMessage(LocoNetMessage m)
Forward messages to the server. |
void |
LnMessageBufferInterface.sendLocoNetMessage(LocoNetMessage m)
|
void |
LnMessageBuffer.sendLocoNetMessage(LocoNetMessage m)
|
| Uses of LocoNetMessage in jmri.jmrix.loconet.locostats |
|---|
| Methods in jmri.jmrix.loconet.locostats with parameters of type LocoNetMessage | |
|---|---|
void |
LocoStatsPanel.message(LocoNetMessage msg)
|
| Uses of LocoNetMessage in jmri.jmrix.loconet.pr2 |
|---|
| Methods in jmri.jmrix.loconet.pr2 with parameters of type LocoNetMessage | |
|---|---|
void |
LnPr2PowerManager.message(LocoNetMessage m)
|
| Uses of LocoNetMessage in jmri.jmrix.loconet.pr3.swing |
|---|
| Methods in jmri.jmrix.loconet.pr3.swing with parameters of type LocoNetMessage | |
|---|---|
void |
Pr3SelectPane.message(LocoNetMessage msg)
|
| Uses of LocoNetMessage in jmri.jmrix.loconet.soundloader |
|---|
| Methods in jmri.jmrix.loconet.soundloader that return LocoNetMessage | |
|---|---|
LocoNetMessage |
LoaderEngine.nextTransfer()
Get the next message for an ongoing WAV download. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||