ARTS
2.3.1285(git:92a29ea9-dirty)
|
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(...) { __VA_ARGS__ } |
#define | INPUT(...) { __VA_ARGS__ } |
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 33 of file agendas.cc.
Referenced by define_agenda_data(), and MCIPA().
#define INPUT | ( | ... | ) | { __VA_ARGS__ } |
Definition at line 36 of file agendas.cc.
Referenced by define_agenda_data().
#define NAME | ( | x | ) | x |
Definition at line 32 of file agendas.cc.
Referenced by define_agenda_data(), and MCIPA().
#define OUTPUT | ( | ... | ) | { __VA_ARGS__ } |
Definition at line 34 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 InteractiveWorkspace::initialize(), and main().