Uses of Class
jmri.jmrix.internal.InternalSystemConnectionMemo
-
Packages that use InternalSystemConnectionMemo Package Description jmri.jmrit.audio Provides specific implementations of various audio systems.jmri.jmrit.simpleclock Contains a simple FastClock implementation based on the computers clock.jmri.jmrix.internal The jmrix.internal package contains a JMRI connection implementation for use without a layout.jmri.managers Provides implementations of various JMRI managers. -
-
Uses of InternalSystemConnectionMemo in jmri.jmrit.audio
Constructors in jmri.jmrit.audio with parameters of type InternalSystemConnectionMemo Constructor Description DefaultAudioManager(InternalSystemConnectionMemo memo) -
Uses of InternalSystemConnectionMemo in jmri.jmrit.simpleclock
Constructors in jmri.jmrit.simpleclock with parameters of type InternalSystemConnectionMemo Constructor Description SimpleTimebase(InternalSystemConnectionMemo memo) -
Uses of InternalSystemConnectionMemo in jmri.jmrix.internal
Methods in jmri.jmrix.internal that return InternalSystemConnectionMemo Modifier and Type Method Description InternalSystemConnectionMemoInternalAnalogIOManager. getMemo()Get the system connection for this manager.InternalSystemConnectionMemoInternalLightManager. getMemo()Get the system connection for this manager.InternalSystemConnectionMemoInternalMeterManager. getMemo()Get the system connection for this manager.InternalSystemConnectionMemoInternalSensorManager. getMemo()Get the system connection for this manager.InternalSystemConnectionMemoInternalStringIOManager. getMemo()Get the system connection for this manager.InternalSystemConnectionMemoInternalTurnoutManager. getMemo()Get the system connection for this manager.InternalSystemConnectionMemoInternalAdapter. getSystemConnectionMemo()Constructors in jmri.jmrix.internal with parameters of type InternalSystemConnectionMemo Constructor Description InternalAnalogIOManager(InternalSystemConnectionMemo memo)InternalLightManager(InternalSystemConnectionMemo memo)InternalMeterManager(InternalSystemConnectionMemo memo)InternalReporterManager(InternalSystemConnectionMemo memo)InternalSensorManager(InternalSystemConnectionMemo memo)InternalStringIOManager(InternalSystemConnectionMemo memo)InternalTurnoutManager(InternalSystemConnectionMemo memo) -
Uses of InternalSystemConnectionMemo in jmri.managers
Constructors in jmri.managers with parameters of type InternalSystemConnectionMemo Constructor Description AbstractSignalHeadManager(InternalSystemConnectionMemo memo)DefaultConditionalManager(InternalSystemConnectionMemo memo)DefaultLogixManager(InternalSystemConnectionMemo memo)DefaultMemoryManager(InternalSystemConnectionMemo memo)DefaultPowerManager(InternalSystemConnectionMemo memo)DefaultRouteManager(InternalSystemConnectionMemo memo)DefaultSignalGroupManager(InternalSystemConnectionMemo memo)DefaultSignalMastLogicManager(InternalSystemConnectionMemo memo)DefaultSignalMastManager(InternalSystemConnectionMemo memo)DefaultSignalSystemManager(InternalSystemConnectionMemo memo)
-