|
CSL
5.2
|
Go to the source code of this file.
Functions | |
| int | subtest_handler (const char *path, const char *types, lo_arg **argv, int argc, lo_message data, void *user_data) |
| int | main (int argc, char *argv[]) |
| int subtest_handler | ( | const char * | path, |
| const char * | types, | ||
| lo_arg ** | argv, | ||
| int | argc, | ||
| lo_message | data, | ||
| void * | user_data | ||
| ) |
Definition at line 55 of file subtest.c.
References lo_address_errno(), lo_address_errstr(), lo_address_get_url(), lo_message_get_source(), and lo_send().
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 29 of file subtest.c.
References lo_address_new_from_url(), lo_send(), lo_server_thread_add_method(), lo_server_thread_new(), lo_server_thread_start(), and subtest_handler().