|
ldas-tools-framecpp
2.7.0
|
#include <sys/stat.h>#include <stdio.h>#include <stdlib.h>#include <strings.h>#include <iostream>#include <memory>#include <stdexcept>#include "ldastoolsal/MemChecker.hh"#include "ldastoolsal/CommandLineOptions.hh"#include "ldastoolsal/reverse.hh"#include "framecpp/Common/FrameSpec.hh"#include "framecpp/Common/Verify.hh"#include "framecpp/IFrameStream.hh"
Classes | |
| class | IFrameStream |
| class | CommandLine |
| Class to handle command line options for this application. More... | |
Namespaces | |
| anonymous_namespace{FrVerifyChecksums.cc} | |
Macros | |
| #define | DEFAULT_BUFFER_SIZE 256 |
Typedefs | |
| typedef LDASTools::AL::CommandLineOptions | CommandLineOptions |
| typedef CommandLineOptions::Option | Option |
| typedef CommandLineOptions::OptionSet | OptionSet |
| typedef FrameCPP::Common::FrameBuffer< filebuf > | FrameBuffer |
Enumerations | |
| enum | anonymous_namespace{FrVerifyChecksums.cc}::error_type { anonymous_namespace{FrVerifyChecksums.cc}::MIN_ERROR = VerifyException::MAX_ERROR + 1, anonymous_namespace{FrVerifyChecksums.cc}::USAGE = MIN_ERROR, anonymous_namespace{FrVerifyChecksums.cc}::UNHANDLED_EXCEPTION, anonymous_namespace{FrVerifyChecksums.cc}::MAX_ERROR = UNHANDLED_EXCEPTION } |
Functions | |
| void | depart (int ExitCode) |
| int | main (int ArgC, char **ArgV) |
Variables | |
| static const char * | anonymous_namespace{FrVerifyChecksums.cc}::error_strings [] |
| #define DEFAULT_BUFFER_SIZE 256 |
| typedef LDASTools::AL::CommandLineOptions CommandLineOptions |
| typedef FrameCPP::Common::FrameBuffer< filebuf > FrameBuffer |
| typedef CommandLineOptions::Option Option |
| typedef CommandLineOptions::OptionSet OptionSet |
|
inline |
| int main | ( | int | ArgC, |
| char ** | ArgV | ||
| ) |
1.8.14