#include <config.h>#include <util/vml/types.h>#include <util/vml/vml.h>#include <util/enum.h>#include <util/defines.h>Go to the source code of this file.
Namespaces | |
| namespace | cps |
Classes | |
| class | cps::DensArg |
Enumerations | |
| enum | DENS_LIM { MAX_DENS_MASSES = 100, MAX_DENS_OBS = 100 } |
Functions | |
| bool_t | vml_DENS_LIM (VML *, char *instance, DENS_LIM *) |
| bool_t | vml_DensArg (VML *, char *instance, DensArg *) |
Variables | |
| vml_enum_map | DENS_LIM_map [] |
|
|
Definition at line 16 of file dens_arg.h. |
|
||||||||||||||||
|
Definition at line 10 of file dens_arg.C. References cps::DENS_LIM_map, enum_t, and cps::vml_enum(). |
|
||||||||||||||||
|
|
Initial value: {
{"DENS_LIM","MAX_DENS_MASSES",MAX_DENS_MASSES},
{"DENS_LIM","MAX_DENS_OBS",MAX_DENS_OBS},
{NULL,NULL,0}
}
Definition at line 16 of file dens_arg.C. Referenced by cps::vml_DENS_LIM(). |
1.3.9.1