bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
HE5Za.h
1#ifndef _HE5Za_H
2#define _HE5Za_H
3#include "HE5Var.h"
4
5
6struct HE5Za {
7
8 std::string name;
9 std::vector<HE5Dim> dim_list;
10 std::vector<HE5Var> data_var_list;
11
12
13};
14
15#endif
Definition HE5Za.h:6