SPAOP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros
ServerThread.h File Reference
#include <iostream>
#include "lo/lo.h"
#include "Thread.h"

Go to the source code of this file.

Classes

class  lowrappers::ServerThread
 A server thread with Liblo-style callback capabilities. More...
 
class  lowrappers::ServerThread::Listener
 A listener interface for listeners to be called by the ServerThread when incoming OSC messages are received. More...
 

Namespaces

 lowrappers
 A namespace for C++ wrappers for the Liblo library.
 

Macros

#define SEVER_THREAD_RCV_INTERVAL   10
 How long the thread will be receive- blocked before checking for isStopped() again (in ms) More...
 

Macro Definition Documentation

#define SEVER_THREAD_RCV_INTERVAL   10

How long the thread will be receive- blocked before checking for isStopped() again (in ms)