In file /home/blah/darwin2k/src/d2k/d2kcore/configuration.h:structure for (optionally) adding name and validation information for parameters in a module
-
char* name
- name of the parameter
-
char* description
- short description of parameter (including units)
-
double default_val
- a default value for parameter
-
paramValidFn validateFn
- optional function to check for legal param
-
void* validateFnData
- optional data to pass to validateFn
-
char* componentClassName
- name of component class if this is a component selection parameter
Documentation
structure for (optionally) adding name and validation information
for parameters in a module
- char* name
- name of the parameter
- char* description
- short description of parameter (including units)
- double default_val
- a default value for parameter
- paramValidFn validateFn
- optional function to check for legal param
- void* validateFnData
- optional data to pass to validateFn
- char* componentClassName
- name of component class if this is a component selection parameter
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.