|
ARTS
2.2.66
|
Definition of method description data. More...

Go to the source code of this file.
Namespaces | |
| global_data | |
Macros | |
| #define | NAME(x) x |
| #define | DESCRIPTION(x) x |
| #define | AUTHORS MakeArray<String> |
| #define | OUT MakeArray<String> |
| #define | GOUT MakeArray<String> |
| #define | GOUT_TYPE MakeArray<String> |
| #define | GOUT_DESC MakeArray<String> |
| #define | IN MakeArray<String> |
| #define | GIN MakeArray<String> |
| #define | GIN_TYPE MakeArray<String> |
| #define | GIN_DEFAULT MakeArray<String> |
| #define | GIN_DESC MakeArray<String> |
| #define | SETMETHOD(x) x |
| #define | AGENDAMETHOD(x) x |
| #define | USES_TEMPLATES(x) x |
| #define | PASSWORKSPACE(x) x |
| #define | PASSWSVNAMES(x) x |
Functions | |
| void | define_md_data_raw () |
Definition of method description data.
This file contains only the definition of the function define_md_data, which sets the WSV lookup data. You have to change this function each time you add a new method. See methods.h for more documentation.
Definition in file methods.cc.
| #define AGENDAMETHOD | ( | x | ) | x |
Definition at line 57 of file methods.cc.
Referenced by define_md_data_raw().
Definition at line 46 of file methods.cc.
Referenced by define_md_data_raw(), MCIPA(), and mcPathTraceGeneral().
| #define DESCRIPTION | ( | x | ) | x |
Definition at line 45 of file methods.cc.
Referenced by define_md_data_raw().
Definition at line 52 of file methods.cc.
Referenced by define_md_data_raw(), MCIPA(), and mcPathTraceGeneral().
Definition at line 54 of file methods.cc.
Referenced by define_md_data_raw(), MCIPA(), and mcPathTraceGeneral().
Definition at line 55 of file methods.cc.
Referenced by define_md_data_raw(), MCIPA(), and mcPathTraceGeneral().
Definition at line 53 of file methods.cc.
Referenced by define_md_data_raw(), MCIPA(), and mcPathTraceGeneral().
Definition at line 48 of file methods.cc.
Referenced by define_md_data_raw(), MCIPA(), and mcPathTraceGeneral().
Definition at line 50 of file methods.cc.
Referenced by define_md_data_raw(), MCIPA(), and mcPathTraceGeneral().
Definition at line 49 of file methods.cc.
Referenced by define_md_data_raw(), MCIPA(), and mcPathTraceGeneral().
Definition at line 51 of file methods.cc.
Referenced by define_md_data_raw(), MCIPA(), and mcPathTraceGeneral().
| #define NAME | ( | x | ) | x |
Definition at line 44 of file methods.cc.
Referenced by define_md_data_raw().
Definition at line 47 of file methods.cc.
Referenced by define_md_data_raw(), MCIPA(), and mcPathTraceGeneral().
| #define PASSWORKSPACE | ( | x | ) | x |
Definition at line 59 of file methods.cc.
Referenced by define_md_data_raw().
| #define PASSWSVNAMES | ( | x | ) | x |
Definition at line 60 of file methods.cc.
Referenced by define_md_data_raw().
| #define SETMETHOD | ( | x | ) | x |
Definition at line 56 of file methods.cc.
Referenced by define_md_data_raw().
| #define USES_TEMPLATES | ( | x | ) | x |
Definition at line 58 of file methods.cc.
Referenced by define_md_data_raw().
| void define_md_data_raw | ( | ) |
Definition at line 126 of file methods.cc.
References AGENDAMETHOD, AUTHORS, DESCRIPTION, get_array_groups_as_string(), GIN, GIN_DEFAULT, GIN_DESC, GIN_TYPE, GOUT, GOUT_DESC, GOUT_TYPE, IN, global_data::md_data_raw, NAME, NODEF, OUT, PASSWORKSPACE, PASSWSVNAMES, SETMETHOD, USES_TEMPLATES, and global_data::wsv_group_names.
Referenced by main().