seq
4.0.0-pre3
|
Implements a subscriber for sequencer logs topic. More...
Public Member Functions | |
def | __init__ (self, parent=None, pub_id=None, *args, **kwargs) |
def | connect_to (self) |
def | parse_and_connect (self, address=None) |
def | is_connected (self) |
def | disconnect_from_server (self) |
def | cache_logs (self, subscription, dataEvent) |
def | publish_logs (self) |
def | print_logs (self, list logs) |
Static Public Attributes | |
logs_published = Signal(list) | |
client_connected = Signal(bool) | |
Implements a subscriber for sequencer logs topic.
def logs_client.SequencerLogsClient.__init__ | ( | self, | |
parent = None , |
|||
pub_id = None , |
|||
* | args, | ||
** | kwargs | ||
) |
def logs_client.SequencerLogsClient.cache_logs | ( | self, | |
subscription, | |||
dataEvent | |||
) |
def logs_client.SequencerLogsClient.connect_to | ( | self | ) |
def logs_client.SequencerLogsClient.disconnect_from_server | ( | self | ) |
def logs_client.SequencerLogsClient.is_connected | ( | self | ) |
def logs_client.SequencerLogsClient.parse_and_connect | ( | self, | |
address = None |
|||
) |
def logs_client.SequencerLogsClient.print_logs | ( | self, | |
list | logs | ||
) |
def logs_client.SequencerLogsClient.publish_logs | ( | self | ) |
|
static |
|
static |