Message GiaNeighborMessage

File: Overlay/Gia/GiaMessage.msg

(no description)

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Extends:

GiaMessage

Main GIA-Message definition

Author: Robert Palmer

Fields:

Name Type Description
neighbors GiaNode[]

Source code:

message GiaNeighborMessage extends GiaMessage
{
    fields:
        GiaNode neighbors[];
};