|
Gocator API
|
Represents a collection of tools.

Public Member Functions | |
| kStatus | GoTools_AddTool (GoTools tools, GoToolType type, GoTool *tool) |
| Adds a tool and returns a handle to it. More... | |
| kStatus | GoTools_AssignMeasurementId (GoTools tools, GoMeasurement measurement) |
| Automatically update a given measurement to use a valid ID within the set of tools contained in the GoTools object. More... | |
| kStatus | GoTools_ClearTools (GoTools tools) |
| Removes all tools in the given GoTools instance. More... | |
| GoMeasurement | GoTools_FindMeasurementById (GoTool tools, k32u id) |
| Returns an enabled measurement handle if the specified ID is valid. More... | |
| kStatus | GoTools_RemoveTool (GoTools tools, kSize index) |
| Removes a tool at the given index. More... | |
| GoTool | GoTools_ToolAt (GoTools tools, kSize index) |
| Returns a tool handle at the given index. More... | |
| kSize | GoTools_ToolCount (GoTools tools) |
| Returns the current number of tools. More... | |