
Go to the source code of this file.
Enumerations | |
| enum | ObjectType { unknown_type, dods_das, dods_dds, dods_data, dods_error, web_error, dap4_ddx } |
| The type of object in the stream coming from the data server. More... | |
| enum ObjectType |
When a version 2.x or greater DAP data server sends an object, it uses the Content-Description header of the response to indicate the type of object contained in the response. During the parse of the header a member of Connect is set to one of these values so that other mfuncs can tell the type of object without parsing the stream themselves.
enum ObjectType {
unknown_type,
dods_das,
dods_dds,
dods_data,
dods_error,
web_error,
dap4_ddx
};
Definition at line 50 of file ObjectType.h.
1.5.4