Global Variables


Currently, CONICAL uses only one global variable. It is gStepmaster, of type Stepmaster, declared in Stepper.h, and defined (instantiated) in Stepmstr.cxx. This Stepmaster provides a central container for all Stepper objects, greatly simplifying the update procedure.

No other global variables are planned. (Using global variables in a library is generally bad form, but in this case, it seemed justified.)

Back to Table of Contents


Last Updated: 2/21/96 Joe Strout.