WSF
WsfMil.hpp File Reference
#include "wsf_mil_export.h"
#include <map>
#include <memory>
#include "UtCallbackHolder.hpp"
#include "WsfScenarioExtension.hpp"
#include "WsfSimulationExtension.hpp"
Include dependency graph for WsfMil.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WsfMilExtension
class  WsfMilInterface
 The simulation extension for the 'mil' extension. More...

Namespaces

namespace  wsf
 Function definitions for those who need run-time access to the version.
namespace  WsfPk

Macros

#define WSF_MIL_OBSERVER_CALLBACK_DEFINE(OBSERVER, EVENT)

Macro Definition Documentation

◆ WSF_MIL_OBSERVER_CALLBACK_DEFINE

#define WSF_MIL_OBSERVER_CALLBACK_DEFINE ( OBSERVER,
EVENT )
Value:
WsfObserver::EVENT##Callback& WsfObserver::EVENT(const WsfSimulation* aSimulationPtr) \
{ \
return WsfMilInterface::Find(aSimulationPtr)->Get##OBSERVER##Observer().EVENT; \
}
static WsfMilInterface * Find(const WsfSimulation &aSimulation)
Definition WsfMil.cpp:1075
The main controller for a simulation.
Definition WsfSimulation.hpp:109
Copyrights Multiple, All Rights Reserved