rasdaman complete source
|
#include <rminit.hh>
Public Member Functions | |
RMInit (char applicationType) | |
constructor More... | |
~RMInit () | |
destructor More... | |
Static Public Attributes | |
static std::ostream | logOut |
output stream for log information More... | |
static std::ostream | dbgOut |
output stream for debug information More... | |
static std::ostream | bmOut |
output stream for benchmark information More... | |
static std::ofstream | logFileOut |
file output for log information More... | |
static std::ofstream | dbgFileOut |
file output for debug information More... | |
static std::ofstream | bmFileOut |
file output for benchmark information More... | |
static char * | userName |
name of the user More... | |
static bool | useTileContainer |
use inlinetiles and inlinetile container index More... | |
static bool | tiling |
switch for turning on/off tiling More... | |
static unsigned long | timeOut |
specifies time out in seconds More... | |
static bool | noTimeOut |
flag, if time out checking is enabled (causes sometimes problems because of signal handler) More... | |
static r_Bytes | clientTileSize |
static unsigned int | clientcommMaxRetry |
static unsigned int | clientcommSleep |
static unsigned int | rpcMaxRetry |
RMInit::RMInit | ( | char | applicationType | ) |
constructor
RMInit::~RMInit | ( | ) |
destructor
|
static |
file output for benchmark information
|
static |
output stream for benchmark information
|
static |
|
static |
|
static |
|
static |
file output for debug information
|
static |
output stream for debug information
Referenced by RMDebug::indentLine().
|
static |
file output for log information
|
static |
output stream for log information
|
static |
flag, if time out checking is enabled (causes sometimes problems because of signal handler)
|
static |
|
static |
switch for turning on/off tiling
|
static |
specifies time out in seconds
|
static |
name of the user
|
static |
use inlinetiles and inlinetile container index