Endian Conversion
[Platform Abstraction]


Functions

UInt16 convertLSB (UInt16 x)
UInt32 convertLSB (UInt32 x)
Float convertLSB (Float x)
UInt16 convertMSB (UInt16 x)
UInt32 convertMSB (UInt32 x)
Float convertMSB (Float x)

Function Documentation

Float convertLSB Float    x [inline]
 

Convert between native and LSB representations of 32 bit floating point values.

UInt32 convertLSB UInt32    x [inline]
 

Convert between native and LSB representations of 32 bit integers.

UInt16 convertLSB UInt16    x [inline]
 

Convert between native and LSB representations of 16 bit integers.

Float convertMSB Float    x [inline]
 

Convert between native and MSB representations of 32 bit floating point values.

UInt32 convertMSB UInt32    x [inline]
 

Convert between native and MSB representations of 32 bit integers.

UInt16 convertMSB UInt16    x [inline]
 

Convert between native and MSB representations of 16 bit integers.


Flat Four Engine
Copyright (C) 2001 by 379, Inc.
This page generated by Doxygen