ldas-tools-framecpp
2.6.4
|
#include <algorithm>
#include <iostream>
#include <set>
#include <sstream>
#include <stdexcept>
#include <string>
#include <vector>
#include <boost/shared_array.hpp>
#include <boost/shared_ptr.hpp>
#include "ldastoolsal/MemChecker.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 boost::shared_ptr< FrameH > | frame_h_type |
typedef boost::shared_ptr< FrAdcData > | fr_adc_data_type |
typedef boost::shared_ptr< FrRawData > | fr_raw_data_type |
typedef boost::shared_ptr< FrVect > | fr_vect_type |
Functions | |
void | test_frame (int Version) |
void | depart (int ExitCode) |
int | main (int ArgC, char *ArgV[]) |
#define DATA_TYPE | ( | A | ) |
typedef std::set< std::string > channel_set_type |
typedef LDASTools::AL::CommandLineOptions CommandLineOptions |
typedef boost::shared_ptr< FrAdcData > fr_adc_data_type |
typedef boost::shared_ptr< FrRawData > fr_raw_data_type |
typedef boost::shared_ptr< FrVect > fr_vect_type |
typedef boost::shared_ptr< FrameH > frame_h_type |
typedef CommandLineOptions::Option Option |
typedef CommandLineOptions::OptionSet OptionSet |
|
inline |
int main | ( | int | ArgC, |
char * | ArgV[] | ||
) |
void test_frame | ( | int | Version | ) |