ldas-tools-framecpp  2.8.1
Classes | Typedefs | Functions
framecpp_fracfg.cc File Reference
#include "ldastoolsal/fstream.hh"
#include "ldastoolsal/CommandLineOptions.hh"
#include "ldastoolsal/MemChecker.hh"
#include "framecpp/Common/FrameBuffer.hh"
#include "framecpp/Version8/FrameStreamPlan.hh"
#include "framecpp/Version7/FrameStreamPlan.hh"
#include "framecpp/Version6/FrameStreamPlan.hh"
#include "framecpp/OFrameStream.hh"
Include dependency graph for framecpp_fracfg.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 std::vector< std::string > filenames_type
 
typedef std::vector< std::string > channels_type
 

Functions

static std::vector< std::string > split (std::string Source, std::string Sep)
 
static void depart (int ExitCode)
 
template<int ID, typename FrameStreamPlan >
void FraCfg (const CommandLine &Options)
 
int main (int ArgC, char *ArgV[])
 

Typedef Documentation

◆ channels_type

typedef std::vector< std::string > channels_type

◆ CommandLineOptions

typedef LDASTools::AL::CommandLineOptions CommandLineOptions

◆ filenames_type

typedef std::vector< std::string > filenames_type

◆ Option

typedef CommandLineOptions::Option Option

◆ OptionSet

typedef CommandLineOptions::OptionSet OptionSet

Function Documentation

◆ depart()

static void depart ( int  ExitCode)
inlinestatic

◆ FraCfg()

template<int ID, typename FrameStreamPlan >
void FraCfg ( const CommandLine Options)

◆ main()

int main ( int  ArgC,
char *  ArgV[] 
)

◆ split()

static std::vector< std::string > split ( std::string  Source,
std::string  Sep 
)
inlinestatic