ARTS
2.3.1285(git:92a29ea9-dirty)
|
#include "interactive_workspace.h"
#include "matpackI.h"
#include "matpackII.h"
#include "matpackIII.h"
#include "matpackIV.h"
#include "matpackV.h"
#include "matpackVI.h"
#include "matpackVII.h"
#include "methods.h"
#include "workspace_memory_handler.h"
#include "agenda_class.h"
#include "agenda_record.h"
Go to the source code of this file.
Namespaces | |
global_data | |
Functions | |
Index | get_wsv_id (const char *) |
Get index of WSV. More... | |
void | callback_getaway (Workspace &ws, const MRecord &mr) |
Variables | |
Verbosity | verbosity_at_launch |
The global message verbosity settings: More... | |
std::string | string_buffer |
MdRecord | callback_mr |
Definition at line 32 of file interactive_workspace.cc.
References InteractiveWorkspace::execute_callback(), and MRecord::SetValue().
Referenced by InteractiveWorkspace::initialize().
Index get_wsv_id | ( | const char * | name | ) |
Get index of WSV.
Returns the index the Workspace of the given WSV.
Convenience function which can be called from within the debugger because it takes a plain char pointer instead of a String object as input.
[in] | name | WSV name |
Definition at line 5771 of file workspace.cc.
References get_wsv_id().
Referenced by InteractiveWorkspace::execute_workspace_method().
MdRecord callback_mr |
Definition at line 38 of file interactive_workspace.cc.
std::string string_buffer |
Definition at line 22 of file arts_api.cc.
Referenced by InteractiveWorkspace::execute_workspace_method(), get_error(), and method_print_doc().
Verbosity verbosity_at_launch |
The global message verbosity settings:
Definition at line 34 of file messages.cc.