X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdExecSystemCommand.h;h=9f070b80904fbdcc2af947effab0f2c2f75f45f4;hb=baf5a1b33bcfaf0221e60b61bec8ba17229a2781;hp=cc7f72a182198beed8535e55c1b2a69309436530;hpb=f0bb9e770f5328accf410d2e6e631ccb7bf3a642;p=bbtk.git diff --git a/packages/std/src/bbstdExecSystemCommand.h b/packages/std/src/bbstdExecSystemCommand.h index cc7f72a..9f070b8 100755 --- a/packages/std/src/bbstdExecSystemCommand.h +++ b/packages/std/src/bbstdExecSystemCommand.h @@ -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__