Gocator API
|
Represents a ...
Public Member Functions | |
GoMeasurement | GoProfileLine_MaxErrorMeasurement (GoProfileLine tool) |
Returns a GoProfileLine MaxError measurement object. More... | |
GoMeasurement | GoProfileLine_MinErrorMeasurement (GoProfileLine tool) |
Returns a GoProfileLine MinError measurement object. More... | |
GoMeasurement | GoProfileLine_PercentileMeasurement (GoProfileLine tool) |
Returns a GoProfileLine Percentile measurement object. More... | |
GoMeasurement | GoProfileLine_StdDevMeasurement (GoProfileLine tool) |
Returns a GoProfileLine StdDev measurement object. More... | |
GoProfileRegion | GoProfileLineRegion_RegionAt (GoProfileLineRegion lineRegion, k32u index) |
Gets the profile region based on the given index. More... | |
k32u | GoProfileLineRegion_RegionCount (GoProfileLineRegion lineRegion) |
Returns the number of regions. More... | |
kStatus | GoProfileTool_SetSource (GoProfileTool tool, GoDataSource source) |
Sets the profile data source. More... | |
GoDataSource | GoProfileTool_Source (GoProfileTool tool) |
Gets the profile data source. More... | |
GoMeasurement | GoTool_FindMeasurementByType (GoTool tool, GoMeasurementType type) |
Retrieves the first found instance of a measurement for a given type. More... | |
GoMeasurement | GoTool_MeasurementAt (GoTool tool, kSize index) |
Retrieves the measurement at the given index. More... | |
kSize | GoTool_MeasurementCount (GoTool tool) |
Returns the measurement count. More... | |
kStatus | GoTool_Name (GoTool tool, kChar *name, kSize capacity) |
Retrieves the name of the tool. More... | |
kStatus | GoTool_SetName (GoTool tool, const kChar *name) |
Sets the name of the tool. More... | |
GoMeasurement GoProfileLine_MaxErrorMeasurement | ( | GoProfileLine | tool | ) |
Returns a GoProfileLine MaxError measurement object.
tool | GoProfileLine object. |
GoMeasurement GoProfileLine_MinErrorMeasurement | ( | GoProfileLine | tool | ) |
Returns a GoProfileLine MinError measurement object.
tool | GoProfileLine object. |
GoMeasurement GoProfileLine_PercentileMeasurement | ( | GoProfileLine | tool | ) |
Returns a GoProfileLine Percentile measurement object.
tool | GoProfileLine object. |
GoMeasurement GoProfileLine_StdDevMeasurement | ( | GoProfileLine | tool | ) |
Returns a GoProfileLine StdDev measurement object.
tool | GoProfileLine object. |
GoProfileRegion GoProfileLineRegion_RegionAt | ( | GoProfileLineRegion | lineRegion, |
k32u | index | ||
) |
Gets the profile region based on the given index.
lineRegion | GoProfileLineRegion object. |
index | The index of the profile region to return. |
k32u GoProfileLineRegion_RegionCount | ( | GoProfileLineRegion | lineRegion | ) |
Returns the number of regions.
lineRegion | GoProfileLineRegion object. |
|
inherited |
Sets the profile data source.
tool | GoProfileTool object. |
source | GoDataSource object. |
|
inherited |
|
inherited |
Retrieves the first found instance of a measurement for a given type.
tool | GoTool object. |
type | A GoMeasurementType representing the measurement type to find in the given tool. |
|
inherited |
Retrieves the measurement at the given index.
tool | GoTool object. |
index | The index of the measurement. |
|
inherited |
|
inherited |
Retrieves the name of the tool.
tool | GoTool object. |
name | Receives the name of the tool. |
capacity | The maximum capacity of the name array. |
|
inherited |
Sets the name of the tool.
tool | GoTool object. |
name | The name to be set for the tool. |