ldas-tools-ldasgen  2.7.2
Classes | Namespaces | Typedefs | Functions
LogText.cc File Reference
#include "ldasgen_config.h"
#include <assert.h>
#include <netdb.h>
#include <cctype>
#include <cstdio>
#include <ctime>
#include <algorithm>
#include <string>
#include <iostream>
#include <iomanip>
#include "ldastoolsal/unordered_map.hh"
#include "ldastoolsal/gpstime.hh"
#include "ldastoolsal/System.hh"
#include "genericAPI/LogText.hh"
#include "genericAPI/Logging.hh"
#include "genericAPI/LDASplatform.hh"
Include dependency graph for LogText.cc:

Classes

class  center_helper< charT, traits >
 
struct  gif_info
 

Namespaces

 GenericAPI
 
 GenericAPI::Log
 

Typedefs

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

Functions

template<typename charT , typename traits = std::char_traits< charT >>
center_helper< charT, traits > centered (std::basic_string< charT, traits > str)
 
center_helper< std::string::value_type, std::string::traits_type > centered (const std::string &str)
 
template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< (std::basic_ostream< charT, traits > &s, const center_helper< charT, traits > &c)
 
static const std::string gif_html (Text::message_type MT, const LDASTools::AL::GPSTime &TimeStamp)
 Format gif image appropriate for log entry. More...
 
static const std::string gif_legend (Text::message_type MT)
 Format gif information for legend section of web pages. More...
 
static const gif_infogif_lookup (Text::message_type MT)
 

Typedef Documentation

◆ site_container_type

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

Function Documentation

◆ centered() [1/2]

center_helper< std::string::value_type, std::string::traits_type > centered ( const std::string &  str)

◆ centered() [2/2]

template<typename charT , typename traits = std::char_traits< charT >>
center_helper< charT, traits > centered ( std::basic_string< charT, traits >  str)

◆ gif_html()

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

Format gif image appropriate for log entry.

◆ gif_legend()

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

Format gif information for legend section of web pages.

◆ gif_lookup()

static const gif_info& gif_lookup ( Text::message_type  MT)
static

◆ operator<<()

template<typename charT , typename traits >
std::basic_ostream< charT, traits >& operator<< ( std::basic_ostream< charT, traits > &  s,
const center_helper< charT, traits > &  c 
)