Salome HOME
[EDF30062] : Steering proxy threshold/directory without environement considerations...
[modules/kernel.git] / src / Basics / Monitoring.hxx
index 379218844e0be8134eece594f98db10374e47618..d04993bb6ec4da46cc752b2b0e28a033c7054265 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023  CEA/DEN, EDF R&D
+// Copyright (C) 2023-2024  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -26,9 +26,9 @@
 
 namespace SALOME
 {
-  void BASICS_EXPORT LaunchMonitoring(const std::string& pyScriptToEvaluate, const std::string& outFileName);
+  long BASICS_EXPORT LaunchMonitoring(const std::string& pyScriptToEvaluate);
 
   std::vector<double> BASICS_EXPORT ReadFloatsInFile(const std::string& fileName);
 
-  std::vector<double> BASICS_EXPORT StopMonitoring();
+  void BASICS_EXPORT StopMonitoring(long pid);
 }