Uses of Enum
jmri.jmrit.ussctc.CodeGroupTwoBits
Packages that use CodeGroupTwoBits
-
Uses of CodeGroupTwoBits in jmri.jmrit.ussctc
Fields in jmri.jmrit.ussctc declared as CodeGroupTwoBitsModifier and TypeFieldDescription(package private) static final CodeGroupTwoBitsTurnoutSection.CODE_CLOSED(package private) static final CodeGroupTwoBitsTurnoutSection.CODE_NEITHER(package private) static final CodeGroupTwoBitsTurnoutSection.CODE_THROWN(package private) CodeGroupTwoBitsTurnoutSection.TurnoutFieldSection.lastCodeValueDefines intended (commanded by central) field for this state.(package private) CodeGroupTwoBitsTurnoutSection.TurnoutFieldSection.lastIndicationValueLast indication actually sentFields in jmri.jmrit.ussctc with type parameters of type CodeGroupTwoBitsModifier and TypeFieldDescription(package private) Station<CodeGroupTwoBits,CodeGroupTwoBits> TurnoutSection.station(package private) Station<CodeGroupTwoBits,CodeGroupTwoBits> TurnoutSection.stationMethods in jmri.jmrit.ussctc that return CodeGroupTwoBitsModifier and TypeMethodDescriptionTurnoutSection.codeSendStart()TurnoutSection.TurnoutCentralSection.codeSendStart()Start of sending code operation: Set indicators Provide values to send over lineTurnoutSection.TurnoutFieldSection.getCurrentIndication()TurnoutSection.indicationStart()TurnoutSection.TurnoutFieldSection.indicationStart()Provide state that's returned from field to machine via indication.static CodeGroupTwoBitsReturns the enum constant of this type with the specified name.static CodeGroupTwoBits[]CodeGroupTwoBits.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.ussctc that return types with arguments of type CodeGroupTwoBitsMethods in jmri.jmrit.ussctc with parameters of type CodeGroupTwoBitsModifier and TypeMethodDescriptionvoidTurnoutSection.codeValueDelivered(CodeGroupTwoBits value) voidTurnoutSection.TurnoutFieldSection.codeValueDelivered(CodeGroupTwoBits value) Notification that code has arrived in the field.voidTurnoutSection.indicationComplete(CodeGroupTwoBits value) voidTurnoutSection.TurnoutCentralSection.indicationComplete(CodeGroupTwoBits value) Process values received from the field unit.(package private) voidTurnoutSection.TurnoutFieldSection.logLocked(CodeGroupTwoBits value) Constructor parameters in jmri.jmrit.ussctc with type arguments of type CodeGroupTwoBitsModifierConstructorDescriptionTurnoutSection(String layoutTO, String normalIndicator, String reversedIndicator, String normalInput, String reversedInput, Station<CodeGroupTwoBits, CodeGroupTwoBits> station) Create and configure.TurnoutSection(String layoutTO, String normalIndicator, String reversedIndicator, String normalInput, String reversedInput, Station<CodeGroupTwoBits, CodeGroupTwoBits> station) Create and configure.