src/hcode/btech/floatsim.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define INT_DECIMAL_BITS   8
#define SHO_DECIMAL_BITS   5
#define FSIM2INT(a)   ((a) >> INT_DECIMAL_BITS)
#define FSIM2SHO(a)   ((a) >> SHO_DECIMAL_BITS)
#define INT2FSIM(a)   ((a) << INT_DECIMAL_BITS)
#define SHO2FSIM(a)   ((a) << SHO_DECIMAL_BITS)


Define Documentation

#define FSIM2INT (  )     ((a) >> INT_DECIMAL_BITS)

Definition at line 27 of file floatsim.h.

#define FSIM2SHO (  )     ((a) >> SHO_DECIMAL_BITS)

Definition at line 28 of file floatsim.h.

#define INT2FSIM (  )     ((a) << INT_DECIMAL_BITS)

Definition at line 29 of file floatsim.h.

#define INT_DECIMAL_BITS   8

Definition at line 20 of file floatsim.h.

#define SHO2FSIM (  )     ((a) << SHO_DECIMAL_BITS)

Definition at line 30 of file floatsim.h.

Referenced by UpdateHeading().

#define SHO_DECIMAL_BITS   5

Definition at line 23 of file floatsim.h.


Generated on Mon May 28 04:25:34 2007 for BattletechMUX by  doxygen 1.4.7