ldas-tools-diskcacheAPI  2.7.2
Namespaces | Functions
Commands.cc File Reference
#include "ldastoolsal/ldasexception.hh"
#include "genericAPI/Logging.hh"
#include "diskcacheAPI/Cache/QueryAnswer.hh"
#include "diskcacheAPI/Cache/QueryParams.hh"
#include "diskcacheAPI/Cache/SDGTx.hh"
#include "Commands.hh"
#include "MountPointManagerSingleton.hh"
Include dependency graph for Commands.cc:

Namespaces

 anonymous_namespace{Commands.cc}
 
 diskCache
 Maintains a list of commands that are supported.
 
 diskCache::Commands
 

Functions

void anonymous_namespace{Commands.cc}::is_first_scan_complete (const char *const File, int Line)
 
const Cache::SDGTx::file_extension_container_type & diskCache::Commands::FileExtList ()
 usage: set ext_list [ getFileExtList ] More...
 
void diskCache::Commands::getDirCache (diskCache::Cache::QueryAnswer &Answer, const char *Ifo="all", const char *Type="all")
 Get ASCII representation of the current frame hash. More...
 
void diskCache::Commands::getFileNames (diskCache::Cache::QueryAnswer &Answer, const char *ifo_type_str, const INT_4U query_start, const INT_4U query_stop, const std::string &Extension)
 
void diskCache::Commands::getFrameFiles (diskCache::Cache::QueryAnswer &Answer, const char *Ifo, const char *Type, const INT_4U StartTime, const INT_4U StopTime, const std::string &Extension, const bool GapsAllowed)
 
void diskCache::Commands::getIntervalsList (diskCache::Cache::QueryAnswer &Answer, const char *ifo_type_str, const INT_4U query_start, const INT_4U query_stop, const std::string &Extension)
 Get TCL formatted lists of intervals for data matching the specified and Type within the bounds of the query. More...
 
void diskCache::Commands::getRDSFrameFiles (diskCache::Cache::QueryAnswer &Answer, const char *ifo, const char *type, const unsigned int start_time, const unsigned int stop_time, const std::string &Extension, const bool will_resample)
 RDS frame query. More...
 
void diskCache::Commands::updateFileExtList (const diskCache::Cache::SDGTx::file_extension_container_type &Extensions)
 usage: updateFileExtList [ list ] More...
 
void diskCache::Commands::updateMountPtList (MountPointManagerSingleton::UpdateResults &Status, const MountPointManagerSingleton::mount_point_name_container_type &Paths, const bool enable_global_check=false)
 param: const CHAR* dir_list - A list of directories as they appear More...