This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | Tzoutgoing |
vt structure type for outgoing zephyrgrams. More... | |
Functions | |
func | new_zoutgoing ()[zout] |
Create a new outgoing zephyr object. More... | |
func | zout_send (zout) |
Send an outgoing zephyr. More... | |
func | zout_std_args (zout)[args, pos] |
Get generic command arguments from an outgoing zephyr. More... |
new_zoutgoing()
returns a vtc structure with fields for the destination of the zephyr, the body, the signature, and a sender function. The caller populates these fields and then calls zout_send()
to actually send the message.
Definition in file zsend.vtc.
|
Create a new outgoing zephyr object.
This function returns a structure of type
Definition at line 78 of file zsend.vtc. Referenced by Zaway(), Zback(), outbound_parse(), zaway_respond(), and zreplay().
|
|
Send an outgoing zephyr.
This function causes an outgoing zephyr object to be sent. The function in the
Definition at line 100 of file zsend.vtc. Referenced by Zaway(), Zback(), zaway_respond(), zephyr_outbound(), and zreplay().
|
|
Get generic command arguments from an outgoing zephyr. This function examines an outgoing zephyr object, and returns a string of parameters suitable for use with zwrite containing the class, instance, recipient, opcode, and signature of the message.
Definition at line 115 of file zsend.vtc. Referenced by zsend_zcrypt(), and zsend_zwrite().
|