hla.rti1516.jlc
Interface HLAfloat32LE

All Superinterfaces:
DataElement

public interface HLAfloat32LE
extends DataElement

Interface for the HLA data type HLAinteger32BE.


Method Summary
 void decode(ByteWrapper byteWrapper)
          Decodes this element from the ByteWrapper.
 void encode(ByteWrapper byteWrapper)
          Encodes this element into the specified ByteWrapper.
 int getEncodedLength()
          Returns the size in bytes of this element's encoding.
 int getOctetBoundary()
          Returns the octet boundary of this element.
 float getValue()
          Returns the float value of this element.
 
Methods inherited from interface hla.rti1516.jlc.DataElement
toByteArray
 

Method Detail

getOctetBoundary

int getOctetBoundary()
Description copied from interface: DataElement
Returns the octet boundary of this element.

Specified by:
getOctetBoundary in interface DataElement

encode

void encode(ByteWrapper byteWrapper)
Description copied from interface: DataElement
Encodes this element into the specified ByteWrapper.

Specified by:
encode in interface DataElement

getEncodedLength

int getEncodedLength()
Description copied from interface: DataElement
Returns the size in bytes of this element's encoding.

Specified by:
getEncodedLength in interface DataElement
Returns:
size

decode

void decode(ByteWrapper byteWrapper)
Description copied from interface: DataElement
Decodes this element from the ByteWrapper.

Specified by:
decode in interface DataElement

getValue

float getValue()
Returns the float value of this element.

Returns:
float value