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... | |
|
|
MAX will return the maximum of the a,b pair.
Definition at line 28 of file TxqDefines.h. |
|
|
MIN will return the minimum of the a,b pair.
Definition at line 21 of file TxqDefines.h. |
|
|
SCALE_LINEAR is a linear data scale.
Definition at line 34 of file TxqDefines.h. |
|
|
SCALE_LOG is a log data scale.
Definition at line 39 of file TxqDefines.h. |
Copyright Tech-X Corporation, all rights reserved.