ldas-tools-ldasgen
2.7.1
|
#include "ldasgen_config.h"
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
#include <netdb.h>
#include <unistd.h>
#include <cctype>
#include <cstdio>
#include <ctime>
#include <algorithm>
#include "ldastoolsal/unordered_map.hh"
#include "ldastoolsal/gpstime.hh"
#include "ldastoolsal/System.hh"
#include "genericAPI/LogHTML.hh"
#include "genericAPI/Logging.hh"
#include "genericAPI/Stat.hh"
#include "genericAPI/LDASplatform.hh"
Classes | |
struct | gif_info |
Namespaces | |
GenericAPI | |
GenericAPI::Log | |
Macros | |
#define | AI_NUMERICSERV AI_NUMERICHOST |
#define | AI_ADDRCONFIG 0 |
Typedefs | |
typedef unordered_map< std::string, const char *> | site_container_type |
Functions | |
static const std::string | gif_html (HTML::message_type MT, const LDASTools::AL::GPSTime &TimeStamp) |
Format gif image appropriate for log entry. More... | |
static const std::string | gif_legend (HTML::message_type MT) |
Format gif information for legend section of web pages. More... | |
const gif_info & | gif_lookup (HTML::message_type MT) |
#define AI_ADDRCONFIG 0 |
#define AI_NUMERICSERV AI_NUMERICHOST |
typedef unordered_map< std::string, const char* > site_container_type |
|
static |
Format gif image appropriate for log entry.
|
static |
Format gif information for legend section of web pages.
const gif_info& gif_lookup | ( | HTML::message_type | MT | ) |