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
This class isolates functionalities required to subscribe for events and execute commands on HW. This class is meant to be used by HWManager defined in #4766 as a wrapper over IPC.
Motivation
Establish connection through IPC
Expose a method to subscribe to any given event on HW
Expose a method to execute commands on HW (async)
The text was updated successfully, but these errors were encountered:
Description
This class isolates functionalities required to subscribe for events and execute commands on HW. This class is meant to be used by HWManager defined in #4766 as a wrapper over IPC.
Motivation
The text was updated successfully, but these errors were encountered: