ARTS
2.2.66
|
Initialize lookup data for agendas. More...
#include "agenda_record.h"
Go to the source code of this file.
Namespaces | |
global_data | |
Macros | |
#define | NAME(x) x |
#define | DESCRIPTION(x) x |
#define | OUTPUT MakeArray<String> |
#define | INPUT MakeArray<String> |
Functions | |
void | define_agenda_data () |
Initialize lookup data for agendas.
The lookup data mainly contains information on the required output and input.
Definition in file agendas.cc.
#define DESCRIPTION | ( | x | ) | x |
Definition at line 35 of file agendas.cc.
Referenced by define_agenda_data(), MCIPA(), and mcPathTraceGeneral().
Definition at line 37 of file agendas.cc.
Referenced by define_agenda_data().
#define NAME | ( | x | ) | x |
Definition at line 34 of file agendas.cc.
Referenced by define_agenda_data(), MCIPA(), and mcPathTraceGeneral().
Definition at line 36 of file agendas.cc.
Referenced by define_agenda_data().
void define_agenda_data | ( | ) |
Definition at line 44 of file agendas.cc.
References global_data::agenda_data, DESCRIPTION, INPUT, NAME, and OUTPUT.
Referenced by main().