protected static final class MsgDispatcherCore.Output
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
bUseText
Bit which indicates that the text information field of
#sendMsgVaList(int, OS_TimeStamp, String, Va_list) is used. |
(package private) boolean |
dstInDispatcherThread
true if this output is processed in the dispatcher thread,
false if the output is called immediately in the calling thread.
|
(package private) java.lang.String |
name
Short name of the destination, used for
#setOutputRange or #setOutputFromString |
(package private) LogMessage |
outputIfc
The output interface.
|
Modifier | Constructor and Description |
---|---|
protected |
Output() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
java.lang.String name
#setOutputRange
or #setOutputFromString
LogMessage outputIfc
boolean dstInDispatcherThread
boolean bUseText
#sendMsgVaList(int, OS_TimeStamp, String, Va_list)
is used.
This bit is set in the routine MsgDispatcher.setOutputRoutine(int, String, boolean, boolean, LogMessage)
.
It is important especially in fast embedded systems.