|
|
@@ -10,6 +10,11 @@ |
|
|
|
#define IncludedScannerPool
|
|
|
|
|
|
|
|
#include "../SNF4CGP/SNFMulti/SNFMulti.hpp"
|
|
|
|
#include "../SNF4CGP/CodeDweller/threading.hpp"
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
|
|
|
using namespace std;
|
|
|
|
|
|
|
|
class Scanner { // SNF Scanner instance for the pool
|
|
|
|
private:
|
|
|
@@ -27,6 +32,7 @@ class ScannerPool { |
|
|
|
private:
|
|
|
|
snf_RulebaseHandler* Rulebase; // Allocates an SNF rulebase.
|
|
|
|
unsigned int ScannerCount; // Allocates and counts scanners.
|
|
|
|
ProductionQueue<Scanner*> PooledScanners; // Pool of ready-to-go scanners.
|
|
|
|
|
|
|
|
public:
|
|
|
|
ScannerPool(string Configuration); // Constructed with Rulebase config.
|