ldas-tools-framecpp 3.0.4
 
Loading...
Searching...
No Matches
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 unordered_map< string, FrVect::compress_type > compression_mode_map_type
 
typedef Version::FrVect FrVect
 

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

◆ compression_mode_map_type

typedef unordered_map< string, FrVect::compress_type > compression_mode_map_type

◆ FrVect

typedef Version_9::FrVect FrameCPP::FrVect

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( )