OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
get_ascii_dap4.h
Go to the documentation of this file.
1
2
// -*- mode: c++; c-basic-offset:4 -*-
3
4
// Copyright (c) 2014 OPeNDAP, Inc.
5
// Author: James Gallagher <jgallagher@opendap.org>
6
//
7
// This is free software; you can redistribute it and/or modify it under the
8
// terms of the GNU Lesser General Public License as published by the Free
9
// Software Foundation; either version 2.1 of the License, or (at your
10
// option) any later version.
11
//
12
// This is distributed in the hope that it will be useful, but WITHOUT ANY
13
// WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14
// FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
15
// more details.
16
//
17
// You should have received a copy of the GNU Lesser General Public
18
// License along with this library; if not, write to the Free Software
19
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
//
21
// You can contact OPeNDAP, Inc. at PO Box 112, Saunderstown, RI. 02874-0112.
22
23
#ifndef get_ascii_dap4_h
24
#define get_ascii_dap4_h 1
25
26
namespace
libdap
{
27
class
DMR ;
28
}
29
30
namespace
dap_asciival
{
31
32
void
print_values_as_ascii
(libdap::DMR *dmr, std::ostream &strm);
33
34
}
35
36
#endif // get_ascii_dap4_h
37
libdap
static class NCMLUtil overview
Definition:
BESDapResponseBuilder.h:32
dap_asciival
Definition:
get_ascii.cc:58
dap_asciival::print_values_as_ascii
void print_values_as_ascii(DMR *dmr, ostream &strm)
For each variable in the DMR, write out the CSV/ASCII representation for it's data.
Definition:
get_ascii_dap4.cc:509
modules
dap-server
asciival
get_ascii_dap4.h
Generated by
1.8.9.1