|
ldas-tools-frameAPI
2.6.6
|
#include "../src/config.h"#include <unistd.h>#include <cstdlib>#include <map>#include <fstream>#include <sstream>#include "createFrameGroupCommon.hh"#include "TestConfig.h"
Namespaces | |
| anonymous_namespace{createFrameGroupCommon.cc} | |
Typedefs | |
| typedef std::map< int, std::list< channel_info_type > > | anonymous_namespace{createFrameGroupCommon.cc}::channel_level_map |
| typedef std::map< run_type, channel_level_map > | anonymous_namespace{createFrameGroupCommon.cc}::channel_run_map |
| typedef std::map< ifo_type, channel_run_map > | anonymous_namespace{createFrameGroupCommon.cc}::channel_ifo_map |
| typedef std::map< int, std::list< dir_cache_info > > | anonymous_namespace{createFrameGroupCommon.cc}::dir_cache_level_map |
| typedef std::map< run_type, dir_cache_level_map > | anonymous_namespace{createFrameGroupCommon.cc}::dir_cache_run_map |
| typedef std::map< ifo_type, dir_cache_run_map > | anonymous_namespace{createFrameGroupCommon.cc}::dir_cache_ifo_map |
Functions | |
| bool | anonymous_namespace{createFrameGroupCommon.cc}::initialize () |
| void | anonymous_namespace{createFrameGroupCommon.cc}::load_channel_list (std::string AdcDecimateDir, ifo_type IFO, run_type Run, int Level) |
| static std::string | LHO_DATA_DIR ("/imports/data/frames/S3/LHO/frames/") |
| static std::string | LLO_DATA_DIR ("/imports/data/frames/S3/LLO/frames/") |
| static std::string | SFT_DIR ("/scratch/test/frames/S1_sfts_H2TEST_111902/") |
| const unsigned int | framecnt (4) |
| static void | init () |
| 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 (const bool Resample, const INT_4U StartTime, const INT_4U EndTime, const ifo_type IFO, const run_type Run, const int Level, std::list< std::string > &Filenames) |
| void | GetChannelList (const ifo_type IFO, const run_type Run, int Level, channel_list &Channels) |
| void | init_tests () |
Variables | |
| static channel_ifo_map | anonymous_namespace{createFrameGroupCommon.cc}::channel_info |
| static dir_cache_ifo_map | anonymous_namespace{createFrameGroupCommon.cc}::dir_cache |
| static bool | anonymous_namespace{createFrameGroupCommon.cc}::initialized = initialize( ) |
| std::list< test_data_type > | test_data |
| class anonymous_namespace{createFrameGroupCommon.cc}::Data | anonymous_namespace{createFrameGroupCommon.cc}::DataInfo |
| static const char * | lho_dirs [] |
| static const char * | llo_dirs [] |
| static const char * | DATA_DIR [IFO_MAX] |
| int | dataset_values [] |
| int | dataset = -1 |
| const unsigned int framecnt | ( | 4 | ) |
| 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 | ( | const bool | Resample, |
| const INT_4U | StartTime, | ||
| const INT_4U | EndTime, | ||
| const ifo_type | IFO, | ||
| const run_type | Run, | ||
| const 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 | ||
| ) |
|
static |
| void init_tests | ( | ) |
|
static |
|
static |
|
static |
|
static |
| int dataset = -1 |
| int dataset_values[] |
|
static |
|
static |
| std::list< test_data_type > test_data |
1.8.13