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:
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups.
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: