HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ProcFileSystem Class Reference

#include <ProcFileSystem.h>

Public Member Functions

 ProcFileSystem ()
 ~ProcFileSystem ()
char * getUptime ()
unsigned long long getTotalMem ()
unsigned long long getFreeMem ()
unsigned long long getFreeMemSelf ()
unsigned long long getRunTime ()
unsigned long getUTime ()
unsigned long getSTime ()
char * getHostName ()
int setHostName (char *hostname)
unsigned long long getShmAll ()
int setShmAll (unsigned long long)
unsigned long long getShmMax ()
int setShmMax (unsigned long long)
unsigned long long getVmSize ()
unsigned long long getVmRSS ()

Detailed Description

Definition at line 8 of file ProcFileSystem.h.

Constructor & Destructor Documentation

ProcFileSystem::ProcFileSystem ( )
inline

Definition at line 11 of file ProcFileSystem.h.

ProcFileSystem::~ProcFileSystem ( )
inline

Definition at line 14 of file ProcFileSystem.h.

Member Function Documentation

unsigned long long ProcFileSystem::getFreeMem ( )

Definition at line 88 of file ProcFileSystem.cpp.

unsigned long long ProcFileSystem::getFreeMemSelf ( )

Definition at line 309 of file ProcFileSystem.cpp.

Here is the call graph for this function:

char * ProcFileSystem::getHostName ( )

Definition at line 181 of file ProcFileSystem.cpp.

unsigned long long ProcFileSystem::getRunTime ( )

Definition at line 165 of file ProcFileSystem.cpp.

unsigned long long ProcFileSystem::getShmAll ( )

Definition at line 200 of file ProcFileSystem.cpp.

unsigned long long ProcFileSystem::getShmMax ( )

Definition at line 229 of file ProcFileSystem.cpp.

unsigned long ProcFileSystem::getSTime ( )

Definition at line 148 of file ProcFileSystem.cpp.

unsigned long long ProcFileSystem::getTotalMem ( )

Definition at line 42 of file ProcFileSystem.cpp.

Here is the caller graph for this function:

char * ProcFileSystem::getUptime ( )

Definition at line 36 of file ProcFileSystem.cpp.

unsigned long ProcFileSystem::getUTime ( )

Definition at line 131 of file ProcFileSystem.cpp.

unsigned long long ProcFileSystem::getVmRSS ( )

Definition at line 286 of file ProcFileSystem.cpp.

unsigned long long ProcFileSystem::getVmSize ( )

Definition at line 65 of file ProcFileSystem.cpp.

Here is the caller graph for this function:

int ProcFileSystem::setHostName ( char *  hostname)

Definition at line 187 of file ProcFileSystem.cpp.

int ProcFileSystem::setShmAll ( unsigned long long  shmall)

Definition at line 214 of file ProcFileSystem.cpp.

int ProcFileSystem::setShmMax ( unsigned long long  shmmax)

Definition at line 243 of file ProcFileSystem.cpp.


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