ldas-tools-framecpp 3.0.4
|
#include <string.h>
#include <unistd.h>
#include <cfloat>
#include <iomanip>
#include <iostream>
#include <list>
#include <memory>
#include <boost/shared_ptr.hpp>
#include "ldastoolsal/MemChecker.hh"
#include "ldastoolsal/CommandLineOptions.hh"
#include "ldastoolsal/types.hh"
#include "framecpp/IFrameStreamPlan.hh"
#include "framecpp/FrameCPP.hh"
#include "framecpp/FrAdcData.hh"
#include "framecpp/FrEvent.hh"
#include "framecpp/FrProcData.hh"
#include "framecpp/FrSerData.hh"
#include "framecpp/FrSimData.hh"
#include "framecpp/FrSimEvent.hh"
#include "framecpp/FrVect.hh"
#include "StandardOptions.hh"
Classes | |
class | channel_name_constructor |
class | CommandLine |
Class to handle command line options for this application. More... |
Typedefs | |
typedef boost::shared_ptr< ::FrameCPP::FrVect > | vector_type |
typedef FrameCPP::FrVect::data_type | data_type |
typedef FrameCPP::FrVect::data_const_pointer_type | data_const_pointer_type |
Enumerations | |
enum | { EXIT_CODE_OK = 0 , EXIT_CODE_UNCAUGHT_EXCEPTION , EXIT_CODE_UNKNOWN_CHANNEL , EXIT_CODE_VECTOR_EXPANSION } |
Functions | |
void | depart (int ExitCode) |
void | dump_vect (vector_type Vect, const CommandLine &Options) |
template<class T> | |
void | dump (const CHAR_U *Source, INT_4U NData) |
template<class T> | |
void | dump (const CHAR_U *Source, INT_4U NData, INT_2S Precision) |
template<> | |
void | dump< CHAR > (const CHAR_U *Source, INT_4U NData) |
template<> | |
void | dump< CHAR_U > (const CHAR_U *Source, INT_4U NData) |
template<> | |
void | dump< REAL_4 > (const CHAR_U *Source, INT_4U NData) |
template<> | |
void | dump< REAL_8 > (const CHAR_U *Source, INT_4U NData) |
void | dump_raw (data_type Data, INT_8U Size) |
int | main (int ArgC, char *ArgV[]) |
Variables | |
int | exit_code = EXIT_CODE_OK |
typedef FrameCPP::FrVect::data_const_pointer_type data_const_pointer_type |
typedef FrameCPP::FrVect::data_type data_type |
typedef boost::shared_ptr< ::FrameCPP::FrVect > vector_type |
anonymous enum |
|
inline |
void dump | ( | const CHAR_U * | Source, |
INT_4U | NData ) |
void dump | ( | const CHAR_U * | Source, |
INT_4U | NData, | ||
INT_2S | Precision ) |
void dump< CHAR > | ( | const CHAR_U * | Source, |
INT_4U | NData ) |
void dump< CHAR_U > | ( | const CHAR_U * | Source, |
INT_4U | NData ) |
void dump< REAL_4 > | ( | const CHAR_U * | Source, |
INT_4U | NData ) |
void dump< REAL_8 > | ( | const CHAR_U * | Source, |
INT_4U | NData ) |
void dump_raw | ( | data_type | Data, |
INT_8U | Size ) |
void dump_vect | ( | vector_type | Vect, |
const CommandLine & | Options ) |
int main | ( | int | ArgC, |
char * | ArgV[] ) |
int exit_code = EXIT_CODE_OK |