|
ldas-tools-frameAPI
2.6.6
|
Classes | |
| struct | file_set_type |
Public Types | |
| enum | set_type { SET_O1_LHO, SET_O1_LLO, SET_S6_LHO, SET_S6_LLO, SET_S5 } |
| typedef INT_4U | start_time_type |
| typedef INT_4U | dt_type |
Public Member Functions | |
| TestSet () | |
| void | AddSet (set_type Set) |
| void | AddSet (const base_filename_container_type &Filename, start_time_type Start, dt_type Dt) |
| void | Find (const Search &SearchDirs, ::RDSFrame::frame_file_container_type &FrameFiles) |
| void | Find (const Search &SearchDirs, FrameAPI::Catalog::stream_source_type &FrameFiles) |
| void | operator() (const std::string &Filename, start_time_type Start, dt_type Dt) |
Static Public Attributes | |
| static const INT_4U | SET_O1_LLO_START = 1133126912 |
| static const INT_4U | SET_O1_LLO_DT = 64 |
| static const INT_4U | SET_O1_LLO_FRAMES = 10 |
| static const char * | DQ [6] |
Private Types | |
| typedef std::list< file_set_type > | file_set_container_type |
Private Member Functions | |
| void | mkset (start_time_type Start, dt_type Dt, int Count, const std::string &Path, const std::string &SiteType) |
Private Attributes | |
| file_set_container_type | file_set |
| typedef INT_4U TestSet::dt_type |
|
private |
| typedef INT_4U TestSet::start_time_type |
| enum TestSet::set_type |
| TestSet::TestSet | ( | ) |
| void TestSet::AddSet | ( | set_type | Set | ) |
| void TestSet::AddSet | ( | const base_filename_container_type & | Filename, |
| start_time_type | Start, | ||
| dt_type | Dt | ||
| ) |
| void TestSet::Find | ( | const Search & | SearchDirs, |
| ::RDSFrame::frame_file_container_type & | FrameFiles | ||
| ) |
| void TestSet::Find | ( | const Search & | SearchDirs, |
| FrameAPI::Catalog::stream_source_type & | FrameFiles | ||
| ) |
|
inlineprivate |
| void TestSet::operator() | ( | const std::string & | Filename, |
| start_time_type | Start, | ||
| dt_type | Dt | ||
| ) |
|
static |
|
private |
|
static |
|
static |
|
static |
1.8.13