|
Gocator Development Kit
|
Represents configuration for a tool data output.
Public Member Functions | |
| GdkDataType | GdkToolDataOutputCfg_DataType (GdkToolDataOutputCfg config) |
| Returns the tool data output Data type. More... | |
| kBool | GdkToolDataOutputCfg_Enabled (GdkToolDataOutputCfg config) |
| Returns tool data output enabled state. More... | |
| k32s | GdkToolDataOutputCfg_Id (GdkToolDataOutputCfg config) |
| Returns the tool data output ID. More... | |
| const kChar * | GdkToolDataOutputCfg_Name (GdkToolDataOutputCfg config) |
| Returns the tool data output name. More... | |
| GdkParams | GdkToolDataOutputCfg_Parameters (GdkToolDataOutputCfg config) |
| Returns user-defined parameter set. More... | |
| kStatus | GdkToolDataOutputCfg_SetEnabled (GdkToolDataOutputCfg config, kBool flag) |
| Sets the enabled state of the data output. More... | |
| kStatus | GdkToolDataOutputCfg_SetName (GdkToolDataOutputCfg config, const kChar *name) |
| Sets the name of the data output. More... | |
| const kChar * | GdkToolDataOutputCfg_Type (GdkToolDataOutputCfg config) |
| Returns the tool data output Type name. More... | |