hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
sample.cpp File Reference
#include <iostream>
#include <sstream>
#include "Process.hpp"
#include "ProcExec.hpp"
#include "CommandExecuter.hpp"
Include dependency graph for sample.cpp:

Go to the source code of this file.

Namespaces

namespace  HCE
 < HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()'

Functions

void printTitle (const std::string &title)
void sampleExecuteCommandSort (void)
void sampleExecuteCommandReverseSort (void)
void sampleRequestTerminate (void)
void sampleGetCurrentProcessID (void)
void sampleProcExec (void)
void sampleCommandExecutor (void)
int main (void)

Function Documentation

int main ( void  )

Definition at line 160 of file sample.cpp.

Here is the call graph for this function:

void printTitle ( const std::string &  title)

Definition at line 21 of file sample.cpp.

Here is the call graph for this function:

void sampleCommandExecutor ( void  )

Definition at line 140 of file sample.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void sampleExecuteCommandReverseSort ( void  )

Definition at line 53 of file sample.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void sampleExecuteCommandSort ( void  )

Definition at line 26 of file sample.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void sampleGetCurrentProcessID ( void  )

Definition at line 103 of file sample.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void sampleProcExec ( void  )

Definition at line 124 of file sample.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void sampleRequestTerminate ( void  )

Definition at line 78 of file sample.cpp.

Here is the call graph for this function:

Here is the caller graph for this function: