CSL  5.2
lo_types_internal.h File Reference
#include <netdb.h>
#include <pthread.h>
#include "lo/lo_osc_types.h"

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_addresslo_address
typedef struct _lo_bloblo_blob
typedef struct _lo_messagelo_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_methodlo_method
typedef struct _lo_serverlo_server
typedef struct _lo_server_threadlo_server_thread
typedef struct _lo_bundlelo_bundle
typedef struct _lo_strlist lo_strlist

Variables

struct lo_cs lo_client_sockets

Typedef Documentation

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_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)

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_bundle * lo_bundle
typedef struct _lo_strlist lo_strlist

Variable Documentation

struct lo_cs lo_client_sockets

Referenced by send_data(), and test_validation().