]> Creatis software - creaWT.git/blob - wt/bbtk_wt_PKG/src/bbwtconfigServerWT.h
#2498 creaWt Feature New Normal wt-version kernel
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtconfigServerWT.h
1 //===== 
2 // 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)
3 //===== 
4 #ifndef __bbwtconfigServerWT_h_INCLUDED__
5 #define __bbwtconfigServerWT_h_INCLUDED__
6 #include "bbwt_EXPORT.h"
7 #include "bbtkAtomicBlackBox.h"
8 #include "iostream"
9
10 namespace bbwt
11 {
12
13 class bbwt_EXPORT configServerWT
14  : 
15    public bbtk::AtomicBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(configServerWT,bbtk::AtomicBlackBox);
18 //===== 
19 // 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)
20 //===== 
21   BBTK_DECLARE_INPUT(Port,std::string);
22   BBTK_DECLARE_INPUT(DocRoot,std::string);
23 //  BBTK_DECLARE_OUTPUT(Out,double);
24   BBTK_PROCESS(Process);
25   void Process();
26 //===== 
27 // 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)
28 //===== 
29 };
30
31 BBTK_BEGIN_DESCRIBE_BLACK_BOX(configServerWT,bbtk::AtomicBlackBox);
32   BBTK_NAME("configServerWT");
33   BBTK_AUTHOR("Info-Dev");
34   BBTK_DESCRIPTION("No Description.");
35   BBTK_CATEGORY("empty");
36   BBTK_INPUT(configServerWT,Port,"(Default 8081) Wt server port",std::string,"");
37   BBTK_INPUT(configServerWT,DocRoot,"(Default /usr/local/share/wtResources) Wt docroot path",std::string,"");
38   //BBTK_OUTPUT(configServerWT,Out,"First output",double,"");
39 BBTK_END_DESCRIBE_BLACK_BOX(configServerWT);
40 //===== 
41 // 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)
42 //===== 
43 }
44 // EO namespace bbwt
45
46 #endif // __bbwtconfigServerWT_h_INCLUDED__
47