Did you know ... Search Documentation:
Title for pldoc(dir_index)

tipc

Prolog files

tipc.pl  -- TIPC SocketsShow source
tipc_accept/3Blocks on a server socket and waits for connection requests from clients.Source
tipc_bind/3Associates/disassociates a socket with the name/3 or name_seq/3 address specified in Address.Source
tipc_canonical_address/2Translates a port_id/2 address into canonical TIPC form:.Source
tipc_close_socket/1Closes the indicated socket, making SocketId invalid.Source
tipc_connect/2Provides a connection-oriented, client-interface to connect a socket to a given TIPC_address.Source
tipc_get_name/2Unifies TIPC_address with the port-id assigned to the socket.Source
tipc_get_peer_name/2Unifies TIPC_address with the port-id assigned to the socket that this socket is connected to.Source
tipc_initialize/0causes the TIPC service and the TIPC stack to be initialized and made ready for service.Source
tipc_listen/2Listens for incoming requests for connections.Source
tipc_open_socket/3Opens two SWI-Prolog I/O-streams, one to deal with input from the socket and one with output to the socket.Source
tipc_receive/4Waits for, and returns the next datagram.Source
tipc_send/4sends a TIPC datagram to one or more destinations.Source
tipc_service_exists/1Interrogates the TIPC topology server to see if a service is available at an advertised Address.Source
tipc_service_exists/2Interrogates the TIPC topology server to see if a service is available at an advertised Address.Source
tipc_service_port_monitor/2Monitors a collection of worker threads that are bound to a list of Addresses.Source
tipc_service_port_monitor/3Monitors a collection of worker threads that are bound to a list of Addresses.Source
tipc_service_probe/1Allows a user to discover the instance ranges and/or port-ids for a particular service.Source
tipc_service_probe/2Allows a user to discover the instance ranges and/or port-ids for a particular service.Source
tipc_setopt/2Sets options on the socket.Source
tipc_socket/2Creates a TIPC-domain socket of the type specified by SocketType, and unifies it to an identifier, SocketId.Source
tipc_broadcast.pl  -- A TIPC Broadcast BridgeShow source
tipc_linda.pl  -- A Process Communication InterfaceShow source
tipc_paxos.pl  -- Paxos on TIPCShow source
tipc_paxos_get/1Source
tipc_paxos_get/2Source
tipc_paxos_on_change/2Source
tipc_paxos_set/1Source
tipc_paxos_set/2Source