public class Variable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FORMAT_1_BIT |
static int |
FORMAT_16_BITS |
static int |
FORMAT_32_BITS |
static int |
FORMAT_8_BITS |
Constructor and Description |
---|
Variable(java.lang.Integer id,
java.lang.Integer format) |
Variable(java.lang.Integer id,
java.lang.Integer format,
java.lang.Integer nb) |
Variable(java.lang.Integer id,
java.lang.Integer format,
java.lang.Integer nb,
int freqInMilliSeconds) |
Modifier and Type | Method and Description |
---|---|
static Variable |
BIT(int id) |
static Variable |
FLOAT(int id) |
int |
getAcqFreq() |
java.lang.Integer |
getFormat() |
java.lang.Integer |
getID() |
java.lang.Integer |
getNumberOfWords() |
int |
getQuantity() |
int |
getSizeOfWordInBytes() |
int |
getTotalSizeInBytes() |
static Variable |
INT16(int id) |
static Variable |
INT32(int id) |
static Variable |
INT32ARRAY(int id,
int size) |
static Variable |
INT8(int id) |
void |
setAcqFreq(int acqFreq) |
void |
setFormat(int format) |
void |
setID(int ID) |
void |
setQuantity(int quantity) |
java.lang.String |
toString() |
static Variable |
UINT32(int id) |
public static final int FORMAT_1_BIT
public static final int FORMAT_8_BITS
public static final int FORMAT_16_BITS
public static final int FORMAT_32_BITS
public Variable(java.lang.Integer id, java.lang.Integer format, java.lang.Integer nb, int freqInMilliSeconds)
public Variable(java.lang.Integer id, java.lang.Integer format)
public Variable(java.lang.Integer id, java.lang.Integer format, java.lang.Integer nb)
public java.lang.Integer getID()
public java.lang.Integer getNumberOfWords()
public int getSizeOfWordInBytes()
public java.lang.Integer getFormat()
public int getAcqFreq()
public int getTotalSizeInBytes()
public java.lang.String toString()
toString
in class java.lang.Object
public static Variable INT32(int id)
public static Variable INT16(int id)
public static Variable INT8(int id)
public static Variable BIT(int id)
public static Variable INT32ARRAY(int id, int size)
public void setID(int ID)
public void setAcqFreq(int acqFreq)
public int getQuantity()
public void setFormat(int format)
public void setQuantity(int quantity)
public static Variable UINT32(int id)
public static Variable FLOAT(int id)