Exemplo n.º 1
0
 def __init__(self):
     self.cs_shell_error = ns()
     self.cs_shell_info = ns()
     self.cs_shell_disconnect = ns()
     self.cs_shell_pub_start = ns()
     self.cs_shell_pub_stop = ns()
     self.cs_shell_pub_send = ns()
     self.cs_shell_sub_start = ns()
     self.cs_shell_sub_stop = ns()
Exemplo n.º 2
0
 def __init__(self):
     self.rail_line_finder = RailLineFinder()
     self.cs_broadcast_listener_data = ns()
Exemplo n.º 3
0
 def __init__(self):
     self.cs_rcp_error = ns()
     self.cs_rcp_found = ns()
Exemplo n.º 4
0
 def __init__(self):
     self.cs_line_console_connect = ns()
     self.cs_line_console_condrop = ns()
     self.cs_line_console_command = ns()
Exemplo n.º 5
0
 def __init__(self):
     self.cs_draw_surface_clear = ns()
     self.cs_draw_surface_write = ns()
     #
     self.b_started = False
Exemplo n.º 6
0
 def __init__(self):
     self.blst = deque()
     self.cs_bytesetter_pack = ns()
     self.cs_bytesetter_fini = ns()
Exemplo n.º 7
0
 def __init__(self):
     self.cs_game_instructs_clear = ns()
     self.cs_game_instructs_write = ns()
     #
     self.b_running = False
Exemplo n.º 8
0
 def __init__(self):
     self.cs_menu_asks_display_to_clear = ns()
     self.cs_menu_asks_display_to_write = ns()
     self.cs_menu_selection = ns()