Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
kStatus GdkTool_VUpdateConfig ( const GdkToolEnv *  env,
GdkToolCfg  toolConfig 
)

[Deprecated] Use GdkTool_VUpdateConfigInstanced() instead.

Update the configuration due to parameter changes.

The framework calls this function after the configuration has changed. The tool implementation has the opportunity to update configuration attributes that may need to be dynamically updated. For example the implementation may use the value of a parameter to update the min and max constraints of another parameter. This function can be called for configuration changes not related to the tool type.