|
WSF
|
#include <WsfEclipseReport.hpp>

Classes | |
| struct | EclipseInterval |
Public Types | |
| using | EclipseIntervalList = std::list<EclipseInterval> |
| using | EclipseMap = std::map<WsfStringId, EclipseIntervalList> |
Public Member Functions | |
| WsfEclipseReportData () | |
Public Attributes | |
| bool | mReportAll |
| EclipseMap | mEclipseMap |
| std::string | mFileName |
| std::string | mFormat |
The data portion of the Eclipse Report class. It is configured in the scenario extension and then passed into the simulation extension's constructor and populated during runtime.
| using WsfEclipseReportData::EclipseIntervalList = std::list<EclipseInterval> |
| using WsfEclipseReportData::EclipseMap = std::map<WsfStringId, EclipseIntervalList> |
| WsfEclipseReportData::WsfEclipseReportData | ( | ) |
References mEclipseMap, mFileName, mFormat, and mReportAll.
Referenced by WsfEclipseReport::WsfEclipseReport().
| EclipseMap WsfEclipseReportData::mEclipseMap |
| std::string WsfEclipseReportData::mFileName |
| std::string WsfEclipseReportData::mFormat |
| bool WsfEclipseReportData::mReportAll |