Next:
8.1 Overview
Up:
D R A
Previous:
7.10 fluke_pset_set_state: set the
8 Interprocess Communication
8.1 Overview
8.2 IPC types
8.3 IPC parameters
8.4 fluke_ipc_call: make a synchronous idempotent call to a port
8.5 fluke_ipc_client_connect_send: create a reliable connection to a server
8.6 fluke_ipc_client_connect_send_over_receive: perform a reliable RPC to a server
8.7 fluke_ipc_reply: reply to an idempotent call
8.8 fluke_ipc_reply_wait_receive: reply to an idempotent call and wait for a new request
8.9 fluke_ipc_send: send a one-way message to a port
8.10 fluke_ipc_server_ack_send_wait_receive: reply to a reliable RPC and wait for another
8.11 fluke_ipc_server_send_wait_receive: send data to a reliable IPC connection, disconnect and wait for a new invocation
8.12 fluke_ipc_setup_wait_receive: set up a server thread and wait for incoming IPC invocations
8.13 fluke_ipc_
side
_ack_send: become the sender on a reliable IPC connection
8.14 fluke_ipc_
side
_ack_send_over_receive: reverse a reliable IPC connection, send a message and reverse again
8.15 fluke_ipc_
side
_alert: send an interrupt on a reliable IPC connection
8.16 fluke_ipc_
side
_disconnect: destroy a reliable IPC connection
8.17 fluke_ipc_
side
_over_receive: reverse the transfer direction of a reliable IPC connection
8.18 fluke_ipc_
side
_receive: receive data through reliable IPC
8.19 fluke_ipc_
side
_send: send data across a reliable IPC connection
8.20 fluke_ipc_
side
_send_over_receive: send a message on a reliable IPC connection and reverse the connection
8.21 fluke_ipc_wait_receive: wait on a port set for incoming IPC invocations
Utah Flux Research Group