20 #ifndef __JackSocketClientChannel__ 21 #define __JackSocketClientChannel__ 23 #include "JackGenericClientChannel.h" 24 #include "JackSocket.h" 25 #include "JackPlatformPlug.h" 26 #include "JackThread.h" 52 int Open(
const char* server_name,
const char* name,
int uuid,
char* name_res,
JackClient* client, jack_options_t options, jack_status_t* status);
62 bool IsChannelThread() {
return fThread.IsThread(); }
Generic JackClientChannel class.
The base class for runnable objects, that have an Init and Execute method to be called in a threa...
JackClientChannel using sockets.
The base class for clients: share part of the implementation for JackInternalClient and JackLibClient...
Darwin threads. Real-time threads are actually "time constraint" threads.