libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
util_mit.h File Reference
#include <string>
Include dependency graph for util_mit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  libdap
 top level DAP object to house generic methods
 

Functions

string libdap::date_time_str (time_t *calendar, bool local)
 
Double to string conversion functions

Conversions from double to a character representation which gets appended to a string. This function depends on the standard routine sprintf to convert a double to a textual representation which gets appended to the string 'str'.

Parameters
numThe double you wish to append to str.
strThe string where the textual representation of num will be appended.
Returns
void.
time_t libdap::parse_time (const char *str, bool expand)