#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 40 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 24 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 32 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 11 of file ISUtilities.cpp. Referenced by addOrUpdateOrMessage(), SctArchiving::IsPutCommand::execute(), SctAnalysis::AnalysisAlgorithm::finish(), SctService::WorkerGroup< T >::reportThreadMain(), SctData::ISTestSummary::ISNPtGainSummaryWriter::write(), and SctData::ISTestSummary::ISNoiseOccupancySummaryWriter::write(). |