Gocator API
 All Classes Files Functions Variables Typedefs Macros Modules Pages
GoExtToolDataOutput Class Reference

Description

Represents the base class for a tool data output.

Inheritance diagram for GoExtToolDataOutput:
Inheritance graph

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 kCharGoExtToolDataOutput_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 kCharGoExtToolDataOutput_Type (GoExtToolDataOutput toolDataOutput)
 Gets the toolDataOutput type name for the given toolDataOutput. More...
 

The documentation for this class was generated from the following file: