ARTS  1.0.222
Functions | Variables
groups.cc File Reference

Defines workspace variable groups. More...

#include "arts.h"
#include "array.h"
#include "mystring.h"

Go to the source code of this file.

Functions

void define_wsv_group_names ()
 Define the array of workspace variable group names. More...
 

Variables

ArrayOfString wsv_group_names
 

Detailed Description

Defines workspace variable groups.

If you want to add new workspace variable groups you have to do it in this file. This is used by the program make_wsv_group_h to generate the header file wsv_group.h

Author
Stefan Buehler
Date
2000-08-04

Definition in file groups.cc.

Function Documentation

◆ define_wsv_group_names()

void define_wsv_group_names ( )

Define the array of workspace variable group names.

This defines the global variable wsv_group_names. It is used in two different programs:

  1. In arts.
  2. In make_wsv_group_h.
Author
Stefan Buehler
Date
2000-08-04

Definition at line 51 of file groups.cc.

Variable Documentation

◆ wsv_group_names

ArrayOfString wsv_group_names

The names associated with Wsv groups as Strings. See function define_wsv_group_names for more information.

Definition at line 36 of file groups.cc.