|
CSL
5.2
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <errno.h>#include <signal.h>#include <config.h>#include <lo/lo.h>Go to the source code of this file.
Functions | |
| void | usage (void) |
| void | errorHandler (int num, const char *msg, const char *where) |
| int | messageHandler (const char *path, const char *types, lo_arg **argv, int argc, lo_message msg, void *user_data) |
| int | main (int argc, char **argv) |
| void usage | ( | void | ) |
| void errorHandler | ( | int | num, |
| const char * | msg, | ||
| const char * | where | ||
| ) |
| int messageHandler | ( | const char * | path, |
| const char * | types, | ||
| lo_arg ** | argv, | ||
| int | argc, | ||
| lo_message | msg, | ||
| void * | user_data | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 62 of file oscdump.c.
References errorHandler(), lo_server_add_method(), lo_server_new(), lo_server_recv(), messageHandler(), server, and usage().