#include "Pou.h"
#include "WindowAppItemInterface.h"
#include "WindowAppBlockStandard.h"
#include "WindowAppBlockStandardBase.h"
#include "WindowAppBlockGoto.h"
#include "WindowAppVariableTable.h"
#include "GvlManager.h"
#include "TaskManager.h"
#include "../Common/CameraBaseClass/IBaseCamCommon.h"
#include "../Common/CameraBaseClass/IBaseCamera.h"
#include "WindowAppTaskView.h"
//======================================================================
//
// 与Pou并行计算相关的函数集合
//
//======================================================================
/////
///// 添加一个并行工具组
/////
/////
//void POU::addParallelGroup(TOOL* pGroup)
//{
//
//}
//
//
/////
///// 添加一个Tool到并行工具组
/////
/////
/////
//void POU::addToParallelGroup(TOOL* pTool, TOOL* pGroup)
//{
//
//}
//
//
/////
///// 移除一个并行工具组
/////
/////
//void POU::removeParallelGroup(TOOL* pGroup)
//{
//
//}