OpenRTM-aist  1.2.1
Classes | Namespaces | Typedefs | Functions | Variables
OS.h File Reference
#include <string>
#include <sys/utsname.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
Include dependency graph for OS.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  coil::GetOpt
 GetOpt class. More...
 

Namespaces

 coil
 Common Object Interface Layer.
 

Typedefs

typedef ::utsname coil::utsname
 Get System information. More...
 
typedef ::pid_t coil::pid_t
 Get process ID of the caller process. More...
 

Functions

int coil::uname (utsname *name)
 
pid_t coil::getpid ()
 
pid_t coil::getppid ()
 Get process ID of the parent process. More...
 
char * coil::getenv (const char *name)
 Get environment variable. More...
 

Variables

char * optarg
 

Variable Documentation

char* optarg