You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/tools/metricProgrammable.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -424,16 +424,16 @@ params:
424
424
name: pDescription
425
425
desc: "[in] pointer to description of the metric groups. Must point to a null-terminated character array no longer than $T_MAX_METRIC_GROUP_DESCRIPTION."
426
426
- type: "uint32_t *"
427
-
name: metricGroupCount
427
+
name: pMetricGroupCount
428
428
desc: |
429
429
[in,out] pointer to the number of metric group handles to be created.
430
-
if metricGroupCount is zero, then the driver shall update the value with the maximum possible number of metric group handles that could be created.
431
-
if metricGroupCount is greater than the number of metric group handles that could be created, then the driver shall update the value with the correct number of metric group handles generated.
432
-
if metricGroupCount is lesser than the number of metric group handles that could be created, then $X_RESULT_ERROR_INVALID_ARGUMENT is returned.
430
+
if pMetricGroupCount is zero, then the driver shall update the value with the maximum possible number of metric group handles that could be created.
431
+
if pMetricGroupCount is greater than the number of metric group handles that could be created, then the driver shall update the value with the correct number of metric group handles generated.
432
+
if pMetricGroupCount is lesser than the number of metric group handles that could be created, then $X_RESULT_ERROR_INVALID_ARGUMENT is returned.
433
433
- type: $t_metric_group_handle_t*
434
434
name: phMetricGroup
435
435
desc: |
436
-
[in,out][optional][range(0, metricGroupCount)] array of handle of metric group handles.
436
+
[in,out][optional][range(0, *pMetricGroupCount)] array of handle of metric group handles.
0 commit comments