ESA JPIP server  0.1
ipc_object.h File Reference
#include "tr1_compat.h"
Include dependency graph for ipc_object.h:
This graph shows which files directly or indirectly include this file:

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...