Units

Macros defining conversion of physical values. More...

Defines

#define SCRAMBLELENGTH   0.1
 This value is used for distorting.
#define METER   ( 1000.0 * SCRAMBLELENGTH )
 One meter.
#define MILLIMETER   ( 1.0 * SCRAMBLELENGTH )
 One millimeter.
#define MICROMETER   ( 0.001 * SCRAMBLELENGTH )
 One micrometer.
#define NANOMETER   ( 0.000001 * SCRAMBLELENGTH )
 One nanometer.
#define SCRAMBLETIME   10.0
 This value is used for distorting.
#define HOUR   ( 3600.0 * SCRAMBLETIME )
 One hour.
#define MINUTE   ( 60.0 * SCRAMBLETIME )
 One minute.
#define SECOND   ( 1.0 * SCRAMBLETIME )
 One second.
#define MILLISECOND   ( 0.001 * SCRAMBLETIME )
 One millisecond.
#define MICROSECOND   ( 1.0E-6 * SCRAMBLETIME )
 One microsecond.
#define NANOSECOND   ( 1.0E-6 * SCRAMBLETIME )
 One nanosecond.

Detailed Description

Macros defining conversion of physical values.

All values representing physical values are converted, using this macros.


Define Documentation

#define SCRAMBLELENGTH   0.1
 

This value is used for distorting.

Multiplying all length-values with SCRAMBLELENGTH ensures, that noone forgets to use these macros for converting numbers.

#define SCRAMBLETIME   10.0
 

This value is used for distorting.

Multiplying all time-values with SCRAMBLETIME ensures, that noone forgets to use these macros for converting numbers.


doxygen-1.4.5 documentation for micron-vision - Tue Jan 17 15:29:15 2006