Public Member Functions | |
def | __init__ |
def | clear_window |
def | tick |
Public Attributes | |
diag | |
freq |
A class to facilitate making diagnostics for a topic using a FrequencyStatus. The word "headerless" in the class name refers to the fact that it is mainly designed for use with messages that do not have a header, and that cannot therefore be checked using a TimeStampStatus.
Definition at line 46 of file _publisher.py.
def diagnostic_updater._publisher.HeaderlessTopicDiagnostic.__init__ | ( | self, | |
name, | |||
diag, | |||
freq | |||
) |
Constructs a HeaderlessTopicDiagnostic. @param name The name of the topic that is being diagnosed. @param diag The diagnostic_updater that the CompositeDiagnosticTask should add itself to. @param freq The parameters for the FrequencyStatus class that will be computing statistics.
Definition at line 55 of file _publisher.py.
Clears the frequency statistics.
Definition at line 76 of file _publisher.py.
Signals that a publication has occurred.
Definition at line 72 of file _publisher.py.
Definition at line 64 of file _publisher.py.
Definition at line 64 of file _publisher.py.