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
Describe the solution you'd like
As proposed here #345 (comment), the idea is make a utility function to retrieve a state/command handle from the state/command interfaces.
Inputs of that function: interfaces vector, name to look for, interface name (type) to look for
Returns: std::optional
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
As proposed here #345 (comment), the idea is make a utility function to retrieve a state/command handle from the state/command interfaces.
Inputs of that function: interfaces vector, name to look for, interface name (type) to look for
Returns: std::optional
The text was updated successfully, but these errors were encountered: