|
ARTS
2.4.0(git:4fb77825)
|
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... | |
Representation of ARTS WSVs.
Definition at line 44 of file arts_api.h.
| const char* VariableStruct::description |
| long VariableStruct::group |
The Index value representing the group this variable belongs to.
Definition at line 50 of file arts_api.h.
| const char* VariableStruct::name |
Pointer to the c_str of the name of the variable.
Definition at line 46 of file arts_api.h.