CSL  5.2
example_server.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "lo/lo.h"

Go to the source code of this file.

Functions

void error (int num, const char *m, const char *path)
int generic_handler (const char *path, const char *types, lo_arg **argv, int argc, void *data, void *user_data)
int foo_handler (const char *path, const char *types, lo_arg **argv, int argc, void *data, void *user_data)
int quit_handler (const char *path, const char *types, lo_arg **argv, int argc, void *data, void *user_data)
int main ()

Variables

int done = 0

Function Documentation

int generic_handler ( const char *  path,
const char *  types,
lo_arg **  argv,
int  argc,
void *  data,
void *  user_data 
)

Definition at line 74 of file example_server.c.

References lo_arg_pp().

Referenced by main(), and mainOSCLoop().

int foo_handler ( const char *  path,
const char *  types,
lo_arg **  argv,
int  argc,
void *  data,
void *  user_data 
)

Definition at line 91 of file example_server.c.

Referenced by main(), and test_multicast().

int quit_handler ( const char *  path,
const char *  types,
lo_arg **  argv,
int  argc,
void *  data,
void *  user_data 
)

Definition at line 101 of file example_server.c.

References done.

Referenced by main(), and mainOSCLoop().


Variable Documentation

int done = 0