CARMA C++
|
Tagged: Fri Nov 14 12:39:34 UTC 2003. More...
#include <pthread.h>
#include <limits.h>
Go to the source code of this file.
Classes | |
class | sza::util::Pipe |
A class to encapsulate a pipe. More... | |
struct | sza::util::Pipe::PipeFd |
Define a struct to encapsulate a file descriptor associated with either end of a pipe. More... | |
Namespaces | |
sza | |
Define a class for Calibrator control. | |
Macros | |
#define | PIPE_NOWAIT 0 |
#define | PIPE_WAIT -1 |
Enumerations | |
enum | PipeState { PIPE_OK, PIPE_BUSY, PIPE_ERROR } |
Tagged: Fri Nov 14 12:39:34 UTC 2003.
Definition in file Pipe.h.