|
WSF
|
This class holds summary data from the runs. More...
#include <SummaryData.hpp>
Public Member Functions | |
| SummaryData () | |
| void | EngagementResult (double aSimtime, const WsfWeaponEngagement *aEngagementPtr) |
Public Attributes | |
| int | mShotCount |
| The total number of shots taken. | |
| int | mNonZeroPkShotCount |
| The number of shots with a non-zero Pk. | |
| double | mNonZeroPkSum |
| The sum of the non-zero Pk's. | |
This class holds summary data from the runs.
| engage::SummaryData::SummaryData | ( | ) |
References mNonZeroPkShotCount, mNonZeroPkSum, and mShotCount.
| void engage::SummaryData::EngagementResult | ( | double | aSimtime, |
| const WsfWeaponEngagement * | aEngagementPtr ) |
| int engage::SummaryData::mNonZeroPkShotCount |
The number of shots with a non-zero Pk.
Referenced by EngagementResult(), SummaryData(), and engage::TaskOutput::WriteSummary().
| double engage::SummaryData::mNonZeroPkSum |
The sum of the non-zero Pk's.
Referenced by EngagementResult(), SummaryData(), and engage::TaskOutput::WriteSummary().
| int engage::SummaryData::mShotCount |
The total number of shots taken.
Referenced by EngagementResult(), SummaryData(), and engage::TaskOutput::WriteSummary().