|
/opt/src/beast/sfi/sficomport.h
SYNOPSIS
| struct
| _SfiComPort; |
| struct
| _SfiComPortLink; |
| |
| void
| sfi_com_port_close_remote
| (port, terminate_child); |
| void
| sfi_com_port_create_linked
| (ident1, thread1, port1, ident2, thread2, port2); |
| SfiComPort*
| sfi_com_port_from_child
| (ident, remote_input, remote_output, remote_pid); |
| SfiComPort*
| sfi_com_port_from_pipe
| (ident, remote_input, remote_output); |
| GPollFD*
| sfi_com_port_get_poll_fds
| (port, n_pfds); |
| gboolean
| sfi_com_port_io_pending
| (port); |
| void
| sfi_com_port_process_io
| (port); |
| void
| sfi_com_port_reap_child
| (port, kill_child); |
| GValue*
| sfi_com_port_recv
| (port); |
| GValue*
| sfi_com_port_recv_blocking
| (port); |
| SfiComPort*
| sfi_com_port_ref
| (port); |
| void
| sfi_com_port_send
| (port, value); |
| void
| sfi_com_port_send_bulk
| (port, value_ring); |
| void
| sfi_com_port_set_close_func
| (port, func, close_data); |
| gboolean
| sfi_com_port_test_reap_child
| (port); |
| void
| sfi_com_port_unref
| (port); |
DESCRIPTION
_SfiComPort | | /opt/src/beast/sfi/sficomport.h:32 |
_SfiComPortLink | | /opt/src/beast/sfi/sficomport.h:65 |
sfi_com_port_close_remote | | /opt/src/beast/sfi/sficomport.h:117 |
sfi_com_port_create_linked | | /opt/src/beast/sfi/sficomport.h:93 |
sfi_com_port_from_child | | /opt/src/beast/sfi/sficomport.h:86 |
sfi_com_port_from_pipe | | /opt/src/beast/sfi/sficomport.h:82 |
sfi_com_port_get_poll_fds | | /opt/src/beast/sfi/sficomport.h:107 |
sfi_com_port_io_pending | | /opt/src/beast/sfi/sficomport.h:108 |
sfi_com_port_process_io | | /opt/src/beast/sfi/sficomport.h:109 |
sfi_com_port_reap_child | | /opt/src/beast/sfi/sficomport.h:119 |
sfi_com_port_recv | | /opt/src/beast/sfi/sficomport.h:102 |
sfi_com_port_recv_blocking | | /opt/src/beast/sfi/sficomport.h:103 |
sfi_com_port_ref | | /opt/src/beast/sfi/sficomport.h:94 |
sfi_com_port_send | | /opt/src/beast/sfi/sficomport.h:99 |
sfi_com_port_send_bulk | | /opt/src/beast/sfi/sficomport.h:101 |
sfi_com_port_set_close_func | | /opt/src/beast/sfi/sficomport.h:115 |
sfi_com_port_test_reap_child | | /opt/src/beast/sfi/sficomport.h:120 |
sfi_com_port_unref | | /opt/src/beast/sfi/sficomport.h:95 |
|
|