RTC Toolkit
2.0.0
|
Interface for accessing the Runtime Configuration Repository asynchronously. More...
Classes | |
class | _RequestContext |
Public Member Functions | |
def | __init__ (self, parent=None, max_queue=1000) |
def | read_datapoints (self, List[str] paths) |
Triggers reading of the datapoints indicated by the paths list. More... | |
def | write_datapoints (self, Dict[str, object] values) |
Triggers a write request for the list of datapoints indicated in the values dictionary. More... | |
Static Public Attributes | |
datapoint_update = Signal(str, object) | |
datapoint_error = Signal(str, str) | |
subscriptions_changed = Signal(set) | |
subscriptions = Property(set, _get_subscriptions, notify=subscriptions_changed) | |
Interface for accessing the Runtime Configuration Repository asynchronously.
def comms.repository.RuntimeRepoControl.__init__ | ( | self, | |
parent = None , |
|||
max_queue = 1000 |
|||
) |
def comms.repository.RuntimeRepoControl.read_datapoints | ( | self, | |
List[str] | paths | ||
) |
Triggers reading of the datapoints indicated by the paths list.
def comms.repository.RuntimeRepoControl.write_datapoints | ( | self, | |
Dict[str, object] | values | ||
) |
Triggers a write request for the list of datapoints indicated in the values dictionary.
|
static |
|
static |
|
static |
|
static |