#include <ISUtilities.h>
Static Public Member Functions | |
void | addOrUpdateOrMessage (std::string &name, ISInfo &info, const std::string &file, int line, severity sev) |
Add a ISInfo to IS, with a name, or if it exists, replace it. | |
void | addNoUpdateOrMessage (std::string &name, ISInfo &info, const std::string &file, int line, severity sev) |
Add a ISInfo to IS, with a name, or if it exists, replace it. | |
void | addOrUpdateOrThrow (std::string &name, ISInfo &info, const std::string &file, int line, severity sev) |
Add a ISInfo to IS, with a name, or if it exists, replace it. | |
void | addNoUpdateOrThrow (std::string &name, ISInfo &info, const std::string &file, int line, severity sev) |
Add a ISInfo to IS, with a name, or if it exists, replace it. |
Definition at line 11 of file ISUtilities.h.
|
Add a ISInfo to IS, with a name, or if it exists, replace it. The arguments file and line should be __FILE__ and __LINE__, so that if the additions is not successful, an IsException with sensible parameters can be thrown. of the severity of the MRS message which will be sent it it fails Definition at line 36 of file ISUtilities.cpp. References addNoUpdateOrThrow(). |
Here is the call graph for this function:
|
Add a ISInfo to IS, with a name, or if it exists, replace it. The arguments file and line should be __FILE__ and __LINE__, so that if the additions is not successful, an IsException with sensible parameters can be thrown. of the severity of the MRS message which will be sent it it fails Definition at line 20 of file ISUtilities.cpp. Referenced by addNoUpdateOrMessage(). |
|
Add a ISInfo to IS, with a name, or if it exists, replace it. The arguments file and line should be __FILE__ and __LINE__, so that if the additions is not successful, an IsException with sensible parameters can be thrown. The final arg is optional setting of the severity of the MRS message which will be sent it it fails Definition at line 28 of file ISUtilities.cpp. References addOrUpdateOrThrow(). Referenced by SctCalibrationController::Test::publish(), and SctCalibrationController::Sequence::publish(). |
Here is the call graph for this function:
|
Add a ISInfo to IS, with a name, or if it exists, replace it. The arguments file and line should be __FILE__ and __LINE__, so that if the additions is not successful, an IsException with sensible parameters can be thrown. The final arg is optional setting of the severity of the MRS message which will be sent it it fails Definition at line 7 of file ISUtilities.cpp. Referenced by addOrUpdateOrMessage(), SctArchiving::IsPutCommand::execute(), SctAnalysis::AnalysisAlgorithm::finish(), and SctService::WorkerGroup< T >::reportThreadMain(). |