ldas-tools-frameAPI  3.0.3
Classes | Typedefs | Enumerations | Functions | Variables
createFrameGroupCommon.hh File Reference
#include <list>
#include "ConditionData.hh"
Include dependency graph for createFrameGroupCommon.hh:
This graph shows which files directly or indirectly include this file:

Classes

struct  channel_info_type
 
struct  test_data_type
 

Typedefs

typedef std::list< channel_info_typechannel_list
 

Enumerations

enum  ifo_type { IFO_LHO , IFO_LLO , IFO_MAX }
 
enum  run_type { RUN_S3 , RUN_S4 }
 

Functions

void init_tests ()
 
INT_4U GetReduceStartTime (const ifo_type IFO, const unsigned int Frame)
 
INT_4U GetReduceEndTime (const ifo_type IFO, const unsigned int Frame)
 
INT_4U GetResampleStartTime (const ifo_type IFO, const unsigned int Frame)
 
INT_4U GetResampleEndTime (const ifo_type IFO, const unsigned int Frame)
 
std::string GetFrameName (const ifo_type IFO, const unsigned int Frame)
 
void GetFrameNames (bool Resample, INT_4U StartTime, INT_4U EndTime, const ifo_type IFO, const run_type Run, int Level, std::list< std::string > &Filenames)
 
void GetChannelList (const ifo_type IFO, const run_type Run, int Level, channel_list &Channels)
 

Variables

std::list< test_data_typetest_data
 

Typedef Documentation

◆ channel_list

typedef std::list< channel_info_type > channel_list

Enumeration Type Documentation

◆ ifo_type

enum ifo_type
Enumerator
IFO_LHO 
IFO_LLO 
IFO_MAX 

◆ run_type

enum run_type
Enumerator
RUN_S3 
RUN_S4 

Function Documentation

◆ GetChannelList()

void GetChannelList ( const ifo_type  IFO,
const run_type  Run,
int  Level,
channel_list Channels 
)

◆ GetFrameName()

std::string GetFrameName ( const ifo_type  IFO,
const unsigned int  Frame 
)

◆ GetFrameNames()

void GetFrameNames ( bool  Resample,
INT_4U  StartTime,
INT_4U  EndTime,
const ifo_type  IFO,
const run_type  Run,
int  Level,
std::list< std::string > &  Filenames 
)

◆ GetReduceEndTime()

INT_4U GetReduceEndTime ( const ifo_type  IFO,
const unsigned int  Frame 
)

◆ GetReduceStartTime()

INT_4U GetReduceStartTime ( const ifo_type  IFO,
const unsigned int  Frame 
)

◆ GetResampleEndTime()

INT_4U GetResampleEndTime ( const ifo_type  IFO,
const unsigned int  Frame 
)

◆ GetResampleStartTime()

INT_4U GetResampleStartTime ( const ifo_type  IFO,
const unsigned int  Frame 
)

◆ init_tests()

void init_tests ( )

Variable Documentation

◆ test_data

std::list< test_data_type > test_data
extern