|
CSL
5.2
|
Go to the source code of this file.
Classes | |
| struct | _lo_address |
| struct | _lo_blob |
| struct | _lo_message |
| struct | _lo_method |
| struct | _lo_server |
| struct | _lo_server_thread |
| struct | _lo_bundle |
| struct | _lo_strlist |
| union | lo_pcast32 |
| union | lo_pcast64 |
| struct | lo_cs |
Typedefs | |
| typedef void(* | lo_err_handler )(int num, const char *msg, const char *path) |
| typedef struct _lo_address * | lo_address |
| typedef struct _lo_blob * | lo_blob |
| typedef struct _lo_message * | lo_message |
| typedef int(* | lo_method_handler )(const char *path, const char *types, lo_arg **argv, int argc, struct _lo_message *msg, void *user_data) |
| typedef struct _lo_method * | lo_method |
| typedef struct _lo_server * | lo_server |
| typedef struct _lo_server_thread * | lo_server_thread |
| typedef struct _lo_bundle * | lo_bundle |
| typedef struct _lo_strlist | lo_strlist |
Variables | |
| struct lo_cs | lo_client_sockets |
| typedef void(* lo_err_handler)(int num, const char *msg, const char *path) |
Definition at line 35 of file lo_types_internal.h.
| typedef struct _lo_address * lo_address |
| typedef struct _lo_message * lo_message |
| typedef int(* lo_method_handler)(const char *path, const char *types, lo_arg **argv, int argc, struct _lo_message *msg, void *user_data) |
Definition at line 68 of file lo_types_internal.h.
| typedef struct _lo_method * lo_method |
| typedef struct _lo_server * lo_server |
| typedef struct _lo_server_thread * lo_server_thread |
| typedef struct _lo_bundle * lo_bundle |
| typedef struct _lo_strlist lo_strlist |
| struct lo_cs lo_client_sockets |
Referenced by send_data(), and test_validation().