ARTS  2.3.1285(git:92a29ea9-dirty)
interactive_workspace.cc File Reference
#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
 

Function Documentation

◆ callback_getaway()

void callback_getaway ( Workspace ws,
const MRecord mr 
)

◆ get_wsv_id()

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.

Parameters
[in]nameWSV name
Returns
Index in Workspace
Author
Oliver Lemke

Definition at line 5771 of file workspace.cc.

References get_wsv_id().

Referenced by InteractiveWorkspace::execute_workspace_method().

Variable Documentation

◆ callback_mr

MdRecord callback_mr
Initial value:
= MdRecord("APICallback",
"",
false,
false,
false,
false,
false)
All information for one workspace method.
Definition: methods.h:41
Array< String > ArrayOfString
An array of Strings.
Definition: mystring.h:283

Definition at line 38 of file interactive_workspace.cc.

◆ string_buffer

std::string string_buffer

◆ verbosity_at_launch

Verbosity verbosity_at_launch

The global message verbosity settings:

Definition at line 34 of file messages.cc.