ldas-tools-framecpp  2.5.8
Macros | Typedefs | Functions
FrSample.cc File Reference
#include <algorithm>
#include <iostream>
#include <set>
#include <sstream>
#include <stdexcept>
#include <string>
#include <vector>
#include "ldastoolsal/MemChecker.hh"
#include "ldastoolsal/autoarray.hh"
#include "ldastoolsal/CommandLineOptions.hh"
#include "ldastoolsal/fstream.hh"
#include "ldastoolsal/gpstime.hh"
#include "ldastoolsal/types.hh"
#include "framecpp/Common/FrameSpec.hh"
#include "framecpp/Common/CheckSum.hh"
#include "framecpp/Common/IOStream.hh"
#include "framecpp/Common/FrameBuffer.hh"
#include "framecpp/Common/FrameStream.hh"
#include "framecpp/FrameCPP.hh"
#include "framecpp/FrameH.hh"
#include "framecpp/FrAdcData.hh"
#include "framecpp/FrRawData.hh"
#include "framecpp/FrVect.hh"
#include "framecpp/Dimension.hh"
#include "FrSample.hh"
#include "FrSample3.tcc"
#include "FrSample4.tcc"
#include "FrSample6.tcc"
#include "FrSample7.tcc"
#include "FrSample8.tcc"

Macros

#define DATA_TYPE(A)
 

Typedefs

typedef LDASTools::AL::CommandLineOptions CommandLineOptions
 
typedef CommandLineOptions::Option Option
 
typedef CommandLineOptions::OptionSet OptionSet
 
typedef std::set< std::string > channel_set_type
 
typedef SharedPtr< FrameHframe_h_type
 
typedef SharedPtr< FrAdcDatafr_adc_data_type
 
typedef SharedPtr< FrRawDatafr_raw_data_type
 
typedef SharedPtr< FrVectfr_vect_type
 

Functions

void test_frame (int Version)
 
void depart (int ExitCode)
 
int main (int ArgC, char *ArgV[])
 

Macro Definition Documentation

◆ DATA_TYPE

#define DATA_TYPE (   A)
Value:
template< > \
std::string \
data_type< A >( ) \
{ \
return #A; \
}

Typedef Documentation

◆ channel_set_type

typedef std::set<std::string> channel_set_type

◆ CommandLineOptions

typedef LDASTools::AL::CommandLineOptions CommandLineOptions

◆ fr_adc_data_type

typedef SharedPtr< FrAdcData > fr_adc_data_type

◆ fr_raw_data_type

typedef SharedPtr< FrRawData > fr_raw_data_type

◆ fr_vect_type

typedef SharedPtr< FrVect > fr_vect_type

◆ frame_h_type

typedef SharedPtr< FrameH > frame_h_type

◆ 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[] 
)

◆ test_frame()

void test_frame ( int  Version)