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)
4 #ifndef __bbwxFreeMemoryAlert_h_INCLUDED__
5 #define __bbwxFreeMemoryAlert_h_INCLUDED__
7 #include "bbwx_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
14 class bbwx_EXPORT FreeMemoryAlert
16 public bbtk::AtomicBlackBox
18 BBTK_BLACK_BOX_INTERFACE(FreeMemoryAlert,bbtk::AtomicBlackBox);
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)
22 BBTK_DECLARE_INPUT(FreeMemoryLimit,double);
23 // BBTK_DECLARE_OUTPUT(Out,double);
24 BBTK_PROCESS(Process);
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)
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);
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)
45 #endif // __bbwxFreeMemoryAlert_h_INCLUDED__