Go to the documentation of this file.
29 int main(
int argc,
char *argv[])
35 fprintf(stderr,
"Usage: subtest <uri>\n");
44 lo_send(t,
"/subtest",
"i", 0xf00);
60 static char *uri = NULL;
62 printf(
"subtest: got reply (%s)\n", path);
68 if (strcmp(uri, new_uri)) {
69 printf(
"ERROR: %s != %s\n", uri, new_uri);
75 lo_send(a,
"/subtest-reply",
"i", 0xbaa);
83 for (i=0; i<10; i++) {
90 lo_send(a,
"/subtest-reply",
"i", 0xbaa+i);