Marsyas
0.6.0-alpha
|
#include <controller.h>
Inherits OscQueueProvider.
Public Member Functions | |
void | clearQueue () |
Controller (size_t queue_size=1000 *128) | |
void | set (const char *path, bool value) |
void | set (const char *path, int value) |
void | set (const char *path, float value) |
void | set (const char *path, double value) |
void | set (const char *path, const char *text) |
Definition at line 30 of file controller.h.
Controller | ( | size_t | queue_size = 1000 * 128 | ) |
Definition at line 26 of file controller.cpp.
void clearQueue | ( | ) | [inline] |
Definition at line 40 of file controller.h.
void set | ( | const char * | path, |
bool | value | ||
) |
Definition at line 52 of file controller.cpp.
void set | ( | const char * | path, |
int | value | ||
) |
Definition at line 57 of file controller.cpp.
void set | ( | const char * | path, |
float | value | ||
) |
Definition at line 62 of file controller.cpp.
void set | ( | const char * | path, |
double | value | ||
) |
Definition at line 67 of file controller.cpp.
void set | ( | const char * | path, |
const char * | text | ||
) |
Definition at line 72 of file controller.cpp.