casa
5.7.0-16
|
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) |
|
strong |
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.
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 | ||
) |