WSF
WsfDisObserver.cpp File Reference
#include "WsfDisObserver.hpp"
#include "WsfSimulation.hpp"
Include dependency graph for WsfDisObserver.cpp:

Macros

#define WSF_DIS_OBSERVER_CALLBACK_DEFINE(PDU)

Macro Definition Documentation

◆ WSF_DIS_OBSERVER_CALLBACK_DEFINE

#define WSF_DIS_OBSERVER_CALLBACK_DEFINE ( PDU)
Value:
WsfObserver::PDU_ReceivedCallback<WsfDis##PDU>& WsfObserver::Dis##PDU##Received(const WsfSimulation* aSimulationPtr) \
{ \
return aSimulationPtr->GetDisObserver().PDU##Received; \
}
The main controller for a simulation.
Definition WsfSimulation.hpp:109
UtCallbackListN< void(WsfDisInterface *, const PDU &)> PDU_ReceivedCallback
Definition WsfDisObserver.hpp:34
Copyrights Multiple, All Rights Reserved