#include <JackSynchro.h>
Inheritance diagram for Jack::JackSynchro:
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 |
Definition at line 34 of file JackSynchro.h.