WSF
SummaryData.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI//REL TO USA ONLY
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11// ****************************************************************************
12// Updated by Infoscitex, a DCS Company.
13// ****************************************************************************
14
15#ifndef SUMMARYDATA_HPP
16#define SUMMARYDATA_HPP
17
18#include <sstream>
19#include <vector>
20
21
23
24namespace engage
25{
26
27class InputConfig;
28
31{
32public:
34
35 void EngagementResult(double aSimtime, const WsfWeaponEngagement* aEngagementPtr);
36
40};
41
43{
44public:
46
47 std::vector<SiteSummary> mSiteSummary;
48};
49
50} // namespace engage
51
52#endif
Definition WsfWeaponEngagement.hpp:43
Definition InputConfig.hpp:33
Definition SummaryData.hpp:43
std::vector< SiteSummary > mSiteSummary
Definition SummaryData.hpp:47
SummaryData SiteSummary
Definition SummaryData.hpp:45
This class holds summary data from the runs.
Definition SummaryData.hpp:31
double mNonZeroPkSum
The sum of the non-zero Pk's.
Definition SummaryData.hpp:39
SummaryData()
Definition SummaryData.cpp:29
void EngagementResult(double aSimtime, const WsfWeaponEngagement *aEngagementPtr)
Definition SummaryData.cpp:37
int mNonZeroPkShotCount
The number of shots with a non-zero Pk.
Definition SummaryData.hpp:38
int mShotCount
The total number of shots taken.
Definition SummaryData.hpp:37
Definition ApplicationExtension.cpp:26
Copyrights Multiple, All Rights Reserved