Beispiel #1
0
    def __init__(self, communicator, vehicle_event_dispatcher):
        ProtocolHandler.__init__(self, communicator, vehicle_event_dispatcher)

        self._motor_command = ''
 def __init__(self, communicator, vehicle_event_dispatcher):
     ProtocolHandler.__init__(self, communicator, vehicle_event_dispatcher)
     
     self._motor_command = ''