ldas-tools-frameAPI 2.6.6
|
Classes | |
struct | channel_info_type |
struct | test_data_type |
Typedefs | |
typedef std::list< channel_info_type > | channel_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_type > | test_data |
typedef std::list< channel_info_type > channel_list |
enum ifo_type |
enum run_type |
void GetChannelList | ( | const ifo_type | IFO, |
const run_type | Run, | ||
int | Level, | ||
channel_list & | Channels | ||
) |
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 | ||
) |
INT_4U GetReduceEndTime | ( | const ifo_type | IFO, |
const unsigned int | Frame | ||
) |
INT_4U GetReduceStartTime | ( | const ifo_type | IFO, |
const unsigned int | Frame | ||
) |
INT_4U GetResampleEndTime | ( | const ifo_type | IFO, |
const unsigned int | Frame | ||
) |
INT_4U GetResampleStartTime | ( | const ifo_type | IFO, |
const unsigned int | Frame | ||
) |
void init_tests | ( | ) |
|
extern |