Uses of Class
jmri.jmrit.ussctc.CodeGroupOneBit
-
Packages that use CodeGroupOneBit Package Description jmri.jmrit.ussctc Support for implementing USS CTC systems in JMRI. -
-
Uses of CodeGroupOneBit in jmri.jmrit.ussctc
Fields in jmri.jmrit.ussctc with type parameters of type CodeGroupOneBit Modifier and Type Field Description (package private) Station<CodeGroupOneBit,CodeGroupNoBits>MaintainerCallSection. station(package private) Station<CodeGroupNoBits,CodeGroupOneBit>TrackCircuitSection. stationMethods in jmri.jmrit.ussctc that return CodeGroupOneBit Modifier and Type Method Description CodeGroupOneBitMaintainerCallSection. codeSendStart()Start of sending code operation.CodeGroupOneBitTrackCircuitSection. indicationStart()Provide state that's returned from field to machine via indication.static CodeGroupOneBitCodeGroupOneBit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CodeGroupOneBit[]CodeGroupOneBit. 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 CodeGroupOneBit Modifier and Type Method Description Station<CodeGroupOneBit,CodeGroupNoBits>MaintainerCallSection. getStation()Station<CodeGroupNoBits,CodeGroupOneBit>TrackCircuitSection. getStation()Methods in jmri.jmrit.ussctc with parameters of type CodeGroupOneBit Modifier and Type Method Description voidMaintainerCallSection. codeValueDelivered(CodeGroupOneBit value)Notification that code has arrived in the field.voidTrackCircuitSection. indicationComplete(CodeGroupOneBit value)Process values received from the field unit.Constructor parameters in jmri.jmrit.ussctc with type arguments of type CodeGroupOneBit Constructor Description MaintainerCallSection(java.lang.String inputSensor, java.lang.String layoutOutput, Station<CodeGroupOneBit,CodeGroupNoBits> station)Create and configure.TrackCircuitSection(java.lang.String inputSensor, java.lang.String panelOutput, Station<CodeGroupNoBits,CodeGroupOneBit> station)Create and configure.TrackCircuitSection(java.lang.String inputSensor, java.lang.String panelOutput, Station<CodeGroupNoBits,CodeGroupOneBit> station, Bell bell)Create and configure.
-