public static class MsgItems_h.MsgItem
extends ByteDataAccessBase
0 4 6 8 12 16 20 24 28 +----------------+--------+-------+-------------+----------+----------+----------+----------+ | timeStamp | millis |modeVal| ident | value1 | value2 | value3 | value4 | +----------------+--------+-------+-------------+----------+----------+----------+----------+
org.vishia.msgDispatch.MsgDispatcherCore
.
Modifier and Type | Field and Description |
---|---|
static int |
kIdxAfterLast
Index of the data element
|
static int |
kIdxident
Index of the data element
|
static int |
kIdxmode_typeVal
Index of the data element
|
static int |
kIdxtimeMillisec
Index of the data element
|
static int |
kIdxtimestamp
Index of the data element
|
static int |
kIdxvalues
Index of the data element
|
protected static int |
kSizevalues |
static int |
size_values |
Constructor and Description |
---|
MsgItem()
Constructs the data management class
|
MsgItem(ByteDataAccessBase parent,
int idxChildInParent)
Constructs as a child inside another ByteDataAccess
|
Modifier and Type | Method and Description |
---|---|
int |
get_ident() |
short |
get_mode_typeVal() |
short |
get_timeMillisec() |
int |
get_timestamp() |
int |
get_values(int idx) |
void |
set_ident(int val) |
void |
set_mode_typeVal(short val) |
void |
set_timeMillisec(short val) |
void |
set_timestamp(int val) |
void |
set_values(int val,
int idx) |
protected static final int kSizevalues
public static final int kIdxtimestamp
public static final int kIdxtimeMillisec
public static final int kIdxmode_typeVal
public static final int kIdxident
public static final int kIdxvalues
public static final int kIdxAfterLast
public static final int size_values
public MsgItem()
public MsgItem(ByteDataAccessBase parent, int idxChildInParent)
public void set_timestamp(int val)
public int get_timestamp()
public void set_timeMillisec(short val)
public short get_timeMillisec()
public void set_mode_typeVal(short val)
public short get_mode_typeVal()
public void set_ident(int val)
public int get_ident()
public void set_values(int val, int idx)
public int get_values(int idx)