15#ifndef WSFDISACTIONRESPONSER_HPP
16#define WSFDISACTIONRESPONSER_HPP
18#include "wsf_export.h"
20#include "DisActionResponseR.hpp"
22class DisActionRequestR;
39 unsigned int aRequestStatus,
40 unsigned int aTimeScheme,
41 unsigned int aFeedbackTime,
42 unsigned int aTimeLatency);
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
void MakeJoinExerciseResponse(double aSimTime, double aSimRate, double aSimTimeStep, unsigned int aRequestStatus, unsigned int aTimeScheme, unsigned int aFeedbackTime, unsigned int aTimeLatency)
Definition WsfDisActionResponseR.cpp:53
WsfDisActionResponseR & operator=(const WsfDisActionResponseR &aRhs)=delete
~WsfDisActionResponseR() override
bool ProcessResponseTo(DisPdu *aInitiatorPtr)
Definition WsfDisActionResponseR.cpp:121
WsfDisActionResponseR(WsfDisInterface *aInterfacePtr)
Definition WsfDisActionResponseR.cpp:37
bool ProcessJoinExerciseResponseTo(const DisActionRequestR *aRequestPtr)
Definition WsfDisActionResponseR.cpp:148
Definition WsfDisInterface.hpp:83