28 #ifndef SYNTHESIS_APPRC_H
29 #define SYNTHESIS_APPRC_H
44 :rc_p(NULL), addPID_p(false), deleteFile_p(false),
46 {init(
"", addPID_p, deleteFile_p);};
51 :rc_p(NULL), deleteFile_p(deleteFile), id_p()
52 {init(filename,addPID,deleteFile_p);};
58 static casacore::Double getMemoryAvailable(
string envVarName=
"CASA_MAX_MEMORY");
59 void setID(
const string&
id) {id_p=id;};
60 void init(
const string& filename,
const casacore::Bool addPID=
false,
63 string get(
const string&
name);
67 void put(
const string&
name,
const string& val);
78 void setPID() { myPID_p = getpid ();}
void setID(const string &id)
casacore::Bool deleteFile_p
ABSTRACT CLASSES Abstract class for colors Any implementation of color should be able to provide a hexadecimal form of the if a human readable name(i.e."black").In many places throughout the plotter
AppRC(const string &filename, const casacore::Bool addPID=false, const casacore::Bool deleteFile=false)
bool Bool
Define the standard types used by Casacore.
casacore::CasarcCleanup rcCleanup