ARTS
2.3.1285(git:92a29ea9-dirty)
|
Declarations for AgRecord, storing lookup information for one agenda. More...
Go to the source code of this file.
Classes | |
class | AgRecord |
Lookup information for one agenda. More... | |
Functions | |
void | define_agenda_data () |
void | define_agenda_map () |
bool | check_agenda_data () |
Check that agendas.cc and workspace.cc are consistent. More... | |
void | write_agenda_wrapper_header (ofstream &ofs, const AgRecord &agr, bool is_agenda_array) |
Write a agenda wrapper header. More... | |
ostream & | operator<< (ostream &os, const AgRecord &agr) |
Output operator for AgRecord. More... | |
Declarations for AgRecord, storing lookup information for one agenda.
Definition in file agenda_record.h.
bool check_agenda_data | ( | ) |
Check that agendas.cc and workspace.cc are consistent.
This functions makes sure, that there is a matching entry in both lookup tables for each agenda.
If the function returns at all, it will return true. The return value is only there so that we can put the function call in an assert statement.
Definition at line 115 of file agenda_record.cc.
References global_data::agenda_data, global_data::AgendaMap, DEBUG_ONLY, and i.
Referenced by InteractiveWorkspace::initialize(), and main().
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().
void define_agenda_map | ( | ) |
Definition at line 95 of file agenda_record.cc.
References global_data::agenda_data, global_data::AgendaMap, and i.
Referenced by InteractiveWorkspace::initialize(), and main().
ostream& operator<< | ( | ostream & | os, |
const AgRecord & | agr | ||
) |
Output operator for AgRecord.
os | Output stream. |
agr | Agenda record. |
Definition at line 177 of file agenda_record.cc.
References AgRecord::Description(), i, AgRecord::In(), AgRecord::Name(), Array< base >::nelem(), AgRecord::Out(), and Workspace::wsv_data.
void write_agenda_wrapper_header | ( | ofstream & | ofs, |
const AgRecord & | agr, | ||
bool | is_agenda_array | ||
) |
Write a agenda wrapper header.
ofs | The stream to write to. |
agr | Agenda record. |
Definition at line 270 of file agenda_record.cc.
References AgRecord::In(), AgRecord::Name(), AgRecord::Out(), Workspace::wsv_data, and global_data::wsv_group_names.
Referenced by main().