|
Gocator Development Kit
|
| kStatus GdkTool_VUpdateConfigInstanced | ( | GdkTool | tool, |
| GdkToolCfg | toolConfig | ||
| ) |
Update the tool instance's configuration due to configuration file 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 instance.
| tool | GDK tool instance |
| toolConfig | Tool configuration object. |