]> Creatis software - bbtk.git/blob - packages/wx/src/bbwxFreeMemoryAlert.h
FreeMemoryAlert
[bbtk.git] / packages / wx / src / bbwxFreeMemoryAlert.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 __bbwxFreeMemoryAlert_h_INCLUDED__
5 #define __bbwxFreeMemoryAlert_h_INCLUDED__
6
7 #include "bbwx_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 namespace bbwx
12 {
13
14 class bbwx_EXPORT FreeMemoryAlert
15  : 
16    public bbtk::AtomicBlackBox
17 {
18   BBTK_BLACK_BOX_INTERFACE(FreeMemoryAlert,bbtk::AtomicBlackBox);
19 //===== 
20 // 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)
21 //===== 
22   BBTK_DECLARE_INPUT(FreeMemoryLimit,double);
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(FreeMemoryAlert,bbtk::AtomicBlackBox);
32   BBTK_NAME("FreeMemoryAlert");
33   BBTK_AUTHOR("InfoDev");
34   BBTK_DESCRIPTION("No Description.");
35   BBTK_CATEGORY("empty");
36   BBTK_INPUT(FreeMemoryAlert,FreeMemoryLimit,"(default 1) Limit free memory en GB",double,"");
37 //  BBTK_OUTPUT(FreeMemoryAlert,Out,"First output",double,"");
38 BBTK_END_DESCRIBE_BLACK_BOX(FreeMemoryAlert);
39 //===== 
40 // 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)
41 //===== 
42 }
43 // EO namespace bbwx
44
45 #endif // __bbwxFreeMemoryAlert_h_INCLUDED__
46