|
RTC Toolkit 6.0.0
|
Implements an adatper class that communicates with the StdCmds MAL interface. More...
Public Member Functions | |
| __init__ (self, str uri) | |
Initialise method for a new StdCmdsFacade. | |
| __del__ (self) | |
| get_interfaces (self, result_slot=None, error_slot=None, finished_slot=None) | |
| Retrieves available interfaces. | |
Static Public Attributes | |
| state_changed = Signal(str) | |
| Signal that gets emitted when polling GetState values. | |
Implements an adatper class that communicates with the StdCmds MAL interface.
| comms.iffacade.IfFacade.__init__ | ( | self, | |
| str | uri ) |
Initialise method for a new StdCmdsFacade.
It inherits from MalAdapter, which provides all the connection logic ready to be used.
We mainly interact with MalAdapter through get_interface() get_mal() and get_factory(). We do not keep references to them.
This class exposes Slots that use the elt.cut.task.Task class to execute long-running operations in a separate thread. Each Slot is a method in the hellociiif interface.
| uri | URI for the MAL reply request endpoint |
| comms.iffacade.IfFacade.__del__ | ( | self | ) |
| comms.iffacade.IfFacade.get_interfaces | ( | self, | |
| result_slot = None, | |||
| error_slot = None, | |||
| finished_slot = None ) |
Retrieves available interfaces.
|
static |
Signal that gets emitted when polling GetState values.