Jack::JackSynchro Class Reference

An inter process synchronization primitive. More...

#include <JackSynchro.h>

Inheritance diagram for Jack::JackSynchro:

Jack::JackFifo Jack::JackMachSemaphore Jack::JackPosixSemaphore Jack::JackWinEvent Jack::JackWinSemaphore List of all members.

Public Member Functions

 JackSynchro ()
virtual ~JackSynchro ()
virtual bool Signal ()
virtual bool SignalAll ()
virtual bool Wait ()
virtual bool TimedWait (long usec)
virtual bool Allocate (const char *name, const char *server_name, int value)
virtual bool Connect (const char *name, const char *server_name)
virtual bool ConnectInput (const char *name, const char *server_name)
virtual bool ConnectOutput (const char *name, const char *server_name)
virtual bool Disconnect ()
virtual void Destroy ()
void SetFlush (bool mode)

Protected Member Functions

virtual void BuildName (const char *name, const char *server_name, char *res)

Protected Attributes

char fName [SYNC_MAX_NAME_SIZE]
bool fFlush

Detailed Description

An inter process synchronization primitive.

Definition at line 34 of file JackSynchro.h.


The documentation for this class was generated from the following file:
Generated on Thu Feb 14 11:16:03 2008 for Jackdmp by  doxygen 1.5.1