ldas-tools-frameAPI  3.0.3
Classes | Typedefs | Functions
ldas_analysis_ready.cc File Reference
#include <string>
#include <utility>
#include <boost/filesystem.hpp>
#include <boost/program_options.hpp>
#include <boost/range/irange.hpp>
#include <boost/regex.hpp>
#include "ldastoolsal/MemChecker.hh"
#include "framecpp/FrameH.hh"
#include "framecpp/FrTOC.hh"
#include "framecpp/FrProcData.hh"
#include "framecpp/FrRawData.hh"
#include "framecpp/FrTable.hh"
#include "framecpp/FrVect.hh"
#include "framecpp/GPSTime.hh"
#include "framecpp/IFrameStream.hh"
#include "framecpp/OFrameStream.hh"
#include "genericAPI/Logging.hh"
#include "genericAPI/LogText.hh"
#include "frameAPI/filereader.hh"
#include "CalibrationVector.hh"
#include "Intervals.hh"
Include dependency graph for ldas_analysis_ready.cc:

Classes

class  CommandLine
 
struct  glob_type
 

Typedefs

typedef boost::program_options::options_description options_type
 

Functions

template<typename Type >
void find_analysis_ready_intervals (FrameCPP::FrVect::data_type Data, INT_4U Elements, Type Mask, INT_4U GPSStartTime, INT_4U SamplesPerSecond, FrameAPI::interval_container_type &ExistingIntervals)
 
void find_analysis_ready_intervals (INT_4U GPSStartSecond, FrameCPP::FrAdcData::data_type const &Data, CommandLine const &Options, FrameAPI::interval_container_type &ExistingIntervals)
 
void find_analysis_ready_intervals (std::string const &file_name, CommandLine const &Options, FrameAPI::interval_container_type &ExistingIntervals)
 
int main (int ArgC, char **ArgV)
 

Typedef Documentation

◆ options_type

typedef boost::program_options::options_description options_type

Function Documentation

◆ find_analysis_ready_intervals() [1/3]

template<typename Type >
void find_analysis_ready_intervals ( FrameCPP::FrVect::data_type  Data,
INT_4U  Elements,
Type  Mask,
INT_4U  GPSStartTime,
INT_4U  SamplesPerSecond,
FrameAPI::interval_container_type ExistingIntervals 
)

◆ find_analysis_ready_intervals() [2/3]

void find_analysis_ready_intervals ( INT_4U  GPSStartSecond,
FrameCPP::FrAdcData::data_type const &  Data,
CommandLine const &  Options,
FrameAPI::interval_container_type ExistingIntervals 
)

◆ find_analysis_ready_intervals() [3/3]

void find_analysis_ready_intervals ( std::string const &  file_name,
CommandLine const &  Options,
FrameAPI::interval_container_type ExistingIntervals 
)

◆ main()

int main ( int  ArgC,
char **  ArgV 
)