The Complete SPRLIB & ANNLIB

status_map

- print a MAP structure's contents to a stream

SYNOPSIS

void status_net (stream, map, prev_layer)

ARGUMENTS

FILE *stream A valid filepointer.
MAP *map A pointer to the MAP structure to be printed.
LAYER *prev_layer A pointer to the layer preceding the layer this map is in. Necessary to print a connections.

RETURNS

Nothing.

FUNCTION

Pretty-prints the contents of the map structure. Useful in examining a network's contents.

NOTE

This function is used by the status_total function through the status_layer function.

SEE ALSO

status_total, status_net, status_layer, status_unit, status_link, status_weight

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