kStatus GoScript_Code |
( |
GoScript |
tool, |
|
|
kChar ** |
code |
|
) |
| |
Gets the code for the script.
- Parameters
-
tool | GoScript object. |
code | Receives a null-terminated string containing the script code. |
- Returns
- Operation status.
kStatus GoScript_SetCode |
( |
GoScript |
tool, |
|
|
kChar * |
code |
|
) |
| |
Sets the code for the script.
- Parameters
-
tool | GoScript object. |
code | The code to set. |
- Returns
- Operation status.
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 | ) |
|
|
inherited |
Returns the measurement count.
- Parameters
-
- Returns
- The measurement count.
kStatus GoTool_Name |
( |
GoTool |
tool, |
|
|
kChar * |
name, |
|
|
kSize |
capacity |
|
) |
| |
|
inherited |
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 |
|
) |
| |
|
inherited |
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: