nidas  v1.2-1520
Classes | Namespaces
Process.h File Reference
#include "ThreadSupport.h"
#include "IOException.h"
#include "auto_ptr.h"
#include <string>
#include <vector>
#include <map>
#include <memory>
#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <nidas/Config.h>
#include <ext/stdio_filebuf.h>

Go to the source code of this file.

Classes

class  nidas::util::Process
 Process provides an encapsulation of a spawned process, allowing the parent process to perform I/O with the spawned process, send it signals and wait for it to finish. More...
 

Namespaces

 nidas
 Root namespace for the NCAR In-Situ Data Acquisition Software.
 
 nidas::util
 General utility classes. nidas::util contains classes of general utility, like Socket, Thread, etc. The classes use only the standard Unix system libraries and libstdc++, and have no dependency on other external packages such as an XML parser, or a logging package.