9#ifndef WSF_ALT_LOC_EVENT_RESULTS_HPP
10#define WSF_ALT_LOC_EVENT_RESULTS_HPP
24 :
Result(aSimTime, aSettings)
25 , mPlatformPtr(aPlatformPtr)
26 , mComponentPtr(aComponentPtr)
30 void Print(std::ostream& aStream)
const override;
31 void PrintCSV(std::ostream& aStream)
const override;
34 std::string GetDrawType()
const;
ComponentInitialized(double aSimTime, WsfPlatform *aPlatformPtr, Component *aComponentPtr, wsf::event::Settings &aSettings)
Definition WsfAltLocEventResults.hpp:23
void Print(std::ostream &aStream) const override
Definition WsfAltLocEventResults.cpp:18
void PrintCSV(std::ostream &aStream) const override
Definition WsfAltLocEventResults.cpp:116
Definition WsfAltLocComponent.hpp:50
Definition WsfEventResult.hpp:117
Result(double aSimTime, Settings aSettings=Settings{}, std::string aEventName="UNSET")
Definition WsfEventResult.hpp:119
Definition WsfEventResult.hpp:35
Definition WsfAltLocComponent.cpp:28
Function definitions for those who need run-time access to the version.
Definition WsfComm.cpp:32