X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2Fstd%2Fsrc%2FbbstdConfiguration.h;h=35efb37e56fc0e08a400d5fa272b1b8264adad11;hb=8c7d963544d45c3a7d5c262f6dd9d7f8cf8e7cf1;hp=00c89964bba5c7b203765adc42d15751138210b8;hpb=029bec1fef526327df088b15771a4a4d84af7b0b;p=bbtk.git diff --git a/packages/std/src/bbstdConfiguration.h b/packages/std/src/bbstdConfiguration.h index 00c8996..35efb37 100644 --- a/packages/std/src/bbstdConfiguration.h +++ b/packages/std/src/bbstdConfiguration.h @@ -9,7 +9,7 @@ namespace bbstd : public bbtk::AtomicBlackBox { - BBTK_USER_BLACK_BOX_INTERFACE(Configuration,bbtk::AtomicBlackBox); + BBTK_BLACK_BOX_INTERFACE(Configuration,bbtk::AtomicBlackBox); BBTK_DECLARE_OUTPUT(BinPath,std::string); BBTK_DECLARE_OUTPUT(DataPath,std::string); BBTK_DECLARE_OUTPUT(DocPath,std::string); @@ -25,14 +25,14 @@ namespace bbstd BBTK_BEGIN_DESCRIBE_BLACK_BOX(Configuration,bbtk::AtomicBlackBox); BBTK_NAME("Configuration"); - BBTK_AUTHOR("jpr@creatis.insa-lyon.fr"); + BBTK_AUTHOR("jpr@creatis.insa-lyon [dot] fr"); BBTK_CATEGORY("misc"); BBTK_DESCRIPTION("Gets configuration informations"); - BBTK_OUTPUT(Configuration,BinPath,"Binaries path",std::string); - BBTK_OUTPUT(Configuration,DataPath,"Data path",std::string); - BBTK_OUTPUT(Configuration,DocPath,"Documentation path",std::string); - BBTK_OUTPUT(Configuration,FileSeparator,"/ or \\",std::string); - BBTK_OUTPUT(Configuration,SystemType,"0=Linux 1=Windows",int); + BBTK_OUTPUT(Configuration,BinPath,"Binaries path",std::string,"directory name"); + BBTK_OUTPUT(Configuration,DataPath,"Data path",std::string,"directory name"); + BBTK_OUTPUT(Configuration,DocPath,"Documentation path",std::string,"directory name"); + BBTK_OUTPUT(Configuration,FileSeparator,"/ or \\",std::string,""); + BBTK_OUTPUT(Configuration,SystemType,"0=Linux 1=Windows",int,""); BBTK_END_DESCRIBE_BLACK_BOX(Configuration); } // EO namespace bbstd