|
Gocator API
|
Represents a width measurement for a Profile Strip Tool.
Inheritance diagram for GoProfileStripWidth:Public Member Functions | |
| kStatus | GoMeasurement_ClearId (GoMeasurement measurement) |
| Clears the assigned ID for the given measurement. More... | |
| k64f | GoMeasurement_DecisionMax (GoMeasurement measurement) |
| Gets the maximum decision value for the given measurement. More... | |
| k64f | GoMeasurement_DecisionMin (GoMeasurement measurement) |
| Gets the minimum decision value for the given measurement. More... | |
| kStatus | GoMeasurement_Enable (GoMeasurement measurement, kBool enable) |
| Enables the given measurement for output. More... | |
| kBool | GoMeasurement_Enabled (GoMeasurement measurement) |
| Returns a boolean value representing whether the given measurement is enabled. More... | |
| kStatus | GoMeasurement_EnableHold (GoMeasurement measurement, kBool enable) |
| Sets measurement value hold for the given measurement. More... | |
| kStatus | GoMeasurement_EnableSmoothing (GoMeasurement measurement, kBool enable) |
| Sets measurement value smoothing for the given measurement. More... | |
| kBool | GoMeasurement_HasId (GoMeasurement measurement) |
| Returns whether or not the given measurement has a valid ID assigned to it. More... | |
| kBool | GoMeasurement_HoldEnabled (GoMeasurement measurement) |
| Returns a boolean value representing the current state of measurement value hold. More... | |
| k32s | GoMeasurement_Id (GoMeasurement measurement) |
| Gets the ID for the given measurement. More... | |
| const kChar * | GoMeasurement_Name (GoMeasurement measurement) |
| Gets the name for the given measurement. More... | |
| k64f | GoMeasurement_Offset (GoMeasurement measurement) |
| Returns the measurement value offset. More... | |
| k64f | GoMeasurement_Scale (GoMeasurement measurement) |
| Returns the current measurement value scaling factor. More... | |
| kStatus | GoMeasurement_SetDecisionMax (GoMeasurement measurement, k64f max) |
| Sets the maximum decision value for the given measurement. More... | |
| kStatus | GoMeasurement_SetDecisionMin (GoMeasurement measurement, k64f min) |
| Sets the minimum decision value for the given measurement. More... | |
| kStatus | GoMeasurement_SetId (GoMeasurement measurement, k32u id) |
| Sets an ID number for the given measurement. More... | |
| kStatus | GoMeasurement_SetName (GoMeasurement measurement, const kChar *name) |
| Sets the name for the given measurement. More... | |
| kStatus | GoMeasurement_SetOffset (GoMeasurement measurement, k64f value) |
| Sets the measurement value offset for the given measurement. More... | |
| kStatus | GoMeasurement_SetScale (GoMeasurement measurement, k64f value) |
| Sets the measurement value scaling for the given measurement. More... | |
| kStatus | GoMeasurement_SetSmoothingWindow (GoMeasurement measurement, k64s value) |
| Sets the measurement value smoothing window for the given measurement. More... | |
| kBool | GoMeasurement_SmoothingEnabled (GoMeasurement measurement) |
| Returns a boolean value representing the current state of measurement value smoothing. More... | |
| k64s | GoMeasurement_SmoothingWindow (GoMeasurement measurement) |
| Returns the current measurement value smoothing window size. More... | |
| kObject | GoMeasurement_SourceTool (GoMeasurement measurement) |
| Returns the source tool of the given measurement. More... | |
| GoMeasurementType | GoMeasurement_Type (GoMeasurement measurement) |
| Gets the measurement type for the given measurement. More... | |
| k32u | GoProfileStripWidth_SelectIndex (GoProfileStripWidth measurement) |
| Gets the select index. More... | |
| GoProfileGrooveSelectType | GoProfileStripWidth_SelectType (GoProfileStripWidth measurement) |
| Gets the select type. More... | |
| kStatus | GoProfileStripWidth_SetSelectIndex (GoProfileStripWidth measurement, k32u selectIndex) |
| Sets the select index. More... | |
| kStatus | GoProfileStripWidth_SetSelectType (GoProfileStripWidth measurement, GoProfileGrooveSelectType selectType) |
| Sets the select type. More... | |
|
inherited |
Clears the assigned ID for the given measurement.
| measurement | GoMeasurement object. |
|
inherited |
Gets the maximum decision value for the given measurement.
| measurement | GoMeasurement object. |
|
inherited |
Gets the minimum decision value for the given measurement.
| measurement | GoMeasurement object. |
|
inherited |
Enables the given measurement for output.
| measurement | GoMeasurement object. |
| enable | Set to kTRUE to enable the measurement, kFALSE to disable it. |
|
inherited |
Returns a boolean value representing whether the given measurement is enabled.
| measurement | GoMeasurement object. |
|
inherited |
Sets measurement value hold for the given measurement.
| measurement | GoMeasurement object. |
| enable | kTRUE to enable measurement value hold, kFALSE to disable it. |
|
inherited |
Sets measurement value smoothing for the given measurement.
| measurement | GoMeasurement object. |
| enable | kTRUE to enable measurement value smoothing, kFALSE to disable it. |
|
inherited |
Returns whether or not the given measurement has a valid ID assigned to it.
| measurement | GoMeasurement object. |
|
inherited |
Returns a boolean value representing the current state of measurement value hold.
| measurement | GoMeasurement object. |
|
inherited |
Gets the ID for the given measurement.
| measurement | GoMeasurement object. |
|
inherited |
Gets the name for the given measurement.
| measurement | GoMeasurement object. |
|
inherited |
Returns the measurement value offset.
| measurement | GoMeasurement object. |
|
inherited |
Returns the current measurement value scaling factor.
| measurement | GoMeasurement object. |
|
inherited |
Sets the maximum decision value for the given measurement.
| measurement | GoMeasurement object. |
| max | The maximum decision value to set. |
|
inherited |
Sets the minimum decision value for the given measurement.
| measurement | GoMeasurement object. |
| min | The minimum decision value to set. |
|
inherited |
Sets an ID number for the given measurement.
| measurement | GoMeasurement object. |
| id | The ID value to set for the measurement. |
|
inherited |
Sets the name for the given measurement.
| measurement | GoMeasurement object. |
| name | The name to assign to the measurement. |
|
inherited |
Sets the measurement value offset for the given measurement.
| measurement | GoMeasurement object. |
| value | The measurement offset to set. |
|
inherited |
Sets the measurement value scaling for the given measurement.
| measurement | GoMeasurement object. |
| value | The intended measurement value scaling factor. |
|
inherited |
Sets the measurement value smoothing window for the given measurement.
| measurement | GoMeasurement object. |
| value | The intended size of the smoothing window. |
|
inherited |
Returns a boolean value representing the current state of measurement value smoothing.
| measurement | GoMeasurement object. |
|
inherited |
Returns the current measurement value smoothing window size.
| measurement | GoMeasurement object. |
|
inherited |
Returns the source tool of the given measurement.
| measurement | GoMeasurement object. |
|
inherited |
Gets the measurement type for the given measurement.
| measurement | GoMeasurement object. |
| k32u GoProfileStripWidth_SelectIndex | ( | GoProfileStripWidth | measurement | ) |
| GoProfileGrooveSelectType GoProfileStripWidth_SelectType | ( | GoProfileStripWidth | measurement | ) |
| kStatus GoProfileStripWidth_SetSelectIndex | ( | GoProfileStripWidth | measurement, |
| k32u | selectIndex | ||
| ) |
Sets the select index.
| measurement | GoProfileStripWidth object. |
| selectIndex | The select index value to set. |
| kStatus GoProfileStripWidth_SetSelectType | ( | GoProfileStripWidth | measurement, |
| GoProfileGrooveSelectType | selectType | ||
| ) |
Sets the select type.
| measurement | GoProfileStripWidth object. |
| selectType | The select type to set. |