|
ldas-tools-framecpp 3.0.4
|
#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"
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 | |
| namespace | anonymous_namespace{FrTransform.cc} |
Macros | |
| #define | DEFAULT_BUFFER_SIZE 256 |
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) |
| #define DEFAULT_BUFFER_SIZE 256 |
|
inline |
| int main | ( | int | ArgC, |
| char ** | ArgV ) |