ldas-tools-framecpp 2.8.1
Classes | Typedefs | Functions | Variables
Compressor.cc File Reference
#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"
Include dependency graph for Compressor.cc:

Classes

class  CommandLine
 Class to handle command line options for this application. More...
 

Typedefs

typedef LDASTools::AL::CommandLineOptions CommandLineOptions
 
typedef CommandLineOptions::Option Option
 
typedef CommandLineOptions::OptionSet OptionSet
 
typedef unordered_map< string, FrVect::compress_type > compression_mode_map_type
 

Functions

void depart (int Status)
 
static const compression_mode_map_typeinit_cmm ()
 
int main (int ArgC, char **ArgV)
 

Variables

const compression_mode_map_typeCompressionModeMap = init_cmm( )
 

Typedef Documentation

◆ CommandLineOptions

typedef LDASTools::AL::CommandLineOptions CommandLineOptions

◆ compression_mode_map_type

typedef unordered_map< string, FrVect::compress_type > compression_mode_map_type

◆ Option

typedef CommandLineOptions::Option Option

◆ OptionSet

typedef CommandLineOptions::OptionSet OptionSet

Function Documentation

◆ depart()

void depart ( int  Status)
inline

◆ init_cmm()

static const compression_mode_map_type & init_cmm ( )
static
Todo:
This needs to be version specific

◆ main()

int main ( int  ArgC,
char **  ArgV 
)

Variable Documentation

◆ CompressionModeMap

const compression_mode_map_type& CompressionModeMap = init_cmm( )