Uses of Class
jmri.jmrit.ctc.NBHTurnout
Packages that use NBHTurnout
Package
Description
The CTC system provides the ability to create and run prototypical CTC dispatching.
Implements CTC data loading and storing.
-
Uses of NBHTurnout in jmri.jmrit.ctc
Fields in jmri.jmrit.ctc declared as NBHTurnoutFields in jmri.jmrit.ctc with type parameters of type NBHTurnoutModifier and TypeFieldDescription(package private) HashMap<String,NBHTurnout> CtcManager.nbhTurnoutsMethods in jmri.jmrit.ctc that return NBHTurnoutMethods in jmri.jmrit.ctc with parameters of type NBHTurnoutConstructors in jmri.jmrit.ctc with parameters of type NBHTurnoutModifierConstructorDescriptionIndicationLockingSignals(String userIdentifier, ArrayList<NBHSignal> signals, NBHTurnout nbhTurnout, OtherData.SIGNAL_SYSTEM_TYPE signalSystemType) SwitchDirectionIndicators(String userIdentifier, NBHSensor normalIndicatorSensor, NBHSensor reveresedIndicatorSensor, NBHTurnout actualTurnout, int codingTimeInMilliseconds, boolean feedbackDifferent) TurnoutLock(String userIdentifier, NBHSensor dispatcherSensorLockToggle, NBHTurnout actualTurnout, boolean actualTurnoutFeedbackDifferent, NBHSensor dispatcherSensorUnlockedIndicator, boolean noDispatcherControlOfSwitch, int ndcos_WhenLockedSwitchState, CodeButtonHandlerData.LOCK_IMPLEMENTATION _mLockImplementation, boolean turnoutLocksEnabledAtStartup, NBHTurnout additionalTurnout1, boolean additionalTurnout1FeebackReversed, NBHTurnout additionalTurnout2, boolean additionalTurnout2FeebackReversed, NBHTurnout additionalTurnout3, boolean additionalTurnout3FeebackReversed) -
Uses of NBHTurnout in jmri.jmrit.ctc.configurexml
Methods in jmri.jmrit.ctc.configurexml that return NBHTurnoutModifier and TypeMethodDescription(package private) NBHTurnoutCtcManagerXml.loadTurnout(org.jdom2.Element element, org.jdom2.Element feedback) (package private) static NBHTurnoutImportExternalData.loadTurnout(String value, boolean feedback) Methods in jmri.jmrit.ctc.configurexml with parameters of type NBHTurnoutModifier and TypeMethodDescription(package private) org.jdom2.ElementCtcManagerXml.createAdditionalTurnoutEntry(NBHTurnout turnout, boolean turnoutFeedback) (package private) org.jdom2.ElementCtcManagerXml.storeTurnout(String elementName, NBHTurnout turnout) -
Uses of NBHTurnout in jmri.jmrit.ctc.ctcserialdata
Fields in jmri.jmrit.ctc.ctcserialdata declared as NBHTurnoutModifier and TypeFieldDescriptionCodeButtonHandlerData._mSWDI_ExternalTurnoutCodeButtonHandlerData._mTUL_AdditionalExternalTurnout1CodeButtonHandlerData._mTUL_AdditionalExternalTurnout2CodeButtonHandlerData._mTUL_AdditionalExternalTurnout3CodeButtonHandlerData._mTUL_ExternalTurnout -
Uses of NBHTurnout in jmri.jmrit.ctc.editor.code
Methods in jmri.jmrit.ctc.editor.code that return NBHTurnoutModifier and TypeMethodDescriptionstatic NBHTurnoutCommonSubs.getNBHTurnout(String newName, boolean feedbackDifferent) Get a NBHTurnout from the CtcManager NBHTurnout map or create a new one.