ldas-tools-diskcacheAPI  2.7.0
Classes | Namespaces | Functions
Commands.hh File Reference
#include <string>
#include "ldastoolsal/ldas_types.h"
#include "diskcacheAPI/Cache/SDGTx.hh"
#include "MountPointManagerSingleton.hh"
Include dependency graph for Commands.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  diskCache::Commands::Timer
 Debug utility to track down execution time. More...
 

Namespaces

 diskCache
 Maintains a list of commands that are supported.
 
 diskCache::Cache
 
 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 unsigned int query_start, const unsigned int query_stop, const std::string &Extension)
 Get filename based on search criteria. More...
 
void diskCache::Commands::getFrameFiles (diskCache::Cache::QueryAnswer &Answer, const char *Ifo, const char *Type, const unsigned int StartTime, const unsigned int StopTime, const std::string &Extension, const bool GapsAllowed)
 Frame query. More...
 
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...