#include <IPlugOSC.h>
|
| OSCDevice (const char *dest, int maxpacket, int sendsleep, struct sockaddr_in *listen_addr) |
| Construct a new OSCDevice object. More...
|
|
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) |
|
- Todo:
Definition at line 42 of file IPlugOSC.h.
◆ OSCDevice()
OSCDevice::OSCDevice |
( |
const char * |
dest, |
|
|
int |
maxpacket, |
|
|
int |
sendsleep, |
|
|
struct sockaddr_in * |
listen_addr |
|
) |
| |
Construct a new OSCDevice object.
- Parameters
-
dest | |
maxpacket | |
sendsleep | |
listen_addr | |
Definition at line 15 of file IPlugOSC.cpp.
◆ ~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: