#include "elst.h"
#include "params.h"
Go to the source code of this file.
◆ DOT_BAND
◆ END_OF_WERD_CODE
#define END_OF_WERD_CODE 255 |
◆ MAX_NUM_BANDS
◆ NO_LOWER_LIMIT
#define NO_LOWER_LIMIT -9999 |
◆ NO_UPPER_LIMIT
#define NO_UPPER_LIMIT 9999 |
◆ RANGE_IN_BAND
#define RANGE_IN_BAND |
( |
|
band_max, |
|
|
|
band_min, |
|
|
|
range_max, |
|
|
|
range_min |
|
) |
| (((range_min) >= (band_min)) && ((range_max) < (band_max))) |
◆ RANGE_OVERLAPS_BAND
#define RANGE_OVERLAPS_BAND |
( |
|
band_max, |
|
|
|
band_min, |
|
|
|
range_max, |
|
|
|
range_min |
|
) |
| (((range_max) >= (band_min)) && ((range_min) < (band_max))) |
◆ UNDEFINED_BAND
#define UNDEFINED_BAND 99 |