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 CodeGroupThreeBitsSignalHeadSection. CODE_LEFTstatic CodeGroupThreeBitsSignalHeadSection. CODE_OFFstatic CodeGroupThreeBitsSignalHeadSection. CODE_RIGHTstatic CodeGroupThreeBitsSignalHeadSection. CODE_STOP(package private) CodeGroupThreeBitsTrafficLock. direction(package private) CodeGroupThreeBitsTrafficRelay. direction(package private) CodeGroupThreeBitsSignalHeadSection. lastIndicationFields 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. stationMethods in jmri.jmrit.ussctc that return CodeGroupThreeBits Modifier and Type Method Description CodeGroupThreeBitsSignalHeadSection. codeSendStart()Start of sending code operation: Set indicators off if a change has been requested Provide values to send over lineCodeGroupThreeBitsSignalHeadSection. getCurrentIndication()Work out current indication from layout status.(package private) CodeGroupThreeBitsSignalHeadSection. getLastIndication()CodeGroupThreeBitsSignalHeadSection. indicationStart()Provide state that's returned from field to machine via indication.static CodeGroupThreeBitsCodeGroupThreeBits. 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 voidSignalHeadSection. codeValueDelivered(CodeGroupThreeBits value)Code arrives in field.voidSignalHeadSection. indicationComplete(CodeGroupThreeBits value)Process values received from the field unit.(package private) voidSignalHeadSection. 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.
-