X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtGetConfigServerWt.h;fp=wt%2Fbbtk_wt_PKG%2Fsrc%2FbbwtGetConfigServerWt.h;h=e4224cf79caee2979e7cf60f1cfde633f6b28d0a;hb=0aca619f319ce0cf836ff7735740704b1db4de93;hp=0000000000000000000000000000000000000000;hpb=6575e8694c2f1c0d56d5acc00d8bb329f53eb65a;p=creaWT.git diff --git a/wt/bbtk_wt_PKG/src/bbwtGetConfigServerWt.h b/wt/bbtk_wt_PKG/src/bbwtGetConfigServerWt.h new file mode 100644 index 0000000..e4224cf --- /dev/null +++ b/wt/bbtk_wt_PKG/src/bbwtGetConfigServerWt.h @@ -0,0 +1,47 @@ +//===== +// 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 __bbwtGetConfigServerWt_h_INCLUDED__ +#define __bbwtGetConfigServerWt_h_INCLUDED__ +#include "bbwt_EXPORT.h" +#include "bbtkAtomicBlackBox.h" +#include "iostream" + +namespace bbwt +{ + +class bbwt_EXPORT GetConfigServerWt + : + public bbtk::AtomicBlackBox +{ + BBTK_BLACK_BOX_INTERFACE(GetConfigServerWt,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(In,double); + BBTK_DECLARE_OUTPUT(Port,std::string); + BBTK_DECLARE_OUTPUT(DocRoot,std::string); + 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(GetConfigServerWt,bbtk::AtomicBlackBox); + BBTK_NAME("GetConfigServerWt"); + BBTK_AUTHOR("InfoDev"); + BBTK_DESCRIPTION("No Description."); + BBTK_CATEGORY("empty"); +// BBTK_INPUT(GetConfigServerWt,In,"First input",double,""); + BBTK_OUTPUT(GetConfigServerWt,Port,"port",std::string,""); + BBTK_OUTPUT(GetConfigServerWt,DocRoot,"doc root",std::string,""); +BBTK_END_DESCRIBE_BLACK_BOX(GetConfigServerWt); +//===== +// 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 bbwt + +#endif // __bbwtGetConfigServerWt_h_INCLUDED__ +