318 #include <GoSdk/Tools/GoTools.x.h>
Represents the base class for a tool measurement or script output.
kStatus GoScript_AddOutput(GoScript tool, k32u id)
Adds a script output.
kStatus GoScript_RemoveOutput(GoScript tool, k32u id)
Removes a script output with the specific ID.
Represents a script output for a Script Tool.
GoScriptOutput GoScript_OutputAt(GoScript tool, kSize index)
Returns a handle to a script output at the given index.
Essential SDK declarations.
kStatus GoScript_Code(GoScript tool, kChar **code)
Gets the code for the script.
kStatus GoScript_SetCode(GoScript tool, kChar *code)
Sets the code for the script.
kSize GoScript_OutputCount(GoScript tool)
Returns the count of script tool outputs.
Represents a script tool.