Eclipse SUMO - Simulation of Urban MObility
|
#include <fmi2FunctionTypes.h>
Data Fields | |
fmi2CallbackAllocateMemory | allocateMemory |
fmi2ComponentEnvironment | componentEnvironment |
fmi2CallbackFreeMemory | freeMemory |
fmi2CallbackLogger | logger |
fmi2StepFinished | stepFinished |
Definition at line 130 of file fmi2FunctionTypes.h.
fmi2CallbackAllocateMemory fmi2CallbackFunctions::allocateMemory |
Definition at line 132 of file fmi2FunctionTypes.h.
Referenced by fmi2Instantiate().
fmi2ComponentEnvironment fmi2CallbackFunctions::componentEnvironment |
Definition at line 135 of file fmi2FunctionTypes.h.
Referenced by fmi2Instantiate().
fmi2CallbackFreeMemory fmi2CallbackFunctions::freeMemory |
Definition at line 133 of file fmi2FunctionTypes.h.
Referenced by fmi2Instantiate().
fmi2CallbackLogger fmi2CallbackFunctions::logger |
Definition at line 131 of file fmi2FunctionTypes.h.
Referenced by fmi2Instantiate().
fmi2StepFinished fmi2CallbackFunctions::stepFinished |
Definition at line 134 of file fmi2FunctionTypes.h.