Package eu.bandm.sig.adlib
Class Conversions.Conversion
java.lang.Object
eu.bandm.sig.adlib.Conversions.Conversion
- Enclosing class:
- Conversions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
float2raw
(float x, byte[] out, int outindex) abstract float
raw2float
(byte[] in, int inindex) abstract int
rawBytes()
boolean
test_float2raw
(float f1) boolean
test_raw2float
(byte[] r1)
-
Constructor Details
-
Conversion
public Conversion()
-
-
Method Details
-
raw2float
public abstract float raw2float(byte[] in, int inindex) -
float2raw
public abstract void float2raw(float x, byte[] out, int outindex) -
rawBytes
public abstract int rawBytes() -
test_raw2float
public boolean test_raw2float(byte[] r1) -
test_float2raw
public boolean test_float2raw(float f1)
-