|
WSF
|
#include <WsfEventResults.hpp>


Public Member Functions | |
| SensorModeActivated (double aSimTime, WsfSensor *aSensorPtr, WsfSensorMode *aModePtr, Settings aSettings=Settings()) | |
| void | Print (std::ostream &aStream) const override |
| void | PrintCSV (std::ostream &aStream) const override |
| const WsfSensor * | GetSensor () const |
| const WsfSensorMode * | GetSensorMode () const |
| Public Member Functions inherited from wsf::event::Result | |
| Result (double aSimTime, Settings aSettings=Settings{}, std::string aEventName="UNSET") | |
| virtual void | Print (std::ostream &aStream, Settings aSettings) |
| virtual void | PrintCSV (std::ostream &aStream, Settings aSettings) |
| Public Member Functions inherited from wsf::event::ResultBase | |
| ResultBase (double aSimTime, std::string aEventName="UNSET") | |
| ResultBase (const ResultBase &)=default | |
| ResultBase & | operator= (const ResultBase &)=default |
| virtual | ~ResultBase ()=default |
| double | GetSimTime () const |
| const std::string & | GetName () const |
Static Public Attributes | |
| static constexpr const char * | cNAME = "SENSOR_MODE_ACTIVATED" |
Additional Inherited Members | |
| Protected Attributes inherited from wsf::event::Result | |
| Settings | mSettings |
| Protected Attributes inherited from wsf::event::ResultBase | |
| double | mSimTime |
| std::string | mEventName |
|
inline |
References cNAME, and wsf::event::Result::Result().
|
inline |
|
inline |
|
overridevirtual |
|
overridevirtual |
Implements wsf::event::Result.
References wsf::event::ResultBase::mSimTime, wsf::event::utilsCSV::PrintLocationData(), and wsf::event::utilsCSV::PrintTime().
|
staticconstexpr |
Referenced by SensorModeActivated().