liblo
0.31
|
These functions all print an ASCII representation of their argument to stdout. Useful for debugging. More...
Functions | |
void | lo_bundle_pp (lo_bundle b) |
Pretty-print a lo_bundle object. More... | |
void | lo_message_pp (lo_message m) |
Pretty-print a lo_message object. More... | |
void | lo_arg_pp (lo_type type, void *data) |
Pretty-print a set of typed arguments. More... | |
void | lo_server_pp (lo_server s) |
Pretty-print a lo_server object. More... | |
void | lo_method_pp (lo_method m) |
Pretty-print a lo_method object. More... | |
void | lo_method_pp_prefix (lo_method m, const char *p) |
Pretty-print a lo_method object, but prepend a given prefix to all field names. More... | |
These functions all print an ASCII representation of their argument to stdout. Useful for debugging.
void lo_arg_pp | ( | lo_type | type, |
void * | data | ||
) |
Pretty-print a set of typed arguments.
type | A type string in the form provided to lo_send(). |
data | An OSC data pointer, like that provided in the lo_method_handler. |
void lo_bundle_pp | ( | lo_bundle | b | ) |
Pretty-print a lo_bundle object.
void lo_message_pp | ( | lo_message | m | ) |
Pretty-print a lo_message object.
void lo_method_pp | ( | lo_method | m | ) |
Pretty-print a lo_method object.
void lo_method_pp_prefix | ( | lo_method | m, |
const char * | p | ||
) |
Pretty-print a lo_method object, but prepend a given prefix to all field names.
void lo_server_pp | ( | lo_server | s | ) |
Pretty-print a lo_server object.