ldas-tools-ldasgen  2.7.2
Classes | Namespaces | Macros | Typedefs | Functions
LogHTML.cc File Reference
#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"
Include dependency graph for LogHTML.cc:

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_infogif_lookup (HTML::message_type MT)
 

Macro Definition Documentation

◆ AI_ADDRCONFIG

#define AI_ADDRCONFIG   0

◆ AI_NUMERICSERV

#define AI_NUMERICSERV   AI_NUMERICHOST

Typedef Documentation

◆ site_container_type

typedef unordered_map< std::string, const char* > site_container_type

Function Documentation

◆ gif_html()

static const std::string gif_html ( HTML::message_type  MT,
const LDASTools::AL::GPSTime &  TimeStamp 
)
static

Format gif image appropriate for log entry.

◆ gif_legend()

static const std::string gif_legend ( HTML::message_type  MT)
static

Format gif information for legend section of web pages.

◆ gif_lookup()

const gif_info& gif_lookup ( HTML::message_type  MT)