Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added manipulation TransitionValidToAccuracyBelowSpecifiedLimits #100

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- manipulation TransitionValidToAccuracyBelowSpecifiedLimits for metrics
- manipulation DisplayMetricWithDifferentUnit for metrics
- manipulation GetMetricDeterminationMode for metrics
- manipulation PhysicallyDisconnectRemovableSubsystemAfterPhysicalConnectorProvided for combined settings
Expand Down
10 changes: 10 additions & 0 deletions src/t2iapi/metric/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,14 @@ service MetricService {
*/
rpc DisplayMetricWithDifferentUnit (BasicHandleRequest)
returns (BasicResponse);

/*
For the metric with the provided handle perform the following transition:
- provide pm:MetricValue/@Value resp. @Samples with pm:MetricQuality/@Validity = 'Vld' then
- change its accuracy such that it does not meet the limits specified either by an applicable standard that the
SDC METRIC PROVIDER demonstrates conformity to or in the ACCOMPANYING INFORMATION of the SDC METRIC PROVIDER
- provide a new pm:MetricValue/@Value resp. @Samples.
antipovi-draeger marked this conversation as resolved.
Show resolved Hide resolved
*/
rpc TransitionValidToAccuracyBelowSpecifiedLimits (BasicHandleRequest)
antipovi-draeger marked this conversation as resolved.
Show resolved Hide resolved
returns (BasicResponse);
}
Loading