private static class InspcTargetAccessor.TelgData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) InspcDataExchangeAccess.Inspcitem |
accRxItemStatic |
(package private) InspcDataExchangeAccess.InspcDatagram |
accRxTelgStatic |
(package private) InspcTelgInfoSet |
accTxItemStatic |
(package private) InspcDataExchangeAccess.InspcDatagram |
accTxTelgStatic |
(package private) boolean |
bDebugTelg |
(package private) InspcTargetAccessor.DebugTxRx[] |
debugTxRx
Position of all received items.
|
(package private) int |
nSeqNumber
The current used sequence number.
|
(package private) int |
nSeqNumberTxRx
The sequence number for that datagram which is send and await to receive.
|
(package private) boolean |
oldTarget
The old target starts the answers from 0 and has a step by 2.
|
(package private) long |
rxBitsAnswerMask |
(package private) long |
rxBitsAnswerNr
Up to 64 answer numbers which are received already for the request.
|
(package private) InspcDataExchangeAccess.InspcDatagram[] |
rxDatagram
Up to 128 receive buffers for all datagrams for this sequence number, there may be more as one answer per request.
|
(package private) int |
rxNrofDatagramsForOneSend
Number of received datagrams for 1 sequence.
|
private InspcTargetAccessor.TxBuffer[] |
tx |
private int |
txixFill
Index for
#txBuffer for the currently filled buffer. |
private int |
txixSend
Index for
#txBuffer for the buffer which should be send if it is full. |
Modifier | Constructor and Description |
---|---|
private |
TelgData() |
boolean bDebugTelg
InspcTargetAccessor.DebugTxRx[] debugTxRx
int nSeqNumber
int nSeqNumberTxRx
private final InspcTargetAccessor.TxBuffer[] tx
private int txixFill
#txBuffer
for the currently filled buffer.private int txixSend
#txBuffer
for the buffer which should be send if it is full.boolean oldTarget
InspcDataExchangeAccess.InspcDatagram#getAnswerNr()
==0long rxBitsAnswerNr
long rxBitsAnswerMask
InspcDataExchangeAccess.InspcDatagram[] rxDatagram
int rxNrofDatagramsForOneSend
final InspcDataExchangeAccess.InspcDatagram accTxTelgStatic
final InspcTelgInfoSet accTxItemStatic
final InspcDataExchangeAccess.InspcDatagram accRxTelgStatic
final InspcDataExchangeAccess.Inspcitem accRxItemStatic