ldas-tools-framecpp  2.8.1
Classes | Namespaces | Macros | Typedefs | Enumerations | Functions
FrTransform.cc File Reference
#include <sys/stat.h>
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <algorithm>
#include <iostream>
#include <memory>
#include <stdexcept>
#include "ldastoolsal/MemChecker.hh"
#include "ldastoolsal/CommandLineOptions.hh"
#include "ldastoolsal/Directory.hh"
#include "ldastoolsal/regex.hh"
#include "ldastoolsal/regexmatch.hh"
#include "framecpp/FrameCPP.hh"
#include "framecpp/IFrameStream.hh"
#include "framecpp/OFrameStream.hh"
#include "framecpp/FrRawData.hh"
#include "framecpp/FrAdcData.hh"
#include "framecpp/FrVect.hh"
Include dependency graph for FrTransform.cc:

Classes

struct  param_type
 
class  anonymous_namespace{FrTransform.cc}::TrAdcData
 
class  anonymous_namespace{FrTransform.cc}::TrProcData
 
class  anonymous_namespace{FrTransform.cc}::TrSimData
 
class  CommandLine
 Class to handle command line options for this application. More...
 
struct  CommandLine::regex_sub
 

Namespaces

 anonymous_namespace{FrTransform.cc}
 

Macros

#define DEFAULT_BUFFER_SIZE   256
 

Typedefs

typedef LDASTools::AL::CommandLineOptions CommandLineOptions
 
typedef CommandLineOptions::Option Option
 
typedef CommandLineOptions::OptionSet OptionSet
 

Enumerations

enum  anonymous_namespace{FrTransform.cc}::error_type { anonymous_namespace{FrTransform.cc}::USAGE = 1 , anonymous_namespace{FrTransform.cc}::UNHANDLED_EXCEPTION , anonymous_namespace{FrTransform.cc}::MAX_ERROR = UNHANDLED_EXCEPTION }
 

Functions

std::string anonymous_namespace{FrTransform.cc}::RegexReplace (const std::string &Source, const Regex &Pattern, const std::string &Format)
 
template<class TrData , class TContainer >
void anonymous_namespace{FrTransform.cc}::ReplaceChannelNames (TContainer &List, const Regex &Pattern, const std::string &Format)
 
void depart (int ExitCode)
 
int main (int ArgC, char **ArgV)
 

Macro Definition Documentation

◆ DEFAULT_BUFFER_SIZE

#define DEFAULT_BUFFER_SIZE   256

Typedef Documentation

◆ CommandLineOptions

typedef LDASTools::AL::CommandLineOptions CommandLineOptions

◆ Option

typedef CommandLineOptions::Option Option

◆ OptionSet

typedef CommandLineOptions::OptionSet OptionSet

Function Documentation

◆ depart()

void depart ( int  ExitCode)
inline

◆ main()

int main ( int  ArgC,
char **  ArgV 
)