1Prettyprinting functions(3) Liblo Prettyprinting functions(3)
2
3
4
6 Prettyprinting functions -
7
8 Functions
9 void lo_bundle_pp (lo_bundle b)
10 void lo_message_pp (lo_message m)
11 void lo_arg_pp (lo_type type, void *data)
12 void lo_server_pp (lo_server s)
13 void lo_method_pp (lo_method m)
14 void lo_method_pp_prefix (lo_method m, const char *p)
15 void lo_server_thread_pp (lo_server_thread st)
16
18 These functions all print an ASCII representation of thier argument to
19 stdout. Useful for debugging.
20
22 void lo_arg_pp (lo_type type, void * data)
23 void lo_bundle_pp (lo_bundle b)
24 void lo_message_pp (lo_message m)
25 void lo_method_pp (lo_method m)
26 void lo_method_pp_prefix (lo_method m, const char * p)
27 void lo_server_pp (lo_server s)
28 void lo_server_thread_pp (lo_server_thread st)
29Version 0.23 22 Feb 2007 Prettyprinting functions(3)