|
| | OSCDevice (const char *dest, int maxpacket, int sendsleep, struct sockaddr_in *listen_addr) |
| |
| void | RunInput () |
| |
| void | RunOutput () |
| |
| void | AddInstance (void(*callback)(void *d1, int dev_idx, int msglen, void *msg), void *d1, int dev_idx) |
| |
| void | OnMessage (char type, const unsigned char *msg, int len) |
| |
| void | SendOSC (const char *src, int len) |
| |
Definition at line 41 of file IPlugOSC_internal.h.
◆ OSCDevice()
| OSCDevice::OSCDevice |
( |
const char * |
dest, |
|
|
int |
maxpacket, |
|
|
int |
sendsleep, |
|
|
struct sockaddr_in * |
listen_addr |
|
) |
| |
◆ ~OSCDevice()
| OSCDevice::~OSCDevice |
( |
| ) |
|
|
virtual |
◆ AddInstance()
| void OSCDevice::AddInstance |
( |
void(*)(void *d1, int dev_idx, int msglen, void *msg) |
callback, |
|
|
void * |
d1, |
|
|
int |
dev_idx |
|
) |
| |
◆ OnMessage()
| void OSCDevice::OnMessage |
( |
char |
type, |
|
|
const unsigned char * |
msg, |
|
|
int |
len |
|
) |
| |
◆ RunInput()
| void OSCDevice::RunInput |
( |
| ) |
|
◆ RunOutput()
| void OSCDevice::RunOutput |
( |
| ) |
|
◆ SendOSC()
| void OSCDevice::SendOSC |
( |
const char * |
src, |
|
|
int |
len |
|
) |
| |
◆ mDestination
| WDL_String OSCDevice::mDestination |
◆ mHasInput
| bool OSCDevice::mHasInput = false |
◆ mHasOutput
| bool OSCDevice::mHasOutput = false |
◆ mLastOpenTime
| double OSCDevice::mLastOpenTime = 0 |
◆ mMaxMacketSize
| int OSCDevice::mMaxMacketSize |
◆ mReceiveAddress
| struct sockaddr_in mSendAddress OSCDevice::mReceiveAddress |
◆ mReceiveQueue
| WDL_Queue OSCDevice::mReceiveQueue |
◆ mSendQueue
| WDL_Queue OSCDevice::mSendQueue |
◆ mSendSleep
| int OSCDevice::mSendSleep |
◆ mSendSocket
| SOCKET OSCDevice::mSendSocket |
The documentation for this class was generated from the following files: