plugins/canfestival/canfestival.py
changeset 336 ae3488c79283
parent 307 b80d3a84b8bf
child 341 d3ae1f0e0220
--- a/plugins/canfestival/canfestival.py	Fri Apr 10 07:53:42 2009 +0200
+++ b/plugins/canfestival/canfestival.py	Fri Apr 10 07:55:55 2009 +0200
@@ -278,6 +278,7 @@
                        "board_decls" : "",
                        "nodes_init" : "",
                        "nodes_open" : "",
+                       "nodes_stop" : "",
                        "nodes_close" : "",
                        "nodes_send_sync" : "",
                        "nodes_proceed_sync" : "",
@@ -361,7 +362,7 @@
                    child_data.getCAN_Baudrate())
             format_dict["nodes_open"] += 'NODE_OPEN(%s)\n    '%(nodename)
             format_dict["nodes_close"] += 'NODE_CLOSE(%s)\n    '%(nodename)
-        
+            format_dict["nodes_stop"] += 'NODE_STOP(%s)\n    '%(nodename)        
         if sys.platform == 'win32':
             if self.CanFestivalInstance.getDebug_mode() and os.path.isfile(os.path.join("%s"%(format_dict["candriver"] + '_DEBUG.dll'))):
                     format_dict["candriver"] += '_DEBUG.dll'