|
WSF
|
#include <WsfCyberEventResult.hpp>


Public Member Functions | |
| CyberTriggerResult (double aSimTime, const cyber::trigger::Trigger &aTrigger, Settings aSettings, std::string aEventName) | |
| const wsf::cyber::trigger::Trigger & | GetTrigger () 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) const =0 |
| virtual void | Print (std::ostream &aStream, Settings aSettings) |
| virtual void | PrintCSV (std::ostream &aStream) const =0 |
| 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 |
Protected Member Functions | |
| virtual std::string | FormatOutput (const std::string &aObserverType, bool aIsCSV=false) const |
Protected Attributes | |
| const cyber::trigger::Trigger & | mTrigger |
| Protected Attributes inherited from wsf::event::Result | |
| Settings | mSettings |
| Protected Attributes inherited from wsf::event::ResultBase | |
| double | mSimTime |
| std::string | mEventName |
|
inline |
References mTrigger, and wsf::event::Result::Result().
Referenced by wsf::event::CyberTriggerEvaluation::CyberTriggerEvaluation(), and wsf::event::CyberTriggerExecution::CyberTriggerExecution().
|
protectedvirtual |
Reimplemented in wsf::event::CyberTriggerEvaluation.
References wsf::event::ResultBase::GetName(), and mTrigger.
Referenced by wsf::event::CyberTriggerEvaluation::FormatOutput(), wsf::event::CyberTriggerExecution::Print(), and wsf::event::CyberTriggerExecution::PrintCSV().
|
inline |
References mTrigger.
|
protected |
Referenced by CyberTriggerResult(), FormatOutput(), and GetTrigger().