ldas-tools-framecpp 3.0.4
|
#include <unistd.h>
#include <memory>
#include <sstream>
#include <string>
#include <boost/shared_array.hpp>
#include <boost/shared_ptr.hpp>
#include "ldastoolsal/MemChecker.hh"
#include "ldastoolsal/CommandLineOptions.hh"
#include "ldastoolsal/unordered_map.hh"
#include "ldastoolsal/fstream.hh"
#include "framecpp/Common/Compression.hh"
#include "framecpp/Common/FrameBuffer.hh"
#include "framecpp/Common/FrameStream.hh"
#include "framecpp/FrVect.hh"
Classes | |
class | CommandLine |
Class to handle command line options for this application. More... | |
Typedefs | |
typedef unordered_map< string, FrVect::compress_type > | compression_mode_map_type |
Functions | |
void | depart (int Status) |
static const compression_mode_map_type & | init_cmm () |
int | main (int ArgC, char **ArgV) |
Variables | |
const compression_mode_map_type & | CompressionModeMap = init_cmm( ) |
typedef unordered_map< string, FrVect::compress_type > compression_mode_map_type |
|
inline |
|
static |
int main | ( | int | ArgC, |
char ** | ArgV ) |
const compression_mode_map_type& CompressionModeMap = init_cmm( ) |