ConsoleApplication/L2DataCapture.h
@@ -17,6 +17,8 @@ static OpenCLExcuter* openCLExcuter[THS_FRAME_COUNT]; static TradeQueueCapture* tradeQueueCapture[THS_FRAME_COUNT]; //是否在交易时间才截图 static bool tradeTimeCapture; static bool inited; //是否正在执行 @@ -71,5 +73,8 @@ //获取代码 static string getGPCode(int index); //设置交易时间截图上传数据 static void setTradeTimeCapture(bool enable); };