#include <JackSyncInterface.h>
Inheritance diagram for Jack::JackSyncInterface:
Public Member Functions | |
JackSyncInterface () | |
virtual | ~JackSyncInterface () |
virtual bool | Allocate (const char *name)=0 |
virtual bool | Connect (const char *name)=0 |
virtual bool | TimedWait (long usec)=0 |
virtual void | Wait ()=0 |
virtual void | SignalAll ()=0 |
virtual void | Destroy ()=0 |
Definition at line 30 of file JackSyncInterface.h.