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

#include <fmi1_functions.h>

Data Fields

fmi1_callback_logger_ft logger
 
fmi1_callback_allocate_memory_ft allocateMemory
 
fmi1_callback_free_memory_ft freeMemory
 
fmi1_step_finished_ft stepFinished
 

Detailed Description

The FMI 1.0 CS strcuture adds one field to the ME, otherwize compatible

Definition at line 60 of file fmi1_functions.h.

Field Documentation

fmi1_callback_logger_ft fmi1_callback_functions_t::logger

Definition at line 61 of file fmi1_functions.h.

fmi1_callback_allocate_memory_ft fmi1_callback_functions_t::allocateMemory

Definition at line 62 of file fmi1_functions.h.

fmi1_callback_free_memory_ft fmi1_callback_functions_t::freeMemory

Definition at line 63 of file fmi1_functions.h.

fmi1_step_finished_ft fmi1_callback_functions_t::stepFinished

Definition at line 64 of file fmi1_functions.h.


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