casa
$Rev:20696$
|
#include <AsynchronousInterface2.h>
Classes | |
class | Timing |
Public Member Functions | |
VlaData (Int maxNBuffers, async::Mutex &mutex) | |
~VlaData () | |
Bool | fillCanStart () const |
void | fillComplete (VlaDatum *datum) |
VlaDatum * | fillStart (Subchunk, const ThreadTimes &fillStartTime) |
ChannelSelection | getChannelSelection () const |
void | initialize (const AsynchronousInterface *) |
void | insertValidChunk (Int chunkNumber) |
void | insertValidSubChunk (Subchunk) |
Bool | isValidChunk (Int chunkNumber) const |
Bool | isValidSubChunk (Subchunk) const |
void | readComplete (Subchunk) |
VisBufferImplAsync2 * | readStart (Subchunk) |
void | resetBufferData () |
void | setNoMoreData () |
void | storeChannelSelection (const ChannelSelection &channelSelection) |
Private Types | |
typedef std::queue< VlaDatum * > | Data |
static void debugBlock (); static void debugUnblock (); static Bool logThis (Int level); | |
typedef std::queue< Int > | ValidChunks |
typedef std::queue< Subchunk > | ValidSubChunks |
Private Member Functions | |
Int | clock (Int arg, Int base) |
String | makeReport () |
Bool | statsEnabled () const |
void | terminateSweep () |
VlaData (const VlaData &other) | |
Illegal operations. | |
VlaData & | operator= (const VlaData &other) |
Static Private Member Functions | |
*static Bool | initializeLogging () |
Private Attributes | |
ChannelSelection | channelSelection_p |
Data | data_p |
const AsynchronousInterface * | interface_p |
const Int | MaxNBuffers_p |
async::Mutex & | mutex_p |
Timing | timing_p |
ValidChunks | validChunks_p |
ValidSubChunks | validSubChunks_p |
Static Private Attributes | |
static Semaphore | debugBlockSemaphore_p |
Definition at line 369 of file AsynchronousInterface2.h.
typedef std::queue<VlaDatum *> casa::vi::VlaData::Data [private] |
static void debugBlock (); static void debugUnblock (); static Bool logThis (Int level);
static Bool loggingInitialized_p; static Int logLevel_p;
Definition at line 402 of file AsynchronousInterface2.h.
typedef std::queue<Int> casa::vi::VlaData::ValidChunks [private] |
Definition at line 403 of file AsynchronousInterface2.h.
typedef std::queue<Subchunk> casa::vi::VlaData::ValidSubChunks [private] |
Definition at line 404 of file AsynchronousInterface2.h.
casa::vi::VlaData::VlaData | ( | Int | maxNBuffers, |
async::Mutex & | mutex | ||
) |
casa::vi::VlaData::VlaData | ( | const VlaData & | other | ) | [private] |
Illegal operations.
Int casa::vi::VlaData::clock | ( | Int | arg, |
Int | base | ||
) | [private] |
Bool casa::vi::VlaData::fillCanStart | ( | ) | const |
void casa::vi::VlaData::fillComplete | ( | VlaDatum * | datum | ) |
VlaDatum* casa::vi::VlaData::fillStart | ( | Subchunk | , |
const ThreadTimes & | fillStartTime | ||
) |
void casa::vi::VlaData::initialize | ( | const AsynchronousInterface * | ) |
* static Bool casa::vi::VlaData::initializeLogging | ( | ) | [static, private] |
void casa::vi::VlaData::insertValidChunk | ( | Int | chunkNumber | ) |
void casa::vi::VlaData::insertValidSubChunk | ( | Subchunk | ) |
Bool casa::vi::VlaData::isValidChunk | ( | Int | chunkNumber | ) | const |
Bool casa::vi::VlaData::isValidSubChunk | ( | Subchunk | ) | const |
String casa::vi::VlaData::makeReport | ( | ) | [private] |
void casa::vi::VlaData::readComplete | ( | Subchunk | ) |
VisBufferImplAsync2* casa::vi::VlaData::readStart | ( | Subchunk | ) |
void casa::vi::VlaData::resetBufferData | ( | ) |
void casa::vi::VlaData::setNoMoreData | ( | ) |
Bool casa::vi::VlaData::statsEnabled | ( | ) | const [private] |
void casa::vi::VlaData::storeChannelSelection | ( | const ChannelSelection & | channelSelection | ) |
void casa::vi::VlaData::terminateSweep | ( | ) | [private] |
Definition at line 424 of file AsynchronousInterface2.h.
Data casa::vi::VlaData::data_p [private] |
Definition at line 425 of file AsynchronousInterface2.h.
Semaphore casa::vi::VlaData::debugBlockSemaphore_p [static, private] |
Definition at line 440 of file AsynchronousInterface2.h.
const AsynchronousInterface* casa::vi::VlaData::interface_p [private] |
Definition at line 426 of file AsynchronousInterface2.h.
const Int casa::vi::VlaData::MaxNBuffers_p [private] |
Definition at line 427 of file AsynchronousInterface2.h.
async::Mutex& casa::vi::VlaData::mutex_p [private] |
Definition at line 428 of file AsynchronousInterface2.h.
Timing casa::vi::VlaData::timing_p [private] |
Definition at line 429 of file AsynchronousInterface2.h.
ValidChunks casa::vi::VlaData::validChunks_p [mutable, private] |
Definition at line 430 of file AsynchronousInterface2.h.
ValidSubChunks casa::vi::VlaData::validSubChunks_p [mutable, private] |
Definition at line 431 of file AsynchronousInterface2.h.