The Complete SPRLIB & ANNLIB

WEIGHT

- connection weight datatype

SYNOPSIS

typedef struct weight

{

long WeightId; Weight identification number.

long WeightFlag; Weight flag.

union system_data SystemData; Union of data used by algorithms.

union system_data UserData; Union of data for library users.

struct weight_value Value; Actual weight value, containing a pointer to the history - see WEIGHT_VALUE.

struct weight *Next; A pointer to the next weight in the linked list.

} WEIGHT;

DESCRIPTION

This type is used to model a weight. It is usually connected to one or more links. Note that all weights are stored in a linked list, with a pointer to the first entry stored in the NET structure.

SEE ALSO

WEIGHT_VALUE, NET, system_data

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