OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
W10NNames.h
Go to the documentation of this file.
1 #ifndef D_W10NNames_H
2 #define D_W10NNames_H 1
3 
4 #define W10N_DEBUG_KEY "w10n"
5 
6 #define W10N_META_OBJECT_KEY "w10nMeta"
7 #define W10N_FLATTEN_KEY "w10nFlatten"
8 #define W10N_CALLBACK_KEY "w10nCallback"
9 #define W10N_TRAVERSE_KEY "w10nTraverse"
10 
11 
12 #define SHOW_PATH_INFO_RESPONSE "show.pathInfo"
13 #define SHOW_PATH_INFO_RESPONSE_STR "showPathInfo"
14 
15 #define PATH_INFO_RESPONSE "PathInfo"
16 #define PATH "path"
17 #define VALID_PATH "validPath"
18 #define REMAINDER "remainder"
19 #define IS_DATA "isData"
20 #define IS_FILE "isFile"
21 #define IS_DIR "isDir"
22 
23 #endif // D_W10NNames_H