casa
5.7.0-16
|
#include <AsynchronousInterface2.h>
Classes | |
class | Timing |
Public Member Functions | |
VlaData (casacore::Int maxNBuffers, async::Mutex &mutex) | |
~VlaData () | |
casacore::Bool | fillCanStart () const |
void | fillComplete (VlaDatum *datum) |
VlaDatum * | fillStart (Subchunk, const ThreadTimes &fillStartTime) |
ChannelSelection | getChannelSelection () const |
void | initialize (const AsynchronousInterface *) |
void | insertValidChunk (casacore::Int chunkNumber) |
void | insertValidSubChunk (Subchunk) |
casacore::Bool | isValidChunk (casacore::Int chunkNumber) const |
casacore::Bool | isValidSubChunk (Subchunk) const |
void | readComplete (Subchunk) |
VisBufferImplAsync2 * | readStart (Subchunk) |
void | resetBufferData () |
void | setNoMoreData () |
void | storeChannelSelection (const ChannelSelection &channelSelection) |
Private Types | |
typedef std::queue< casacore::Int > | ValidChunks |
typedef std::queue< Subchunk > | ValidSubChunks |
Private Member Functions | |
casacore::Int | clock (casacore::Int arg, casacore::Int base) |
casacore::String | makeReport () |
casacore::Bool | statsEnabled () const |
void | terminateSweep () |
VlaData (const VlaData &other) | |
Illegal operations. More... | |
VlaData & | operator= (const VlaData &other) |
Static Private Member Functions | |
*static casacore::Bool | initializeLogging () |
Private Attributes | |
ChannelSelection | channelSelection_p |
casacore::Data | data_p |
const AsynchronousInterface * | interface_p |
const casacore::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 367 of file AsynchronousInterface2.h.
|
private |
Definition at line 401 of file AsynchronousInterface2.h.
|
private |
Definition at line 402 of file AsynchronousInterface2.h.
casa::vi::VlaData::VlaData | ( | casacore::Int | maxNBuffers, |
async::Mutex & | mutex | ||
) |
casa::vi::VlaData::~VlaData | ( | ) |
|
private |
Illegal operations.
|
private |
casacore::Bool casa::vi::VlaData::fillCanStart | ( | ) | const |
void casa::vi::VlaData::fillComplete | ( | VlaDatum * | datum | ) |
VlaDatum* casa::vi::VlaData::fillStart | ( | Subchunk | , |
const ThreadTimes & | fillStartTime | ||
) |
ChannelSelection casa::vi::VlaData::getChannelSelection | ( | ) | const |
void casa::vi::VlaData::initialize | ( | const AsynchronousInterface * | ) |
|
staticprivate |
void casa::vi::VlaData::insertValidChunk | ( | casacore::Int | chunkNumber | ) |
void casa::vi::VlaData::insertValidSubChunk | ( | Subchunk | ) |
casacore::Bool casa::vi::VlaData::isValidChunk | ( | casacore::Int | chunkNumber | ) | const |
casacore::Bool casa::vi::VlaData::isValidSubChunk | ( | Subchunk | ) | const |
|
private |
void casa::vi::VlaData::readComplete | ( | Subchunk | ) |
VisBufferImplAsync2* casa::vi::VlaData::readStart | ( | Subchunk | ) |
void casa::vi::VlaData::resetBufferData | ( | ) |
void casa::vi::VlaData::setNoMoreData | ( | ) |
|
private |
void casa::vi::VlaData::storeChannelSelection | ( | const ChannelSelection & | channelSelection | ) |
|
private |
|
private |
Definition at line 422 of file AsynchronousInterface2.h.
|
private |
Definition at line 423 of file AsynchronousInterface2.h.
|
staticprivate |
Definition at line 438 of file AsynchronousInterface2.h.
|
private |
Definition at line 424 of file AsynchronousInterface2.h.
|
private |
Definition at line 425 of file AsynchronousInterface2.h.
|
private |
Definition at line 426 of file AsynchronousInterface2.h.
|
private |
Definition at line 427 of file AsynchronousInterface2.h.
|
mutableprivate |
Definition at line 428 of file AsynchronousInterface2.h.
|
mutableprivate |
Definition at line 429 of file AsynchronousInterface2.h.