#include <ISUtilities.h>
Static Public Member Functions | |
static 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. | |
static 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. | |
static 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. | |
static 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(), and Sct::Throwable::sendToMrs(). 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. References Sct::SctNames::getISDictionary(). Referenced by addNoUpdateOrMessage(). 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 32 of file ISUtilities.cpp. References addOrUpdateOrThrow(), and Sct::Throwable::sendToMrs(). 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. References Sct::SctNames::getISDictionary(). Referenced by addOrUpdateOrMessage(), SctAnalysis::AnalysisAlgorithm::finish(), and SctService::WorkerGroup< T >::reportThreadMain(). Here is the call graph for this function: ![]() |