ldas-tools-ldasgen
2.7.2
|
#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"
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_info & | gif_lookup (Text::message_type MT) |
typedef unordered_map< std::string, const char* > site_container_type |
center_helper< std::string::value_type, std::string::traits_type > centered | ( | const std::string & | str | ) |
center_helper< charT, traits > centered | ( | std::basic_string< charT, traits > | str | ) |
|
static |
Format gif image appropriate for log entry.
|
static |
Format gif information for legend section of web pages.
|
static |
std::basic_ostream< charT, traits >& operator<< | ( | std::basic_ostream< charT, traits > & | s, |
const center_helper< charT, traits > & | c | ||
) |