|
Gocator Development Kit
|
A custom tool is represented by a class deriving from the base class GdkTool.
Once a class has been defined and registered with the project assembly, it will be automatically discovered by the framework and become available for use just like a built-in tool.
The following aspects of a tool can be controlled:
During boot-up, the framework calls the GoTool_Describe static method on each tool class. The implementation of this method should describe the tool using the given GdkToolInfo object.
At a minimum, a tool should describe its type name, data type, acceptable source options and at least one measurement.