WSF
Variables.cpp File Reference
#include "Variables.hpp"
#include "Platform.hpp"
#include "Simulation.hpp"
#include "UtAtmosphere.hpp"
#include "UtEarth.hpp"
#include "UtInput.hpp"
#include "UtStringUtil.hpp"
#include "UtVec3.hpp"
#include "WsfPlatform.hpp"
Include dependency graph for Variables.cpp:

Namespaces

namespace  engage

Macros

#define DEFINE_REAL_ACCESSOR(NAME)
#define DEFINE_INTEGER_ACCESSOR(NAME)
#define DEFINE_STRING_ACCESSOR(NAME)

Macro Definition Documentation

◆ DEFINE_INTEGER_ACCESSOR

#define DEFINE_INTEGER_ACCESSOR ( NAME)
Value:
size_t NAME(Simulation& aSimulation, size_t aIndex)

◆ DEFINE_REAL_ACCESSOR

#define DEFINE_REAL_ACCESSOR ( NAME)
Value:
double NAME(Simulation& aSimulation, size_t aIndex)

◆ DEFINE_STRING_ACCESSOR

#define DEFINE_STRING_ACCESSOR ( NAME)
Value:
std::string NAME(Simulation& aSimulation, size_t aIndex)
Copyrights Multiple, All Rights Reserved