- All Superinterfaces:
DataElement
Interface for the HLA data type HLAfloat32BE.
-
Method Summary
Methods inherited from interface hla.rti1516e.encoding.DataElement
decode, decode, encode, getEncodedLength, getOctetBoundary, toByteArray
-
Method Details
-
getValue
float getValue()Returns the float value of this element.- Returns:
- float value
-
setValue
void setValue(float value) Sets the float value of this element.- Parameters:
value- new value
-