X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2FEventOperation.hpp;h=dd54020f37302b270dbd004eb98fddbf80528a8e;hp=1f0a4abb4886f1737b561ad94073e982e097a867;hb=8a597c7ccbe2986f505fd70258e4b59ecef4166f;hpb=3753f8bd8025131cc0b62da8942daefc376c1c46 diff --git a/example/diameter/launcher/EventOperation.hpp b/example/diameter/launcher/EventOperation.hpp index 1f0a4ab..dd54020 100644 --- a/example/diameter/launcher/EventOperation.hpp +++ b/example/diameter/launcher/EventOperation.hpp @@ -9,42 +9,11 @@ #ifndef example_diameter_launcher_EventOperation_hpp #define example_diameter_launcher_EventOperation_hpp -// Project - // STL #include -//// Standard -//#include // std::istringstream -//#include // std::cout -//#include // ceil -//#include -//#include // chdir -//#include -// // Project -//#include -//#include -//#include -//#include -//#include -//#include -//#include -//#include -//#include -//#include -//#include -//#include -//#include -//#include -// -//// Process -//#include -//#include -//#include -//#include -//#include -//#include +#include class EventOperation { @@ -150,6 +119,9 @@ public: const std::string & state = "all" /* initialized|in-progress|failed|success|[all]|none */, bool enable = true); bool test__report_hex(std::string &response, bool enable = true); bool test__dump_stdout(std::string &response, bool enable = true); + + // Dynamic procedure + bool test__dynamic(std::string &response, const nlohmann::json &arguments); }; #endif