ARTS  2.3.1285(git:92a29ea9-dirty)
VariableStruct Struct Reference

Representation of ARTS WSVs. More...

#include <arts_api.h>

Public Attributes

const char * name
 Pointer to the c_str of the name of the variable. More...
 
const char * description
 Pointer to the c_str of the description of the variable. More...
 
long group
 The Index value representing the group this variable belongs to. More...
 

Detailed Description

Representation of ARTS WSVs.

Definition at line 44 of file arts_api.h.

Member Data Documentation

◆ description

const char* VariableStruct::description

Pointer to the c_str of the description of the variable.

Definition at line 48 of file arts_api.h.

◆ group

long VariableStruct::group

The Index value representing the group this variable belongs to.

Definition at line 50 of file arts_api.h.

◆ name

const char* VariableStruct::name

Pointer to the c_str of the name of the variable.

Definition at line 46 of file arts_api.h.

Referenced by get_g_in_nodef().


The documentation for this struct was generated from the following file: