X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBasics%2FMonitoring.hxx;h=d04993bb6ec4da46cc752b2b0e28a033c7054265;hb=d1070d09cfbba6d9b72d8f2ca8d07d23f296686c;hp=379218844e0be8134eece594f98db10374e47618;hpb=461f7bd0f18eda1bf99df8598c12b967f302c479;p=modules%2Fkernel.git diff --git a/src/Basics/Monitoring.hxx b/src/Basics/Monitoring.hxx index 379218844..d04993bb6 100644 --- a/src/Basics/Monitoring.hxx +++ b/src/Basics/Monitoring.hxx @@ -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 BASICS_EXPORT ReadFloatsInFile(const std::string& fileName); - std::vector BASICS_EXPORT StopMonitoring(); + void BASICS_EXPORT StopMonitoring(long pid); }