Jack2  1.9.9
Public Member Functions | Protected Member Functions | List of all members
Jack::JackWinEvent Class Reference

Inter process synchronization using system wide events. More...

#include <JackWinEvent.h>

Inheritance diagram for Jack::JackWinEvent:
Jack::JackMachSemaphore Jack::detail::JackSynchro

Public Member Functions

bool Signal ()
 
bool SignalAll ()
 
bool Wait ()
 
bool TimedWait (long usec)
 
bool Allocate (const char *name, const char *server_name, int value)
 
bool Connect (const char *name, const char *server_name)
 
bool ConnectInput (const char *name, const char *server_name)
 
bool ConnectOutput (const char *name, const char *server_name)
 
bool Disconnect ()
 
void Destroy ()
 
- Public Member Functions inherited from Jack::JackMachSemaphore
bool Signal ()
 
bool SignalAll ()
 
bool Wait ()
 
bool TimedWait (long usec)
 
bool Allocate (const char *name, const char *server_name, int value)
 
bool Connect (const char *name, const char *server_name)
 
bool ConnectInput (const char *name, const char *server_name)
 
bool ConnectOutput (const char *name, const char *server_name)
 
bool Disconnect ()
 
void Destroy ()
 
- Public Member Functions inherited from Jack::detail::JackSynchro
bool Signal ()
 
bool SignalAll ()
 
bool Wait ()
 
bool TimedWait (long usec)
 
bool Allocate (const char *name, const char *server_name, int value)
 
bool Connect (const char *name, const char *server_name)
 
bool ConnectInput (const char *name, const char *server_name)
 
bool ConnectOutput (const char *name, const char *server_name)
 
bool Disconnect ()
 
void Destroy ()
 
void SetFlush (bool mode)
 

Protected Member Functions

void BuildName (const char *name, const char *server_name, char *res, int size)
 
- Protected Member Functions inherited from Jack::JackMachSemaphore
void BuildName (const char *name, const char *server_name, char *res, int size)
 
- Protected Member Functions inherited from Jack::detail::JackSynchro
void BuildName (const char *name, const char *server_name, char *res)
 

Additional Inherited Members

- Protected Attributes inherited from Jack::detail::JackSynchro
char fName [SYNC_MAX_NAME_SIZE]
 
bool fFlush
 

Detailed Description

Inter process synchronization using system wide events.

Definition at line 35 of file JackWinEvent.h.


The documentation for this class was generated from the following files: