/* {{BEGIN VIS DRAW CONTENT}} */
/* {{END VIS DRAW CONTENT}} */
} /* End of MSG_VIS_DRAW */
void $SHORT NAME$ViewDraw( GStateHandle gstate )
{
/* {{$SHORT NAME$ DRAW BLOCK}} -- DO NOT ERASE -- */
/* {{END $SHORT NAME$ DRAW BLOCK}} -- DO NOT ERASE -- */
} /* End of $SHORT NAME$ViewDraw */
/* {{USER-DEFINED METHOD BLOCK}} -- DO NOT ERASE -- */
4.1.4 Baseline GP File
The GP file provides the geode parameters for the GEOS linker (Glue). These parameters will give
the Glue linker the necessary information when linking a geode.
#####################################################################
#
#
# PROJECT: $PROJECT NAME$
# MODULE: $SHORT NAME$
# FILE: $SHORT FILE NAME$
#
# AUTHOR: $AUTHOR$
#
# REVISION HISTORY:
# Name Date Description
# ---- ---- -----------
#
# DESCRIPTION:
#
#
# RCS STAMP:
#
#
#####################################################################
#
# Permanent name: This is required by Glue to set the permanent name
# and extension of the geode. The permanent name of a library is what
# goes in the imported library table of a client geode (along with the
# protocol number). It is also what Swat uses to name the patient.
#
name $FULL SHORT NAME$
#
# Long filename: this name can displayed by GeoManager. "EC " is prepended to
# this when the error-checking version is linked by Glue.
#
longname "$PROJECT NAME$"
#
# Specify geode type: This geode is an application, and will have its
# own process (thread).
#
#//{{TYPE-GP
type $GEODE TYPE$
#//}}TYPE-GP
#