X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdASCII.h;h=7365d4391d74cf2c55849d777ba61e3f40b4f18e;hb=8c7d963544d45c3a7d5c262f6dd9d7f8cf8e7cf1;hp=688c104585c23c86d35139ebfed8847e69e0a98d;hpb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;p=bbtk.git diff --git a/packages/std/src/bbstdASCII.h b/packages/std/src/bbstdASCII.h index 688c104..7365d43 100644 --- a/packages/std/src/bbstdASCII.h +++ b/packages/std/src/bbstdASCII.h @@ -20,7 +20,7 @@ namespace bbstd virtual void bbUserDestructor(); //================================================================== BBTK_DECLARE_INPUT(In,std::string); - BBTK_DECLARE_INPUT(type,int); + BBTK_DECLARE_INPUT(Type,int); BBTK_DECLARE_OUTPUT(Out,std::string); BBTK_PROCESS(Process); void Process(); @@ -28,13 +28,15 @@ namespace bbstd BBTK_BEGIN_DESCRIBE_BLACK_BOX(ASCII,bbtk::AtomicBlackBox); BBTK_NAME("ASCII"); - BBTK_AUTHOR("eduardo.davila [at] creatis.insa-lyon.fr"); + BBTK_AUTHOR("eduardo.davila [at] creatis [dot] insa-lyon.fr"); + BBTK_DESCRIPTION("ascii codes sequence to string - string to ascii codes sequence"); BBTK_CATEGORY("misc"); - BBTK_INPUT(ASCII,In,"Input Ascii code or Ascii character",std::string,""); - BBTK_INPUT(ASCII,type,"type (default 0) 0=Ascii codes to string, 1=String to ascii codes",int,""); - BBTK_OUTPUT(ASCII,Out,"Ascii codes sequence or characters sequence",std::string,""); + BBTK_INPUT(ASCII,In, "Ascii code or Ascii character", std::string,""); + BBTK_INPUT(ASCII,Type, "Conversion type (default 0) 0=Ascii codes to string, 1=String to ascii codes",int,""); + BBTK_OUTPUT(ASCII,Out, "Ascii codes sequence or characters sequence", std::string,""); BBTK_END_DESCRIBE_BLACK_BOX(ASCII); + } // EO namespace bbstd