FMI Library: part of JModelica.org
Data Fields
fmi2_callback_functions_t Struct Reference

#include <fmi2_functions.h>

Data Fields

fmi2_callback_logger_ft logger
 
fmi2_callback_allocate_memory_ft allocateMemory
 
fmi2_callback_free_memory_ft freeMemory
 
fmi2_step_finished_ft stepFinished
 
fmi2_component_environment_t componentEnvironment
 

Detailed Description

The FMI 2.0 callbacks

Definition at line 70 of file fmi2_functions.h.

Field Documentation

fmi2_callback_logger_ft fmi2_callback_functions_t::logger

Definition at line 71 of file fmi2_functions.h.

fmi2_callback_allocate_memory_ft fmi2_callback_functions_t::allocateMemory

Definition at line 72 of file fmi2_functions.h.

fmi2_callback_free_memory_ft fmi2_callback_functions_t::freeMemory

Definition at line 73 of file fmi2_functions.h.

fmi2_step_finished_ft fmi2_callback_functions_t::stepFinished

Definition at line 74 of file fmi2_functions.h.

fmi2_component_environment_t fmi2_callback_functions_t::componentEnvironment

Definition at line 75 of file fmi2_functions.h.


The documentation for this struct was generated from the following file: