editors/DebugViewer.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1737 a39c2918c015
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    32 
    32 
    33 #-------------------------------------------------------------------------------
    33 #-------------------------------------------------------------------------------
    34 #                               Debug Viewer Class
    34 #                               Debug Viewer Class
    35 #-------------------------------------------------------------------------------
    35 #-------------------------------------------------------------------------------
    36 
    36 
    37 """
       
    38 Class that implements common behavior of every viewers able to display debug
       
    39 values
       
    40 """
       
    41 
    37 
    42 class DebugViewer:
    38 class DebugViewer:
       
    39     """
       
    40     Class that implements common behavior of every viewers able to display debug
       
    41     values
       
    42     """
    43 
    43 
    44     def __init__(self, producer, debug, subscribe_tick=True):
    44     def __init__(self, producer, debug, subscribe_tick=True):
    45         """
    45         """
    46         Constructor
    46         Constructor
    47         @param producer: Object receiving debug value and dispatching them to
    47         @param producer: Object receiving debug value and dispatching them to