|
ocssw
V2022
|
Go to the source code of this file.
Macros | |
| #define | NMPHFLAGS 4 |
| #define | MPH_FLOAT 0x0001 /* floating aquatic vegetation. */ |
| #define | MPH_CYANO 0x0002 /* Cyanobacteria . */ |
| #define | MPH_ADJ 0x0004 /* Adjacency effect (stray light)*/ |
| #define | MPH_BADINPUT 0x0008 /* Bad Input */ |
| #define | NHABSFLAGS 5 |
| #define | HABS_CLOUD 0x0001 /* Cloud Flag */ |
| #define | HABS_NONWTR 0x0002 /* Not Water */ |
| #define | HABS_SNOWICE 0x0004 /* Snow/Ice */ |
| #define | HABS_ADJ 0x0008 /* Adjacency effect (stray light)*/ |
| #define | HABS_BADINPUT 0x0010 /* Bad Input */ |
Macro Definition Documentation
◆ HABS_ADJ
| #define HABS_ADJ 0x0008 /* Adjacency effect (stray light)*/ |
Definition at line 21 of file mph_flags.h.
◆ HABS_BADINPUT
| #define HABS_BADINPUT 0x0010 /* Bad Input */ |
Definition at line 22 of file mph_flags.h.
◆ HABS_CLOUD
| #define HABS_CLOUD 0x0001 /* Cloud Flag */ |
Definition at line 18 of file mph_flags.h.
◆ HABS_NONWTR
| #define HABS_NONWTR 0x0002 /* Not Water */ |
Definition at line 19 of file mph_flags.h.
◆ HABS_SNOWICE
| #define HABS_SNOWICE 0x0004 /* Snow/Ice */ |
Definition at line 20 of file mph_flags.h.
◆ MPH_ADJ
| #define MPH_ADJ 0x0004 /* Adjacency effect (stray light)*/ |
Definition at line 14 of file mph_flags.h.
◆ MPH_BADINPUT
| #define MPH_BADINPUT 0x0008 /* Bad Input */ |
Definition at line 15 of file mph_flags.h.
◆ MPH_CYANO
| #define MPH_CYANO 0x0002 /* Cyanobacteria . */ |
Definition at line 13 of file mph_flags.h.
◆ MPH_FLOAT
| #define MPH_FLOAT 0x0001 /* floating aquatic vegetation. */ |
Definition at line 12 of file mph_flags.h.
◆ NHABSFLAGS
| #define NHABSFLAGS 5 |
Definition at line 17 of file mph_flags.h.
◆ NMPHFLAGS
| #define NMPHFLAGS 4 |
Definition at line 11 of file mph_flags.h.


