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