ldas-tools-framecpp 3.0.4
 
Loading...
Searching...
No Matches
framecmp.cc File Reference
#include <iostream>
#include <iomanip>
#include <map>
#include <sstream>
#include <string>
#include <boost/program_options.hpp>
#include <boost/shared_ptr.hpp>
#include "framecpp/FrameH.hh"
#include "framecpp/FrVect.hh"
#include "framecpp/FrRawData.hh"
#include "framecpp/FrAdcData.hh"
#include "framecpp/FrProcData.hh"
#include "framecpp/GPSTime.hh"
#include "framecpp/IFrameStream.hh"
Include dependency graph for framecmp.cc:

Classes

class  CmpStream
 
class  IFrameFStream
 

Typedefs

typedef boost::shared_ptr< FrameCPP::FrVectfrvect_pointer
 
typedef FrameH::dt_type Interval
 
typedef pair< frvect_pointer, frvect_pointerListData
 
typedef map< std::string, ListDataScanList
 
typedef ScanList::iterator ScanIter
 
typedef Version::FrAdcData FrAdcData
 
typedef Version::FrameH FrameH
 
typedef Version::FrProcData FrProcData
 
typedef Version::FrRawData FrRawData
 
typedef Version::FrVect FrVect
 
typedef Version::GPSTime GPSTime
 

Functions

static bool Almost (const GPSTime &t1, const GPSTime &t2, GPSTime::seconds_type dT=1)
 
void dump (frvect_pointer v, int ov=0, frvect_pointer x=vnull, int ox=0, int nByte=0, bool diff_only=true)
 
int main (int argc, const char *argv[])
 

Variables

static int verbose = 0
 
static frvect_pointer vnull
 

Typedef Documentation

◆ FrAdcData

typedef Version_9::FrAdcData FrameCPP::FrAdcData

◆ FrameH

typedef Version_9::FrameH FrameCPP::FrameH

◆ FrProcData

typedef Version_9::FrProcData FrameCPP::FrProcData

◆ FrRawData

typedef Version_9::FrRawData FrameCPP::FrRawData

◆ FrVect

typedef Version_9::FrVect FrameCPP::FrVect

◆ frvect_pointer

typedef boost::shared_ptr< FrameCPP::FrVect > frvect_pointer

◆ GPSTime

typedef Version::GPSTime FrameCPP::GPSTime

◆ Interval

◆ ListData

◆ ScanIter

typedef ScanList::iterator ScanIter

◆ ScanList

typedef map< std::string, ListData > ScanList

Function Documentation

◆ Almost()

static bool Almost ( const GPSTime & t1,
const GPSTime & t2,
GPSTime::seconds_type dT = 1 )
static

◆ dump()

void dump ( frvect_pointer v,
int ov = 0,
frvect_pointer x = vnull,
int ox = 0,
int nByte = 0,
bool diff_only = true )

◆ main()

int main ( int argc,
const char * argv[] )

Variable Documentation

◆ verbose

int verbose = 0
static

◆ vnull

frvect_pointer vnull
static