]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdExecSystemCommand.h
=== MAJOR RELEASE ====
[bbtk.git] / packages / std / src / bbstdExecSystemCommand.h
index e3b6ba1e5194ab9677651ea841ca5917ea3c08a3..9f070b80904fbdcc2af947effab0f2c2f75f45f4 100755 (executable)
@@ -10,9 +10,9 @@ namespace bbstd
     : 
     public bbtk::AtomicBlackBox
   {
-    BBTK_USER_BLACK_BOX_INTERFACE(ExecSystemCommand,bbtk::AtomicBlackBox);
-      BBTK_DECLARE_INPUT(In,std::string);
-//    BBTK_DECLARE_OUTPUT(Out,std::string);
+    BBTK_BLACK_BOX_INTERFACE(ExecSystemCommand,bbtk::AtomicBlackBox);
+    BBTK_DECLARE_INPUT(In,std::string);
+    //    BBTK_DECLARE_OUTPUT(Out,std::string);
     BBTK_PROCESS(DoProcess);
     void DoProcess();
 
@@ -22,13 +22,13 @@ namespace bbstd
   };
 
   BBTK_BEGIN_DESCRIBE_BLACK_BOX(ExecSystemCommand,bbtk::AtomicBlackBox);
-    BBTK_NAME("ExecSystemCommand");
-    BBTK_AUTHOR("eduardo.davila@creatis.insa-lyon.fr");
-    BBTK_DESCRIPTION("Execute bbi commands");
-    BBTK_INPUT(ExecSystemCommand,In,"bbi commands separated by ';' , use '' to indicate strings ex. help 'graph' ",std::string,"");  
-//  BBTK_OUTPUT(ExecSystemCommand,Out,"Concatenated string",std::string);
+  BBTK_NAME("ExecSystemCommand");
+  BBTK_AUTHOR("eduardo.davila@creatis.insa-lyon.fr");
+  BBTK_DESCRIPTION("Execute bbi commands");
+  BBTK_INPUT(ExecSystemCommand,In,"bbi commands separated by ';' , use '' to indicate strings ex. help 'graph' ",std::string,"");  
+  //  BBTK_OUTPUT(ExecSystemCommand,Out,"Concatenated string",std::string);
   BBTK_END_DESCRIBE_BLACK_BOX(ExecSystemCommand);
-
+  
 } // EO namespace bbstd
 
 #endif //  __bbstdExecSystemCommand_h_INCLUDED__