CSL  5.2
oscdump.c File Reference
#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)

Function Documentation

void usage ( void  )

Definition at line 31 of file oscdump.c.

References VERSION.

Referenced by main().

void errorHandler ( int  num,
const char *  msg,
const char *  where 
)

Definition at line 42 of file oscdump.c.

Referenced by main().

int messageHandler ( const char *  path,
const char *  types,
lo_arg **  argv,
int  argc,
lo_message  msg,
void *  user_data 
)

Definition at line 47 of file oscdump.c.

References lo_arg_pp().

Referenced by main().

int main ( int  argc,
char **  argv 
)