15#ifndef WSFDISACTIONRESPONSE_HPP
16#define WSFDISACTIONRESPONSE_HPP
18#include "wsf_export.h"
20#include "DisActionResponse.hpp"
21class DisActionRequest;
35 int aRequestorSerialId,
38 DisUint32 aFeedbackTime,
39 DisUint32 aTimeLatency,
#define WSF_EXPORT
Definition WsfXIO_Export.hpp:35
bool ProcessJoinExerciseResponseTo(const DisActionRequest *aRequestPtr)
Definition WsfDisActionResponse.cpp:107
bool ProcessResponseTo(DisPdu *aInitiatorPtr)
Definition WsfDisActionResponse.cpp:81
WsfDisActionResponse & operator=(const WsfDisActionResponse &aRhs)=delete
WsfDisActionResponse(WsfDisInterface *aInterfacePtr)
Definition WsfDisActionResponse.cpp:35
void MakeJoinExerciseResponse(const DisEntityId &aRequestorDisId, int aRequestorSerialId, int aRequestStatus, int aTimeScheme, DisUint32 aFeedbackTime, DisUint32 aTimeLatency, double aSimTime, double aSimRate, double aSimTimeStep)
Definition WsfDisActionResponse.cpp:51
Definition WsfDisInterface.hpp:83