X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fappli%2FbbCreateBlackBox%2Fxml-templates%2Fstd-template.xml;h=54aa42743d158a6415622e856c7da190bee7fe86;hb=174355911252cb3817305ef368acd995a02ab245;hp=70e19b1c41e3efa504e9e260cb8ac8b5f03143b9;hpb=d25c11eaadd6eb2638aa9aceb2e515964f5de2fb;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..54aa427 100644 --- a/kernel/appli/bbCreateBlackBox/xml-templates/std-template.xml +++ b/kernel/appli/bbCreateBlackBox/xml-templates/std-template.xml @@ -1,24 +1,75 @@ - - + + + __AUTHOR__ __DESCRIPTION__ - __CategoryBlackBox__ + __CATEGORY__ + + + +
+    iostream.h
+  
+ - - - + + + + + + + +
-    bbSetOutputOut( bbGetInputIn1() + bbGetInputIn2() );
+    bbSetOutputOut( bbGetInputIn() );
+    std::cout << "Output value = " <
-  
+  
+
+  
   
-    bbSetInputIn1(0);
-    bbSetInputIn2(0);
-    bbSetOutputOut(0);
+    bbSetInputIn(0);
   
+ +
+  
+ +
+  
+ + + - +