#include <IPlugOSC.h>
- Todo:
Definition at line 97 of file IPlugOSC.h.
◆ OSCInterface()
| OSCInterface::OSCInterface |
( |
OSCLogFunc |
logFunc = nullptr | ) |
|
◆ ~OSCInterface()
| OSCInterface::~OSCInterface |
( |
| ) |
|
|
virtual |
◆ CreateReceiver()
| OSCDevice * OSCInterface::CreateReceiver |
( |
WDL_String & |
log, |
|
|
int |
port = 8000 |
|
) |
| |
◆ CreateSender()
| OSCDevice * OSCInterface::CreateSender |
( |
WDL_String & |
log, |
|
|
const char * |
ip = "127.0.0.1", |
|
|
int |
port = 8000 |
|
) |
| |
◆ OnOSCMessage()
◆ SetLogFunc()
| void OSCInterface::SetLogFunc |
( |
OSCLogFunc |
logFunc | ) |
|
|
inline |
Set the Log Func object.
- Parameters
-
Definition at line 135 of file IPlugOSC.h.
◆ mIncomingEvents
| WDL_HeapBuf OSCInterface::mIncomingEvents |
|
protected |
◆ mIncomingEvents_mutex
| WDL_Mutex OSCInterface::mIncomingEvents_mutex |
|
protected |
◆ mLogFunc
| OSCLogFunc OSCInterface::mLogFunc |
|
protected |
◆ mTimer
| std::unique_ptr< Timer > OSCInterface::mTimer |
|
staticprotected |
◆ sInstances
| int OSCInterface::sInstances = 0 |
|
staticprotected |
The documentation for this class was generated from the following files: