|
WSF
|
#include <WsfAccessReport.hpp>

Classes | |
| struct | DetectionInterval |
| struct | DetectorDetecteeKey |
Public Types | |
| using | DetectionIntervalList = std::list<DetectionInterval> |
| using | DetectorDetecteeMap = std::map<DetectorDetecteeKey, DetectionIntervalList> |
| using | KeyInputs = std::list<DetectorDetecteeKey> |
Public Member Functions | |
| WsfAccessReportData () | |
Public Attributes | |
| KeyInputs | mKeyInputs |
| DetectorDetecteeMap | mDetectorDetecteeMap |
| std::string | mDefaultSensor |
| std::string | mFileName |
| std::string | mFormat |
The data portion of the Access Report class. It is configured in the scenario extension and then passed into the simulation extension's constructor and populated during runtime.
| using WsfAccessReportData::DetectionIntervalList = std::list<DetectionInterval> |
| using WsfAccessReportData::DetectorDetecteeMap = std::map<DetectorDetecteeKey, DetectionIntervalList> |
| using WsfAccessReportData::KeyInputs = std::list<DetectorDetecteeKey> |
| WsfAccessReportData::WsfAccessReportData | ( | ) |
References mFormat.
Referenced by WsfAccessReport::WsfAccessReport().
| std::string WsfAccessReportData::mDefaultSensor |
Referenced by WsfConfigureAccessReport::Complete(), and WsfConfigureAccessReport::ProcessInput().
| DetectorDetecteeMap WsfAccessReportData::mDetectorDetecteeMap |
| std::string WsfAccessReportData::mFileName |
Referenced by WsfConfigureAccessReport::ProcessInput(), and WsfAccessReport::SimulationCompleteHandler().
| std::string WsfAccessReportData::mFormat |
| KeyInputs WsfAccessReportData::mKeyInputs |