Skip to content

Commit

Permalink
added the manipulation TransitionValidToAccuracyBelowSpecifiedLimits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-Draeger committed Nov 27, 2024
1 parent 8599d71 commit 3e89897
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
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 PhysicallyDisconnectRemovableSubsystemAfterPhysicalConnectorProvided
- manipulation SetActiveModeOfOperation for metrics
- manipulation PhysicallyDisconnectRemovableSubsystemAfterSettingActivationStateOnOrStndBy
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 @@ -120,4 +120,14 @@ service MetricService {
*/
rpc SetActiveModeOfOperation (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.
*/
rpc TransitionValidToAccuracyBelowSpecifiedLimits (BasicHandleRequest)
returns (BasicResponse);
}

0 comments on commit 3e89897

Please sign in to comment.