ldas-tools-diskcacheAPI  2.5.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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"

Namespaces

 diskCache
 Maintains a list of commands that are supported.
 
 diskCache::Commands
 

Functions

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)
 usage: set dir_list [ updateMountPtList known_mount_pt_dirs optional_global_check ] More...