|
WSF
|
#include "WsfCyberEventUtils.hpp"#include <ostream>#include <sstream>#include "UtTime.hpp"#include "WsfCyberEngagement.hpp"#include "WsfCyberObserver.hpp"#include "WsfEventOutput.hpp"#include "WsfPlatform.hpp"#include "WsfSimulation.hpp"
Namespaces | |
| namespace | wsf |
| Function definitions for those who need run-time access to the version. | |
| namespace | wsf::event |
| namespace | wsf::event::utils |
| event_output utilities for printing of text based event results | |
| namespace | wsf::event::utilsCSV |
| csv_event_output utilities for printing of CSV based event results | |
Functions | |
| std::string | wsf::event::utils::GetCyberEvent (const std::string &aEvent, const cyber::Engagement &aEngagement) |
| std::string | wsf::event::utils::GetThresholdDraw (double aThreshold, double aDraw) |
| std::string | wsf::event::utils::GetAttackFailureReason (const cyber::Engagement &aEngagement) |
| std::string | wsf::event::utils::GetAttackReportStatus (const cyber::Engagement &aEngagement) |
| std::string | wsf::event::utils::GetImmunityStatus (const cyber::Engagement &aEngagement) |
| std::string | wsf::event::utils::GetScanFailureReason (const cyber::Engagement &aEngagement) |
| std::string | wsf::event::utilsCSV::GetCyberEvent (const std::string &aEventName, const cyber::Engagement &aEngagement) |