casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Functions
VLAT.h File Reference

Go to the source code of this file.

Classes

class  casa::asyncio::VlatFunctor
 VlatFunctor is an abstract class for functor objects used to encapsulate the various filling methods (e.g., fillVis, fillAnt1, etc.). More...
class  casa::asyncio::VlatFunctor0< Ret, VbType >
class  casa::asyncio::VlatFunctor1< Ret, Arg >
class  casa::asyncio::VLAT
 VLAT is the Visibility LookAhead Thread. This thread advances a visibility iterator and fills the data indicated by the visibility iterator into the VlaData buffer ring. More...
class  casa::asyncio::VLAT::FillerDictionary
class  casa::asyncio::VLAT::SweepTerminated
class  casa::asyncio::VlatAndData

Namespaces

namespace  casa
 this file contains all the compiler specific defines
namespace  casa::asyncio

Functions

template<typename Ret , typename VbType >
VlatFunctor0< Ret, VbType > * casa::asyncio::vlatFunctor0 (Ret(VbType::*f)())
template<typename Ret , typename Arg >
VlatFunctor1< Ret, Arg > * casa::asyncio::vlatFunctor1 (Ret(VisBuffer::*f)(Arg), Arg i)