![]() |
O2 2.0
A communication protocol for interactive music and media applications.
|
Public Member Functions | |
| Osc_info (const char *key, int port_, Fds_info *info, int tag) | |
| bool | local_is_synchronized () |
| bool | schedule_before_send () |
| O2err | accepted (Fds_info *conn) |
| O2err | connected () |
| O2err | deliver (O2netmsg_ptr msg) |
| void | show (int indent) |
| O2status | status (const char **process) |
| O2err | msg_data_to_osc_data (o2_msg_data_ptr msg, O2time min_time) |
| O2err | send (bool block) |
Public Member Functions inherited from Proxy_info | |
| Proxy_info (const char *key, int tag) | |
| virtual void | remove () |
| void | delete_fds_info () |
| O2message_ptr | pre_send (int *tcp_flag) |
| void | co_info (Fds_info *fds_info, const char *msg) |
Public Member Functions inherited from O2node | |
| O2node (const char *key_, int tag_) | |
| virtual const char * | get_proc_name () |
Public Member Functions inherited from O2obj | |
| void * | operator new (size_t size) |
| void | operator delete (void *ptr) |
Public Member Functions inherited from Net_interface | |
| virtual O2err | writeable () |
Public Attributes | |
| Net_address | udp_address |
| int | port |
Public Attributes inherited from O2node | |
| int | tag |
| O2string | key |
| O2node * | next |
Public Attributes inherited from Net_interface | |
| Fds_info * | fds_info |
Implements Net_interface.
|
virtual |
Reimplemented from Net_interface.
|
virtual |
Reimplemented from Proxy_info.
|
inlinevirtual |
Reimplemented from Proxy_info.
|
virtual |
Reimplemented from Proxy_info.
|
virtual |
Reimplemented from Proxy_info.
|
virtual |
Reimplemented from O2node.