DOKK / manpages / debian 10 / ivtools-dev / Path.3u.en
Path(3U) InterViews Reference Manual Path(3U)

Path - record of connectors visited during dataflow

#include <Unidraw/path.h>

A Path object stores a record of connectors that have been visited during dataflow. Transfer functions, state variables, connectors, and other components can use the information in the path to determine whether data should be transmitted, for example, to avoid circular flow.

Instantiate a new path, optionally with a duplicate of the information contained in the given path.
Register a connector as having been visited.
Return whether or not a connector has been registered previously with the path.

Connector(3U), StateVar(3U), TransferFunct(3U)

6 August 1990 Unidraw