Uses of Class
jmri.jmrit.ussctc.CodeGroupThreeBits
-
Packages that use CodeGroupThreeBits Package Description jmri.jmrit.ussctc Support for implementing USS CTC systems in JMRI. -
-
Uses of CodeGroupThreeBits in jmri.jmrit.ussctc
Fields in jmri.jmrit.ussctc declared as CodeGroupThreeBits Modifier and Type Field Description static CodeGroupThreeBits
SignalHeadSection. CODE_LEFT
static CodeGroupThreeBits
SignalHeadSection. CODE_OFF
static CodeGroupThreeBits
SignalHeadSection. CODE_RIGHT
static CodeGroupThreeBits
SignalHeadSection. CODE_STOP
(package private) CodeGroupThreeBits
TrafficLock. direction
(package private) CodeGroupThreeBits
TrafficRelay. direction
(package private) CodeGroupThreeBits
SignalHeadSection. lastIndication
Fields in jmri.jmrit.ussctc with type parameters of type CodeGroupThreeBits Modifier and Type Field Description (package private) Station<CodeGroupThreeBits,CodeGroupThreeBits>
SignalHeadSection. station
(package private) Station<CodeGroupThreeBits,CodeGroupThreeBits>
SignalHeadSection. station
Methods in jmri.jmrit.ussctc that return CodeGroupThreeBits Modifier and Type Method Description CodeGroupThreeBits
SignalHeadSection. codeSendStart()
Start of sending code operation: Set indicators off if a change has been requested Provide values to send over lineCodeGroupThreeBits
SignalHeadSection. getCurrentIndication()
Work out current indication from layout status.(package private) CodeGroupThreeBits
SignalHeadSection. getLastIndication()
CodeGroupThreeBits
SignalHeadSection. indicationStart()
Provide state that's returned from field to machine via indication.static CodeGroupThreeBits
CodeGroupThreeBits. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CodeGroupThreeBits[]
CodeGroupThreeBits. 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 CodeGroupThreeBits Modifier and Type Method Description Station<CodeGroupThreeBits,CodeGroupThreeBits>
SignalHeadSection. getStation()
Station<CodeGroupThreeBits,CodeGroupThreeBits>
SignalHeadSection. getStation()
Methods in jmri.jmrit.ussctc with parameters of type CodeGroupThreeBits Modifier and Type Method Description void
SignalHeadSection. codeValueDelivered(CodeGroupThreeBits value)
Code arrives in field.void
SignalHeadSection. indicationComplete(CodeGroupThreeBits value)
Process values received from the field unit.(package private) void
SignalHeadSection. setLastIndication(CodeGroupThreeBits v)
Constructors in jmri.jmrit.ussctc with parameters of type CodeGroupThreeBits Constructor Description TrafficLock(SignalHeadSection signal, CodeGroupThreeBits direction)
TrafficLock(SignalHeadSection signal, CodeGroupThreeBits direction, BeanSetting[] beans)
TrafficRelay(SignalHeadSection signal, CodeGroupThreeBits direction)
TrafficRelay(SignalHeadSection signal, CodeGroupThreeBits direction, BeanSetting[] beans)
Constructor parameters in jmri.jmrit.ussctc with type arguments of type CodeGroupThreeBits Constructor Description SignalHeadSection(java.util.List<java.lang.String> rightHeads, java.util.List<java.lang.String> leftHeads, java.lang.String leftIndicator, java.lang.String stopIndicator, java.lang.String rightIndicator, java.lang.String leftInput, java.lang.String rightInput, Station<CodeGroupThreeBits,CodeGroupThreeBits> station)
Create and configure.SignalHeadSection(java.util.List<java.lang.String> rightHeads, java.util.List<java.lang.String> leftHeads, java.lang.String leftIndicator, java.lang.String stopIndicator, java.lang.String rightIndicator, java.lang.String leftInput, java.lang.String rightInput, Station<CodeGroupThreeBits,CodeGroupThreeBits> station)
Create and configure.
-