Package jmri.jmrix.powerline.cm11
Class SpecificTrafficController
java.lang.Object
jmri.jmrix.AbstractMRTrafficController
jmri.jmrix.powerline.SerialTrafficController
jmri.jmrix.powerline.cm11.SpecificTrafficController
- All Implemented Interfaces:
SerialInterface
Converts Stream-based I/O to/from messages. The "SerialInterface" side
sends/receives message objects.
The connection to a SerialPortController is via a pair of *Streams, which then carry sequences of characters for transmission. Note that this processing is handled in an independent thread.
This maintains a list of nodes, but doesn't currently do anything with it.
-
Nested Class Summary
Nested classes/interfaces inherited from class jmri.jmrix.AbstractMRTrafficController
AbstractMRTrafficController.RcvNotifier, AbstractMRTrafficController.XmtNotifier -
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean(package private) boolean(package private) int(package private) booleanFields inherited from class jmri.jmrix.powerline.SerialTrafficController
logDebug, memoFields inherited from class jmri.jmrix.AbstractMRTrafficController
allowUnexpectedReply, AUTORETRYSTATE, cmdListeners, connectionError, controller, flushReceiveChars, IDLESTATE, istream, listenerQueue, maxRcvExceptionCount, mCurrentMode, mCurrentState, mLastSender, msgQueue, mWaitBeforePoll, NORMALMODE, NOTIFIEDSTATE, OKSENDMSGSTATE, ostream, POLLSTATE, PROGRAMINGMODE, rcvException, rcvThread, replyInDispatch, threadStopRequest, timeoutFlag, timeouts, WAITMSGREPLYSTATE, WAITREPLYINNORMMODESTATE, WAITREPLYINPROGMODESTATE, waitTimePoll, xmtException, xmtRunnable, xmtThread -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecific class override of the Serial classprotected voidforwardToPort(AbstractMRMessage m, AbstractMRListener reply) Actually transmit the next message to the port.intThis system provides 22 dim stepsgetSerialMessage(int length) Get a message of a specific length for filling in.protected AbstractMRReplynewReply()Specific class override of the Serial classvoidSend a sequence of X10 messagesMethods inherited from class jmri.jmrix.powerline.SerialTrafficController
addSerialListener, enterNormalMode, enterProgMode, enterProgModeDelayTime, forwardMessage, forwardReply, getAdapterMemo, getSensorManager, pollMessage, pollReplyHandler, removeSerialListener, sendDmxSequence, sendInsteonSequence, sendSerialMessage, setAdapterMemo, setSensorManagerMethods inherited from class jmri.jmrix.AbstractMRTrafficController
addConsoleListener, addHeaderToOutput, addListener, addTrailerToOutput, canReceive, connectionWarn, connectPort, disconnectPort, distributeReply, getLastSender, getPortName, getSynchronizeRx, handleOneIncomingReply, handleTimeout, hasTimeouts, lengthOfByteStream, loadChars, newRcvNotifier, notifyMessage, notifyReply, portReadyToSend, portWarn, portWarnTCP, programmerIdle, readByteProtected, receiveLoop, recovery, removeListener, reportReceiveLoopException, resetTimeout, sendMessage, setAllowUnexpectedReply, setSynchronizeRx, status, terminate, terminateThreads, transmitLoop, transmitWait, unexpectedReplyStateError, waitForStartOfReply, warnOnTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jmri.jmrix.powerline.SerialInterface
status
-
Field Details
-
sendInterlock
boolean sendInterlock -
expectLength
boolean expectLength -
countingBytes
boolean countingBytes -
remainingBytes
int remainingBytes
-
-
Constructor Details
-
SpecificTrafficController
-
-
Method Details
-
sendX10Sequence
Send a sequence of X10 messagesMakes them into the local messages and then queues in order
- Overrides:
sendX10Sequencein classSerialTrafficController- Parameters:
s- sequence to sendl- listener for reply
-
getNumberOfIntensitySteps
This system provides 22 dim steps- Overrides:
getNumberOfIntensityStepsin classSerialTrafficController- Returns:
- By default, dimming not available.
-
getSerialMessage
Get a message of a specific length for filling in.- Overrides:
getSerialMessagein classSerialTrafficController- Parameters:
length- message size- Returns:
- null
-
forwardToPort
Description copied from class:AbstractMRTrafficControllerActually transmit the next message to the port.- Overrides:
forwardToPortin classSerialTrafficController- Parameters:
m- the message to sendreply- the Listener sending the message, often provided as 'this'- See Also:
-
newReply
Specific class override of the Serial class- Overrides:
newReplyin classSerialTrafficController
-
endOfMessage
Specific class override of the Serial class- Overrides:
endOfMessagein classSerialTrafficController
-