Go to the documentation of this file.
28 #ifndef TABLES_STORAGEOPTION_H
29 #define TABLES_STORAGEOPTION_H
33 #include <casacore/casa/aips.h>
Class to read the casa general resource files.
void setOption(Option option)
Set the option.
uInt blockSize() const
Get the block size (in bytes).
void setBlockSize(Int blockSize)
Set the block size (in bytes).
void setUseODirect(Bool useODirect)
Set the O_DIRECT option.
void fillOption()
Fill the option in case Aipsrc or Default was given.
@ MultiFile
Let storage managers use a combined MultiFile.
Bool useODirect() const
Get the O_DIRECT option.
@ Default
Use default (currently SepFile).
this file contains all the compiler specific defines
@ SepFile
Let storage managers use separate files.
Option
Define the possible options how table files are organized.
@ MultiHDF5
Let storage managers use a combined MultiHDF5.
bool Bool
Define the standard types used by Casacore.
StorageOption(Option option=Aipsrc, Int blockSize=-2, Int useODirect=-3)
Create an option object.
Options defining how table files are organized.
Option option() const
Get the option.