|
WSF
|
Functions | |
| UT_DEFINE_SCRIPT_METHOD_EXT (WsfSimulation, CyberAttack_1, 2, "bool", "WsfPlatform, string") | |
| UT_DEFINE_SCRIPT_METHOD_EXT (WsfSimulation, CyberAttack_2, 3, "bool", "WsfPlatform, string, WsfCyberAttackParameters") | |
| UT_DEFINE_SCRIPT_METHOD_EXT (WsfSimulation, CyberEngagementScanDelayStatus, 3, "int", "string, WsfPlatform, WsfPlatform") | |
| UT_DEFINE_SCRIPT_METHOD_EXT (WsfSimulation, CyberEngagementAttackDelayStatus, 3, "int", "string, WsfPlatform, WsfPlatform") | |
| UT_DEFINE_SCRIPT_METHOD_EXT (WsfSimulation, CyberScanCancel, 3, "bool", "string, WsfPlatform, WsfPlatform") | |
| UT_DEFINE_SCRIPT_METHOD_EXT (WsfSimulation, CyberAttackCancel, 3, "bool", "string, WsfPlatform, WsfPlatform") | |
| wsf::cyber::SimulationScriptMethods::UT_DEFINE_SCRIPT_METHOD_EXT | ( | WsfSimulation | , |
| CyberAttack_1 | , | ||
| 2 | , | ||
| "bool" | , | ||
| " | WsfPlatform, | ||
| string" | ) |
This version of cyber attack is a static method for attacks that may occur against a platform at various scopes. The attacker and victim of this call are equivalent, as this attack is intended for embedded attacks from a platform against itself.
References wsf::cyber::ScenarioExtension::Get(), wsf::cyber::SimulationExtension::Get(), WsfObject::GetNameId(), SCENARIO, and SIMULATION.
| wsf::cyber::SimulationScriptMethods::UT_DEFINE_SCRIPT_METHOD_EXT | ( | WsfSimulation | , |
| CyberAttack_2 | , | ||
| 3 | , | ||
| "bool" | , | ||
| " | WsfPlatform, | ||
| string | , | ||
| WsfCyberAttackParameters" | ) |
| wsf::cyber::SimulationScriptMethods::UT_DEFINE_SCRIPT_METHOD_EXT | ( | WsfSimulation | , |
| CyberAttackCancel | , | ||
| 3 | , | ||
| "bool" | , | ||
| " | string, | ||
| WsfPlatform | , | ||
| WsfPlatform" | ) |
References SIMULATION.
| wsf::cyber::SimulationScriptMethods::UT_DEFINE_SCRIPT_METHOD_EXT | ( | WsfSimulation | , |
| CyberEngagementAttackDelayStatus | , | ||
| 3 | , | ||
| "int" | , | ||
| " | string, | ||
| WsfPlatform | , | ||
| WsfPlatform" | ) |
References SIMULATION.
| wsf::cyber::SimulationScriptMethods::UT_DEFINE_SCRIPT_METHOD_EXT | ( | WsfSimulation | , |
| CyberEngagementScanDelayStatus | , | ||
| 3 | , | ||
| "int" | , | ||
| " | string, | ||
| WsfPlatform | , | ||
| WsfPlatform" | ) |
References SIMULATION.
| wsf::cyber::SimulationScriptMethods::UT_DEFINE_SCRIPT_METHOD_EXT | ( | WsfSimulation | , |
| CyberScanCancel | , | ||
| 3 | , | ||
| "bool" | , | ||
| " | string, | ||
| WsfPlatform | , | ||
| WsfPlatform" | ) |
References SIMULATION.