casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Enumerations | Functions
casa::vi::pd_cache Namespace Reference

Classes

class  TimeLevelEntry
 
class  TimeLevelCache
 
class  AntennaLevelCache
 

Enumerations

enum  CacheAccessStatus : int {
  CacheAccessStatus::Hit,
  CacheAccessStatus::MissPrior,
  CacheAccessStatus::MissInternal,
  CacheAccessStatus::MissPost
}
 The namespace pd_cache contains the internal classes to the features provided by PointingDirectionCache. More...
 

Functions

bool timeMatch (double time, double rowsTime, double rowsInterval)
 
bool operator== (double t, const TimeLevelEntry &)
 
bool operator== (const TimeLevelEntry &, double t)
 
bool operator< (double t, const TimeLevelEntry &)
 
bool operator< (const TimeLevelEntry &, double t)
 

Enumeration Type Documentation

The namespace pd_cache contains the internal classes to the features provided by PointingDirectionCache.

Enumerator
Hit 
MissPrior 
MissInternal 
MissPost 

Definition at line 34 of file PointingDirectionCache.h.

Function Documentation

bool casa::vi::pd_cache::operator< ( double  t,
const TimeLevelEntry &   
)
bool casa::vi::pd_cache::operator< ( const TimeLevelEntry &  ,
double  t 
)
bool casa::vi::pd_cache::operator== ( double  t,
const TimeLevelEntry &   
)
bool casa::vi::pd_cache::operator== ( const TimeLevelEntry &  ,
double  t 
)
bool casa::vi::pd_cache::timeMatch ( double  time,
double  rowsTime,
double  rowsInterval 
)