#include <AppRC.h>
|
| AppRC () |
|
| AppRC (const string &filename, const casacore::Bool addPID=false, const casacore::Bool deleteFile=false) |
|
| ~AppRC () |
|
void | setID (const string &id) |
|
void | init (const string &filename, const casacore::Bool addPID=false, const casacore::Bool deleteFile=true) |
|
string | get (const string &name) |
|
string | get (const string &name, casacore::Int &val) |
|
string | get (const string &name, casacore::Float &val) |
|
string | get (const string &name, casacore::Double &val) |
|
void | put (const string &name, const string &val) |
|
void | put (const string &name, const casacore::Int &val) |
|
void | put (const string &name, const casacore::Float &val) |
|
void | put (const string &name, const casacore::Double &val) |
|
Definition at line 40 of file AppRC.h.
string casa::AppRC::get |
( |
const string & |
name | ) |
|
string casa::AppRC::get |
( |
const string & |
name, |
|
|
casacore::Int & |
val |
|
) |
| |
static casacore::Double casa::AppRC::getMemoryAvailable |
( |
string |
envVarName = "CASA_MAX_MEMORY" | ) |
|
|
static |
The environment variable is assumed in MB if that is used.
returns Bytes available (reason why it is a double)
void casa::AppRC::put |
( |
const string & |
name, |
|
|
const string & |
val |
|
) |
| |
void casa::AppRC::put |
( |
const string & |
name, |
|
|
const casacore::Int & |
val |
|
) |
| |
void casa::AppRC::setID |
( |
const string & |
id | ) |
|
|
inline |
void casa::AppRC::setPID |
( |
| ) |
|
|
inlineprivate |
string casa::AppRC::fileName_p |
|
private |
pid_t casa::AppRC::myPID_p |
|
private |
The documentation for this class was generated from the following file:
- casa/code/synthesis/Utilities/AppRC.h