ldas-tools-framecpp  2.5.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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< FrameH > frame_h_type
 
typedef SharedPtr< FrAdcData > fr_adc_data_type
 
typedef SharedPtr< FrRawData > fr_raw_data_type
 
typedef SharedPtr< FrVect > fr_vect_type
 

Functions

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

Macro Definition Documentation

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

Typedef Documentation

typedef std::set<std::string> channel_set_type
typedef LDASTools::AL::CommandLineOptions CommandLineOptions
typedef SharedPtr< FrAdcData > fr_adc_data_type
typedef SharedPtr< FrRawData > fr_raw_data_type
typedef SharedPtr< FrVect > fr_vect_type
typedef SharedPtr< FrameH > frame_h_type
typedef CommandLineOptions::Option Option
typedef CommandLineOptions::OptionSet OptionSet

Function Documentation

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