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 InternalSystemConnectionMemo
InternalAnalogIOManager. getMemo()
Get the system connection for this manager.InternalSystemConnectionMemo
InternalLightManager. getMemo()
Get the system connection for this manager.InternalSystemConnectionMemo
InternalMeterManager. getMemo()
Get the system connection for this manager.InternalSystemConnectionMemo
InternalSensorManager. getMemo()
Get the system connection for this manager.InternalSystemConnectionMemo
InternalStringIOManager. getMemo()
Get the system connection for this manager.InternalSystemConnectionMemo
InternalTurnoutManager. getMemo()
Get the system connection for this manager.InternalSystemConnectionMemo
InternalAdapter. 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)
-