Skip to content

Commit

Permalink
Update src/t2iapi/combined/combined_requests.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Deichmann <[email protected]>
  • Loading branch information
belagertem and ldeichmann authored May 24, 2024
1 parent b50cb69 commit 39b3a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/t2iapi/combined/combined_requests.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Request to set the @ActivationState of the pm:SystemContextState with the specif
create or adapt a pm:AbstractContextState with the requested @ContextAssociation for the pm:AbstractContextDescriptor with the given HANDLE.
*/
message SetSystemContextActivationStateAndContextAssociationRequest {
string system_context_handle = 1; // handle of the system context for which the @ActivationState shall be set
string system_context_handle = 1; // HANDLE of the pm:SystemContextState for which the @ActivationState shall be set
t2iapi.activation_state.ComponentActivation system_context_activation = 2; // the requested pm:ComponentActivation value to set for the system context
string context_descriptor_handle = 3; // handle of the context descriptor from which the @ContextAssociation of one of its context states shall be set
t2iapi.context.ContextAssociation context_association = 4; // the @ContextAssociation to be set to a context state of the requested context descriptor
Expand Down

0 comments on commit 39b3a0f

Please sign in to comment.