ESA JPIP server
0.1
|
#include "tr1_compat.h"
Go to the source code of this file.
Classes | |
class | ipc::IPCObject |
Class base of all the IPC classes that has the basic operations (Init , Wait and Dispose ) to be overloaded. More... | |
Namespaces | |
ipc | |
Contains classes for working with the IPC mechanisms available in Linux using the pthread library. | |
Enumerations | |
enum | ipc::WaitResult { ipc::WAIT_OBJECT = 0, ipc::WAIT_TIMEOUT, ipc::WAIT_ERROR } |
Enumeration of the possible values returned when a wait operation is performed for an IPC object. More... | |