Uses of Class
jmri.jmrit.ussctc.CodeGroupTwoBits
-
Packages that use CodeGroupTwoBits Package Description jmri.jmrit.ussctc Support for implementing USS CTC systems in JMRI. -
-
Uses of CodeGroupTwoBits in jmri.jmrit.ussctc
Fields in jmri.jmrit.ussctc declared as CodeGroupTwoBits Modifier and Type Field Description (package private) static CodeGroupTwoBits
TurnoutSection. CODE_CLOSED
(package private) static CodeGroupTwoBits
TurnoutSection. CODE_NEITHER
(package private) static CodeGroupTwoBits
TurnoutSection. CODE_THROWN
(package private) CodeGroupTwoBits
TurnoutSection.TurnoutFieldSection. lastCodeValue
Defines intended (commanded by central) field for this state.(package private) CodeGroupTwoBits
TurnoutSection.TurnoutFieldSection. lastIndicationValue
Last indication actually sentFields in jmri.jmrit.ussctc with type parameters of type CodeGroupTwoBits Modifier and Type Field Description (package private) Station<CodeGroupTwoBits,CodeGroupTwoBits>
TurnoutSection. station
(package private) Station<CodeGroupTwoBits,CodeGroupTwoBits>
TurnoutSection. station
Methods in jmri.jmrit.ussctc that return CodeGroupTwoBits Modifier and Type Method Description CodeGroupTwoBits
TurnoutSection. codeSendStart()
CodeGroupTwoBits
TurnoutSection.TurnoutCentralSection. codeSendStart()
Start of sending code operation: Set indicators Provide values to send over lineCodeGroupTwoBits
TurnoutSection.TurnoutFieldSection. getCurrentIndication()
CodeGroupTwoBits
TurnoutSection. indicationStart()
CodeGroupTwoBits
TurnoutSection.TurnoutFieldSection. indicationStart()
Provide state that's returned from field to machine via indication.static CodeGroupTwoBits
CodeGroupTwoBits. valueOf(java.lang.String name)
Returns 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 CodeGroupTwoBits Modifier and Type Method Description Station<CodeGroupTwoBits,CodeGroupTwoBits>
TurnoutSection. getStation()
Station<CodeGroupTwoBits,CodeGroupTwoBits>
TurnoutSection. getStation()
Methods in jmri.jmrit.ussctc with parameters of type CodeGroupTwoBits Modifier and Type Method Description void
TurnoutSection. codeValueDelivered(CodeGroupTwoBits value)
void
TurnoutSection.TurnoutFieldSection. codeValueDelivered(CodeGroupTwoBits value)
Notification that code has arrived in the field.void
TurnoutSection. indicationComplete(CodeGroupTwoBits value)
void
TurnoutSection.TurnoutCentralSection. indicationComplete(CodeGroupTwoBits value)
Process values received from the field unit.(package private) void
TurnoutSection.TurnoutFieldSection. logLocked(CodeGroupTwoBits value)
Constructor parameters in jmri.jmrit.ussctc with type arguments of type CodeGroupTwoBits Constructor Description TurnoutSection(java.lang.String layoutTO, java.lang.String normalIndicator, java.lang.String reversedIndicator, java.lang.String normalInput, java.lang.String reversedInput, Station<CodeGroupTwoBits,CodeGroupTwoBits> station)
Create and configure.TurnoutSection(java.lang.String layoutTO, java.lang.String normalIndicator, java.lang.String reversedIndicator, java.lang.String normalInput, java.lang.String reversedInput, Station<CodeGroupTwoBits,CodeGroupTwoBits> station)
Create and configure.
-