XIOS  1.0
Xml I/O Server
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Définitions de type Énumérations Valeurs énumérées Amis Macros
scalar_attribute.conf
Aller à la documentation de ce fichier.
2 DECLARE_ATTRIBUTE(StdString, standard_name)
3 DECLARE_ATTRIBUTE(StdString, long_name)
4 
5 DECLARE_ATTRIBUTE(StdString, comment)
6 
7 DECLARE_ATTRIBUTE(StdString, unit)
8 
9 /* LOCAL and GLOBAL*/
10 DECLARE_ATTRIBUTE(double, value)
11 DECLARE_ATTRIBUTE(StdString, bounds_name)
12 DECLARE_ARRAY(double, 1 , bounds)
13 
14 DECLARE_ATTRIBUTE(StdString, scalar_ref)
15 DECLARE_ATTRIBUTE(int, prec)
16 
17 DECLARE_ENUM4(axis_type, X, Y, Z, T)
18 DECLARE_ENUM2(positive, up, down)
19 DECLARE_ATTRIBUTE(StdString, label)
#define DECLARE_ARRAY(T_num, T_rank, name,...)
#define DECLARE_ATTRIBUTE(type, name,...)
///////////////////////////// Macros ///////////////////////////// ///
std::string StdString
Definition: xios_spl.hpp:48
#define DECLARE_ENUM4(name, arg1, arg2, arg3, arg4)
#define DECLARE_ENUM2(name, arg1, arg2)