Uses of Class
jmri.jmrix.nce.NceTrafficController
-
Packages that use NceTrafficController Package Description jmri.jmrit.operations.rollingstock.engines.tools jmri.jmrix.nce jmri.jmrix.nce.consist jmri.jmrix.nce.macro jmri.jmrix.nce.simulator -
-
Uses of NceTrafficController in jmri.jmrit.operations.rollingstock.engines.tools
Fields in jmri.jmrit.operations.rollingstock.engines.tools declared as NceTrafficController Modifier and Type Field Description (package private) NceTrafficControllerNceConsistEngineAction. tc(package private) NceTrafficControllerNceConsistEngines. tcConstructors in jmri.jmrit.operations.rollingstock.engines.tools with parameters of type NceTrafficController Constructor Description NceConsistEngines(NceTrafficController tc) -
Uses of NceTrafficController in jmri.jmrix.nce
Fields in jmri.jmrix.nce declared as NceTrafficController Modifier and Type Field Description (package private) NceTrafficControllerNceLight. tc(package private) NceTrafficControllerNcePowerManager. tcprotected NceTrafficControllerNceProgrammer. tc(package private) NceTrafficControllerNceProgrammerManager. tc(package private) NceTrafficControllerNceReply. tc(package private) NceTrafficControllerNceThrottleManager. tc(package private) NceTrafficControllerNceTurnout. tcMethods in jmri.jmrix.nce that return NceTrafficController Modifier and Type Method Description NceTrafficControllerNceSystemConnectionMemo. getNceTrafficController()Provides access to the TrafficController for this particular connection.Methods in jmri.jmrix.nce with parameters of type NceTrafficController Modifier and Type Method Description static NceMessageNceMessage. createAccDecoderPktOpsMode(NceTrafficController tc, int accyAddr, int cvAddr, int cvData)static NceMessageNceMessage. createAccySignalMacroMessage(NceTrafficController tc, int op, int addr, int data)static NceMessageNceMessage. createBinaryMessage(NceTrafficController tc, byte[] bytes)static NceMessageNceMessage. createBinaryMessage(NceTrafficController tc, byte[] bytes, int replyLen)static NceMessageNceMessage. getEnableMain(NceTrafficController tc)static NceMessageNceMessage. getEpromVersion(NceTrafficController tc)static NceMessageNceMessage. getExitProgMode(NceTrafficController tc)Apparently the binary "exitProgrammingMode" command can crash the command station if the EPROM was built before 2006.static NceMessageNceMessage. getKillMain(NceTrafficController tc)static NceMessageNceMessage. getProgMode(NceTrafficController tc)enter programming track modestatic NceMessageNceMessage. getReadDirectCV(NceTrafficController tc, int cv)static NceMessageNceMessage. getReadPagedCV(NceTrafficController tc, int cv)Read Paged mode CV on programming track.static NceMessageNceMessage. getReadRegister(NceTrafficController tc, int reg)static NceMessageNceMessage. getWriteDirectCV(NceTrafficController tc, int cv, int val)static NceMessageNceMessage. getWritePagedCV(NceTrafficController tc, int cv, int val)Write paged mode CV to programming track.static NceMessageNceMessage. getWriteRegister(NceTrafficController tc, int reg, int val)static NceMessageNceMessage. queuePacketMessage(NceTrafficController tc, byte[] bytes)static NceMessageNceMessage. sendLocoCmd(NceTrafficController tc, int locoAddr, byte locoSubCmd, byte locoData)static NceMessageNceMessage. sendPacketMessage(NceTrafficController tc, byte[] bytes)static NceMessageNceMessage. sendPacketMessage(NceTrafficController tc, byte[] bytes, int retries)voidNceSystemConnectionMemo. setNceTrafficController(NceTrafficController tc)static byte[]NceBinaryCommand. usbOpsModeLoco(NceTrafficController tc, int locoAddr, int cvAddr, int cvData)Create a NCE USB compatible ops mode loco message.Constructors in jmri.jmrix.nce with parameters of type NceTrafficController Constructor Description NceAIUChecker(NceTrafficController t)NceClockControl(NceTrafficController tc, java.lang.String prefix)Create a ClockControl object for a NCE clock.NceConnectionStatus(NceTrafficController tc)NceLight(java.lang.String systemName, java.lang.String userName, NceTrafficController tc, NceLightManager mgr)Create a Light object, with both system and user names.NceLight(java.lang.String systemName, NceTrafficController tc, NceLightManager mgr)Create a Light object, with only system name.NceOpsModeProgrammer(NceTrafficController tc, int pAddress, boolean pLongAddr)NcePowerManager(NceTrafficController tc, java.lang.String p)NceProgrammer(NceTrafficController tc)NceReply(NceTrafficController tc)NceReply(NceTrafficController tc, java.lang.String s)NceReply(NceTrafficController tc, NceReply l)NceTurnout(NceTrafficController tc, java.lang.String p, int i)NCE turnouts use the NMRA number (0-2044) as their numerical identification.NceTurnoutMonitor(NceTrafficController t) -
Uses of NceTrafficController in jmri.jmrix.nce.consist
Constructors in jmri.jmrix.nce.consist with parameters of type NceTrafficController Constructor Description NceConsistBackup(NceTrafficController t)NceConsistRestore(NceTrafficController t) -
Uses of NceTrafficController in jmri.jmrix.nce.macro
Constructors in jmri.jmrix.nce.macro with parameters of type NceTrafficController Constructor Description NceMacroBackup(NceTrafficController t)NceMacroRestore(NceTrafficController t) -
Uses of NceTrafficController in jmri.jmrix.nce.simulator
Fields in jmri.jmrix.nce.simulator declared as NceTrafficController Modifier and Type Field Description (package private) NceTrafficControllerSimulatorAdapter. tc
-