Gocator API
|
Represents the base class for a tool data output.
Public Member Functions | |
GoDataType | GoExtToolDataOutput_DataType (GoExtToolDataOutput toolDataOutput) |
Gets the data type for the given toolDataOutput. More... | |
kBool | GoExtToolDataOutput_Enabled (GoExtToolDataOutput toolDataOutput) |
Returns a boolean value representing whether the given toolDataOutput is enabled. More... | |
k32s | GoExtToolDataOutput_Id (GoExtToolDataOutput toolDataOutput) |
Gets the ID for the given toolDataOutput. More... | |
const kChar * | GoExtToolDataOutput_Name (GoExtToolDataOutput toolDataOutput) |
Gets the name for the given toolDataOutput. More... | |
kStatus | GoExtToolDataOutput_SetEnable (GoExtToolDataOutput toolDataOutput, kBool enable) |
Enables the given toolDataOutput for output. More... | |
kStatus | GoExtToolDataOutput_SetId (GoExtToolDataOutput toolDataOutput, k32s id) |
Sets an ID number for the given toolDataOutput. More... | |
kStatus | GoExtToolDataOutput_SetName (GoExtToolDataOutput toolDataOutput, const kChar *name) |
Sets the name for the given toolDataOutput. More... | |
const kChar * | GoExtToolDataOutput_Type (GoExtToolDataOutput toolDataOutput) |
Gets the toolDataOutput type name for the given toolDataOutput. More... | |