casa
5.7.0-16
|
#include <VLATapeIO.h>
Public Member Functions | |
VLATapeIO () | |
VLATapeIO (const casacore::String &a) | |
VLATapeIO (const casacore::String &a, casacore::Int rwFlag, casacore::Int tpos) | |
~VLATapeIO () | |
casacore::Int | open (const casacore::String &a, casacore::Int b, casacore::Int c) |
casacore::Int | read (casacore::Char *buf, casacore::uInt nsize) |
casacore::Int | access (const casacore::Char *a, casacore::uInt b) |
casacore::Int write(casacore::Char *buf, casacore::uInt nsize){return rmtwrite(tapeId, buf, nsize);} More... | |
casacore::Int | close () |
Private Attributes | |
casacore::Int | inOut |
casacore::Int | tapeId |
casacore::Int | tPosition |
Definition at line 128 of file VLATapeIO.h.
|
inline |
Definition at line 130 of file VLATapeIO.h.
|
inline |
Definition at line 131 of file VLATapeIO.h.
References casacore::String::chars(), inOut, open(), tapeId, and tPosition.
|
inline |
Definition at line 134 of file VLATapeIO.h.
References casacore::String::chars(), inOut, open(), tapeId, and tPosition.
|
inline |
Definition at line 138 of file VLATapeIO.h.
References rmtclose(), and tapeId.
|
inline |
casacore::Int write(casacore::Char *buf, casacore::uInt nsize){return rmtwrite(tapeId, buf, nsize);}
Definition at line 144 of file VLATapeIO.h.
References rmtaccess().
|
inline |
Definition at line 145 of file VLATapeIO.h.
References rmtclose(), and tapeId.
|
inline |
Definition at line 139 of file VLATapeIO.h.
References casacore::String::chars(), rmtopen(), and tapeId.
Referenced by VLATapeIO().
|
inline |
Definition at line 142 of file VLATapeIO.h.
|
private |
Definition at line 147 of file VLATapeIO.h.
Referenced by VLATapeIO().
|
private |
Definition at line 148 of file VLATapeIO.h.
Referenced by close(), open(), read(), VLATapeIO(), and ~VLATapeIO().
|
private |
Definition at line 149 of file VLATapeIO.h.
Referenced by VLATapeIO().