tennsS v1.53 Reference Manual

Copyright (C) 1997 - 2002 Mike Arnold, Altjira Software, mikea@altjira.com

Go to the previous, next section, table of contents.


Networkn

Class Networkn derived from Network and Nettype (size <236> bytes)

A component that implements a network of nodes of the specified type. The network is therefore homogeneous. A mixture of node types within a single network requires the use of a node type that supports multiple modes. The structures in the network are usually created by builder objects through the application of design objects to the network. Nodes can be marked as either an output node or as an input node. Each node has a set of connections from any other node. All configuration strings use indices starting from <0> not from <1>. For the naming of connections, the first index is the destination node, the second is the source node. All node type have a suffix that is used to distinguish classes that are templated by nodes. If the type field in the make command is given as type=derive:<base> then this is replaced with type=<base><suffix>.


Naming

node/<i> references node <i> inp/<i> references node <i> if input out/<i> references node <i> if output n~m/<i> references node <i> if masked

Reverse References for Global Context

network node/<i>

Control

node/<i> reset, dump, restore

Commands

desc-all describe all structures in the network desc-inputs describe all input nodes desc-outputs describe all output nodes desc-nodes describe all nodes list-par list all the parameters for each of the nodes

Derived Classes


Go to the previous, next section, table of contents. Document generated Mon Jun 16 02:19:05 GMT 2003