Преглед изворни кода

Simplified architecture -- removed CommandProcessor module.

git-svn-id: https://svn.microneil.com/svn/SNF4CGP/trunk@8 59e8e3e7-56fa-483b-b4b4-fa6ab0af3dfc
master
madscientist пре 15 година
родитељ
комит
2defaf86c6
3 измењених фајлова са 2 додато и 8 уклоњено
  1. 0
    3
      SNF4CGP/CommandProcessor.cpp
  2. 0
    3
      SNF4CGP/CommandProcessor.hpp
  3. 2
    2
      SNF4CGP/ExecutiveProcess.hpp

+ 0
- 3
SNF4CGP/CommandProcessor.cpp Прегледај датотеку

@@ -1,3 +0,0 @@
// SNF4CGP/CommandProcessor.cpp
// Copyright (C) 2009 ARM Research Labs, LLC.
// See www.armresearch.com for more information.

+ 0
- 3
SNF4CGP/CommandProcessor.hpp Прегледај датотеку

@@ -1,3 +0,0 @@
// SNF4CGP/CommandProcessor.hpp
// Copyright (C) 2009 ARM Research Labs, LLC
// See www.armresearch.com for more information.

+ 2
- 2
SNF4CGP/ExecutiveProcess.hpp Прегледај датотеку

@@ -13,7 +13,6 @@
#include "WorkerPool.hpp"
#include "InputProcessor.hpp"
#include "OutputProcessor.hpp"
#include "CommandProcessor.hpp"
#include <string>
@@ -28,7 +27,6 @@ class ExecutiveProcess {
WorkerPool* Workers; // components so they can be
InputProcessor* Input; // created, destroyed and
OutputProcessor* Output; // connected together.
CommandProcessor* Processor;
void initializeOutput(); // These do what they say.
void initializeJobPool();
@@ -37,6 +35,8 @@ class ExecutiveProcess {
void shutdownJobPool();
void shutdownOutput();
void dispatchCommand(Command C); // Job + Worker + Command; go!
public:
ExecutiveProcess(string& Version, string& Config); // Simple construction. The d'tor needs

Loading…
Откажи
Сачувај