15#ifndef WSFDISSETDATAR_HPP
16#define WSFDISSETDATAR_HPP
18#include "wsf_export.h"
20#include "DisEntityId.hpp"
21#include "DisSetDataR.hpp"
40 void Make_STP_or_TAG(
double aSimTime,
double aSimTimeStep,
double aSimRate,
int aTimeScheme);
48 bool ParseTimeParameters(
double& aSimTime,
double& aSimTimeStep,
double& aSimRate,
int& aTimeScheme)
const;
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
Definition WsfDisDataR.hpp:24
Definition WsfDisInterface.hpp:83
bool PopulateResponse(WsfDisDataR *aResponsePduPtr) const
Definition WsfDisSetDataR.cpp:65
bool ParseTimeParameters(double &aSimTime, double &aSimTimeStep, double &aSimRate, int &aTimeScheme) const
Definition WsfDisSetDataR.cpp:203
WsfDisDataR * ProduceResponse(bool &aIsDone)
Definition WsfDisSetDataR.cpp:146
WsfDisSetDataR(WsfDisInterface *aInterfacePtr)
Definition WsfDisSetDataR.cpp:40
WsfDisSetDataR & operator=(const WsfDisSetDataR &aRhs)=delete
void TimedOut() override
Definition WsfDisSetDataR.cpp:162
void Make_STP_or_TAG(double aSimTime, double aSimTimeStep, double aSimRate, int aTimeScheme)
Definition WsfDisSetDataR.cpp:170
bool ProcessSetDataRequest()
Definition WsfDisSetDataR.cpp:279