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) NceTrafficController
NceConsistEngineAction. tc
(package private) NceTrafficController
NceConsistEngines. tc
Constructors 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) NceTrafficController
NceLight. tc
(package private) NceTrafficController
NcePowerManager. tc
protected NceTrafficController
NceProgrammer. tc
(package private) NceTrafficController
NceProgrammerManager. tc
(package private) NceTrafficController
NceReply. tc
(package private) NceTrafficController
NceThrottleManager. tc
(package private) NceTrafficController
NceTurnout. tc
Methods in jmri.jmrix.nce that return NceTrafficController Modifier and Type Method Description NceTrafficController
NceSystemConnectionMemo. 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 NceMessage
NceMessage. createAccDecoderPktOpsMode(NceTrafficController tc, int accyAddr, int cvAddr, int cvData)
static NceMessage
NceMessage. createAccySignalMacroMessage(NceTrafficController tc, int op, int addr, int data)
static NceMessage
NceMessage. createBinaryMessage(NceTrafficController tc, byte[] bytes)
static NceMessage
NceMessage. createBinaryMessage(NceTrafficController tc, byte[] bytes, int replyLen)
static NceMessage
NceMessage. getEnableMain(NceTrafficController tc)
static NceMessage
NceMessage. getEpromVersion(NceTrafficController tc)
static NceMessage
NceMessage. getExitProgMode(NceTrafficController tc)
Apparently the binary "exitProgrammingMode" command can crash the command station if the EPROM was built before 2006.static NceMessage
NceMessage. getKillMain(NceTrafficController tc)
static NceMessage
NceMessage. getProgMode(NceTrafficController tc)
enter programming track modestatic NceMessage
NceMessage. getReadDirectCV(NceTrafficController tc, int cv)
static NceMessage
NceMessage. getReadPagedCV(NceTrafficController tc, int cv)
Read Paged mode CV on programming track.static NceMessage
NceMessage. getReadRegister(NceTrafficController tc, int reg)
static NceMessage
NceMessage. getWriteDirectCV(NceTrafficController tc, int cv, int val)
static NceMessage
NceMessage. getWritePagedCV(NceTrafficController tc, int cv, int val)
Write paged mode CV to programming track.static NceMessage
NceMessage. getWriteRegister(NceTrafficController tc, int reg, int val)
static NceMessage
NceMessage. queuePacketMessage(NceTrafficController tc, byte[] bytes)
static NceMessage
NceMessage. sendLocoCmd(NceTrafficController tc, int locoAddr, byte locoSubCmd, byte locoData)
static NceMessage
NceMessage. sendPacketMessage(NceTrafficController tc, byte[] bytes)
static NceMessage
NceMessage. sendPacketMessage(NceTrafficController tc, byte[] bytes, int retries)
void
NceSystemConnectionMemo. 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) NceTrafficController
SimulatorAdapter. tc
-