Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TxqDefines.h File Reference

Go to the source code of this file.

Defines

#define MIN(a, b)   ((a<b) ? (a) : (b))
 MIN will return the minimum of the a,b pair. More...

#define MAX(a, b)   ((a>b) ? (a) : (b))
 MAX will return the maximum of the a,b pair. More...

#define SCALE_LINEAR   0
 SCALE_LINEAR is a linear data scale. More...

#define SCALE_LOG   1
 SCALE_LOG is a log data scale. More...


Define Documentation

#define MAX( a, b )   ((a>b) ? (a) : (b))
 

MAX will return the maximum of the a,b pair.

Definition at line 28 of file TxqDefines.h.

#define MIN( a, b )   ((a<b) ? (a) : (b))
 

MIN will return the minimum of the a,b pair.

Definition at line 21 of file TxqDefines.h.

#define SCALE_LINEAR   0
 

SCALE_LINEAR is a linear data scale.

Definition at line 34 of file TxqDefines.h.

#define SCALE_LOG   1
 

SCALE_LOG is a log data scale.

Definition at line 39 of file TxqDefines.h.

Copyright Tech-X Corporation, all rights reserved.