next up previous contents
Next: 3.2.3 Static Parameters Up: 3.2 MDL Classes Previous: 3.2.1 Interface Parameters


3.2.2 Local Parameters

The definition of local parameters differs from the definition of interface parameters only in the name of the parameter definition block:

Local {
   protection Parameter<type> name initial_value;
}

To refer to the value of a local parameter no extra qualifier is needed, the name of the parameter suffices.



Robert Mlekus
1999-11-14