The Complete SPRLIB & ANNLIB

status_total

- print a network's contents to a stream

SYNOPSIS

void status_total (stream, net)

ARGUMENTS

FILE *stream A valid filepointer.
NET *net A pointer to the NET structure to be printed.

RETURNS

Nothing.

FUNCTION

Pretty-prints the contents of a complete network by calling the status_net, status_layer, status_unit, status_link and status_weight functions. For each layer in the net structure's FirstLayer linked list, status_layer is called. After that, for each unit in net 's FirstUnit linked list, status_unit is called and status_link is called for all links in the unit's InLinks and OutLinks linked lists. Finally, for all weights in the NET structure's FirstWeight linked list, status_weight is called. Useful in examining a network's contents.

NOTE

The output may become rather large for large networks.

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998