Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

There is no need to manually call the Set function within the Constructor.  The framework takes care of this.

Processing Function
Anchor
ProcessingFunction
ProcessingFunction

The processing function has the signature

...

When called, the function should update instance variables and can use the mask argument to determine which variables should be updated.

BypassFunction
Anchor
BypassFunction
BypassFunction

This function implements a module's bypass functionality.  The function signature is identical to the processing function

...