Uses of Class
jmri.jmrix.tmcc.TmccSystemConnectionMemo
Packages that use TmccSystemConnectionMemo
Package
Description
-
Uses of TmccSystemConnectionMemo in jmri.jmrix.tmcc
Fields in jmri.jmrix.tmcc declared as TmccSystemConnectionMemoModifier and TypeFieldDescription(package private) TmccSystemConnectionMemoTmccProgrammerManager._memoprotected TmccSystemConnectionMemoTmccConsistManager.adapterMemo(package private) TmccSystemConnectionMemoSerialTrafficController.mMemoReference to the system connection memo.Methods in jmri.jmrix.tmcc that return TmccSystemConnectionMemoModifier and TypeMethodDescriptionSerialTurnoutManager.getMemo()Get the system connection for this manager.SerialPortController.getSystemConnectionMemo()SerialTrafficController.getSystemConnectionMemo()Get access to the system connection memo associated with this traffic controller.Methods in jmri.jmrix.tmcc with parameters of type TmccSystemConnectionMemoModifier and TypeMethodDescriptionvoidSerialTrafficController.setSystemConnectionMemo(TmccSystemConnectionMemo m) Set the system connection memo associated with this traffic controller.Constructors in jmri.jmrix.tmcc with parameters of type TmccSystemConnectionMemoModifierConstructorDescriptionSerialThrottle(TmccSystemConnectionMemo memo, DccLocoAddress address) Constructor.Create a throttle manager.SerialTrafficController(TmccSystemConnectionMemo adaptermemo) Create a new TMCC SerialTrafficController instance.SerialTurnout(String prefix, int number, TmccSystemConnectionMemo memo) Create a turnout.TmccConsist(int address, TmccSystemConnectionMemo memo, String sendTopicPrefix) TmccConsist(DccLocoAddress address, TmccSystemConnectionMemo memo, String sendTopicPrefix) Constructor - call the constructor for the superclass, and initialize the consist reader thread, which retrieves consist information from the command station.TmccMenu(String name, TmccSystemConnectionMemo memo) TmccOpsModeProgrammer(int pAddress, boolean pLongAddr, TmccSystemConnectionMemo memo) TmccProgrammerManager(Programmer serviceModeProgrammer, TmccSystemConnectionMemo memo) -
Uses of TmccSystemConnectionMemo in jmri.jmrix.tmcc.packetgen
Constructors in jmri.jmrix.tmcc.packetgen with parameters of type TmccSystemConnectionMemoModifierConstructorDescription -
Uses of TmccSystemConnectionMemo in jmri.jmrix.tmcc.serialmon
Constructors in jmri.jmrix.tmcc.serialmon with parameters of type TmccSystemConnectionMemoModifierConstructorDescription -
Uses of TmccSystemConnectionMemo in jmri.jmrix.tmcc.swing
Constructors in jmri.jmrix.tmcc.swing with parameters of type TmccSystemConnectionMemo