//===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== #ifndef __bbstdStringWriter_h_INCLUDED__ #define __bbstdStringWriter_h_INCLUDED__ #include "bbstd_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" namespace bbstd { class bbstd_EXPORT StringWriter : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(StringWriter,bbtk::AtomicBlackBox); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== BBTK_DECLARE_INPUT(In0,std::string); BBTK_DECLARE_INPUT(In1,std::string); BBTK_DECLARE_INPUT(In2,std::string); BBTK_DECLARE_INPUT(In3,std::string); BBTK_DECLARE_INPUT(In4,std::string); BBTK_DECLARE_INPUT(In5,std::string); BBTK_DECLARE_INPUT(In6,std::string); BBTK_DECLARE_INPUT(In7,std::string); BBTK_DECLARE_INPUT(In8,std::string); BBTK_DECLARE_INPUT(In9,std::string); BBTK_DECLARE_INPUT(FileName,std::string); // BBTK_DECLARE_OUTPUT(Out,double); BBTK_PROCESS(Process); void Process(); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== }; BBTK_BEGIN_DESCRIBE_BLACK_BOX(StringWriter,bbtk::AtomicBlackBox); BBTK_NAME("StringWriter"); BBTK_AUTHOR("Info-Dev Creatis"); BBTK_DESCRIPTION("Write a string in a file"); BBTK_CATEGORY("read/write"); BBTK_INPUT(StringWriter,In0,"String to be write",std::string,""); BBTK_INPUT(StringWriter,In1,"String to be write",std::string,""); BBTK_INPUT(StringWriter,In2,"String to be write",std::string,""); BBTK_INPUT(StringWriter,In3,"String to be write",std::string,""); BBTK_INPUT(StringWriter,In4,"String to be write",std::string,""); BBTK_INPUT(StringWriter,In5,"String to be write",std::string,""); BBTK_INPUT(StringWriter,In6,"String to be write",std::string,""); BBTK_INPUT(StringWriter,In7,"String to be write",std::string,""); BBTK_INPUT(StringWriter,In8,"String to be write",std::string,""); BBTK_INPUT(StringWriter,In9,"String to be write",std::string,""); BBTK_INPUT(StringWriter,FileName,"Output file name",std::string,""); // BBTK_OUTPUT(StringWriter,Out,"First output",double,""); BBTK_END_DESCRIBE_BLACK_BOX(StringWriter); //===== // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost) //===== } // EO namespace bbstd #endif // __bbstdStringWriter_h_INCLUDED__