fix:gamma分析增加process
This commit is contained in:
parent
3c61268127
commit
94ea96b788
|
@ -0,0 +1,20 @@
|
|||
package org.jeecg.modules.native_jni;
|
||||
|
||||
public class AnalysisProcess {
|
||||
|
||||
// @Autowired
|
||||
// private RedisTemplate<String, Object> redisTemplate;
|
||||
|
||||
public void gammaProcess(String userId, String process){
|
||||
// BaseMap params = new BaseMap();
|
||||
// params.put(GlobalConstants.HANDLER_NAME, WebSocketHandlerConst.GAMMA_ANALYSIS_HANDLER);
|
||||
// params.put("userId", userId);
|
||||
// // userId, fileName, process
|
||||
// params.put("message", process);
|
||||
// String str = "";
|
||||
// JSON.parseObject(str, PHDFile.class);
|
||||
// // 通过 redis 订阅发送 websocket 消息
|
||||
// redisTemplate.convertAndSend(GlobalConstants.REDIS_TOPIC_NAME, params);;
|
||||
System.out.println(userId);
|
||||
}
|
||||
}
|
|
@ -25,6 +25,6 @@ public class CalValuesHandler {
|
|||
|
||||
public static native StructInsertOutput ComputePeakRange(int peakSize, int m_nCount, List<Double> vCentroid, List<Double> vFwhmCh, List<Double> vTail, List<Double> vUpperTail);
|
||||
|
||||
public static native String analyseSpectrum(String phd, String mapLines, String phdFilePath);
|
||||
public static native String analyseSpectrum(String phd, String mapLines, String phdFilePath, AnalysisProcess process);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user