Skip to content

Commit

Permalink
use BasicHandleRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
antipovi-draeger committed Jan 16, 2025
1 parent 2902e9b commit c610019
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/t2iapi/device/device_requests.proto
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,3 @@ message InsertContainmentTreeEntryForSequenceIdRequest {
string sequence_id = 2; // @SequenceId of the devices MDIB where the requested BICEPS CONTAINMENT TREE ENTRY
// was seen
}

/*
Request to make available the BICEPS CONTAINMENT TREE ENTRY (as defined in IEEE Std 11073-10700-2022) that is
represented by the descriptor with the provided handle in the device's MDIB.
*/
message InsertContainmentTreeEntryWithStaticHandleRequest {
string handle = 1; // descriptor handle which represents the BICEPS CONTAINMENT TREE ENTRY
}
2 changes: 1 addition & 1 deletion src/t2iapi/device/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ service DeviceService {
- InsertContainmentTreeEntryWithStaticHandle with handle metric_1 is executed
- no further action from the device is required
*/
rpc InsertContainmentTreeEntryWithStaticHandle (InsertContainmentTreeEntryWithStaticHandleRequest)
rpc InsertContainmentTreeEntryWithStaticHandle (BasicHandleRequest)
returns (BasicResponse);

/*
Expand Down

0 comments on commit c610019

Please sign in to comment.