X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FbbCreateBlackBox%2Fxml-templates%2Fstd-template.xml;h=bb8050b23c1487a5e6e1db11d3ef03f1399fbbf9;hb=f20c3308a0d420bbc81089fad47108fa4f25aa17;hp=70e19b1c41e3efa504e9e260cb8ac8b5f03143b9;hpb=f87c49c48b5b99956697759168cffb06826e4fe8;p=bbtk.git diff --git a/kernel/appli/bbCreateBlackBox/xml-templates/std-template.xml b/kernel/appli/bbCreateBlackBox/xml-templates/std-template.xml index 70e19b1..bb8050b 100644 --- a/kernel/appli/bbCreateBlackBox/xml-templates/std-template.xml +++ b/kernel/appli/bbCreateBlackBox/xml-templates/std-template.xml @@ -1,24 +1,86 @@ - - + + + + __AUTHOR__ __DESCRIPTION__ - __CategoryBlackBox__ + __CATEGORY__ + + + +
iostream
+ - - - + + -
-    bbSetOutputOut( bbGetInputIn1() + bbGetInputIn2() );
-  
+ -
-    bbSetInputIn1(0);
-    bbSetInputIn2(0);
-    bbSetOutputOut(0);
-  
+ + + -
+ + + +
+    bbSetOutputOut( bbGetInputIn() );
+    std::cout << "Output value = " <
+  
+  
 
+  
+  
+  
+    bbSetInputIn(0);
+  
+
+ + + +
+  
+
+ + + +
+  
+
+ + + + + +