rasdaman API
Public Member Functions | Static Public Attributes | List of all members
RMInit Class Reference

#include <rminit.hh>

Inheritance diagram for RMInit:
RM_Class

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
 

Constructor & Destructor Documentation

RMInit::RMInit ( char  applicationType)

constructor

RMInit::~RMInit ( )

destructor

Member Data Documentation

std::ofstream RMInit::bmFileOut
static

file output for benchmark information

std::ostream RMInit::bmOut
static

output stream for benchmark information

unsigned int RMInit::clientcommMaxRetry
static
unsigned int RMInit::clientcommSleep
static
r_Bytes RMInit::clientTileSize
static
std::ofstream RMInit::dbgFileOut
static

file output for debug information

std::ostream RMInit::dbgOut
static

output stream for debug information

Referenced by RMDebug::indentLine().

std::ofstream RMInit::logFileOut
static

file output for log information

std::ostream RMInit::logOut
static

output stream for log information

bool RMInit::noTimeOut
static

flag, if time out checking is enabled (causes sometimes problems because of signal handler)

unsigned int RMInit::rpcMaxRetry
static
bool RMInit::tiling
static

switch for turning on/off tiling

unsigned long RMInit::timeOut
static

specifies time out in seconds

char* RMInit::userName
static

name of the user

bool RMInit::useTileContainer
static

use inlinetiles and inlinetile container index


The documentation for this class was generated from the following file: