Retrieves the first found instance of a measurement for a given type.
- Parameters
-
tool | GoTool object. |
type | A GoMeasurementType representing the measurement type to find in the given tool. |
- Returns
- A measurement object if one is found, otherwise kNULL.
Retrieves the measurement at the given index.
- Parameters
-
tool | GoTool object. |
index | The index of the measurement. |
- Returns
- The measurement.
kSize GoTool_MeasurementCount |
( |
GoTool |
tool | ) |
|
Returns the measurement count.
- Parameters
-
- Returns
- The measurement count.
kStatus GoTool_Name |
( |
GoTool |
tool, |
|
|
kChar * |
name, |
|
|
kSize |
capacity |
|
) |
| |
Retrieves the name of the tool.
- Parameters
-
tool | GoTool object. |
name | Receives the name of the tool. |
capacity | The maximum capacity of the name array. |
- Returns
- Operation status.
kStatus GoTool_SetName |
( |
GoTool |
tool, |
|
|
const kChar * |
name |
|
) |
| |
Sets the name of the tool.
- Parameters
-
tool | GoTool object. |
name | The name to be set for the tool. |
- Returns
- Operation status.
The documentation for this class was generated from the following file: