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

Collection of counters providing model information. More...

#include <fmi2_import_convenience.h>

Data Fields

unsigned int num_constants
 Number of constants. More...
 
unsigned int num_fixed
 Number of fixed. More...
 
unsigned int num_tunable
 Number of tunable. More...
 
unsigned int num_discrete
 Number of discrete variables. More...
 
unsigned int num_continuous
 Number of continuous variables. More...
 
unsigned int num_parameters
 Number of parameters. More...
 
unsigned int num_calculated_parameters
 Number of calculated parameters. More...
 
unsigned int num_inputs
 Number of inputs. More...
 
unsigned int num_outputs
 Number of outputs. More...
 
unsigned int num_local
 Number of local variables. More...
 
unsigned int num_independent
 Number of independent variables. More...
 
unsigned int num_real_vars
 Number of real variables. More...
 
unsigned int num_integer_vars
 Number of integer variables. More...
 
unsigned int num_enum_vars
 Number of enumeration variables. More...
 
unsigned int num_bool_vars
 Number of boolean variables. More...
 
unsigned int num_string_vars
 Number of string variables. More...
 

Detailed Description

Collection of counters providing model information.

Definition at line 48 of file fmi2_import_convenience.h.

Field Documentation

unsigned int fmi2_import_model_counts_t::num_constants

Number of constants.

Definition at line 50 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_fixed

Number of fixed.

Definition at line 52 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_tunable

Number of tunable.

Definition at line 54 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_discrete

Number of discrete variables.

Definition at line 56 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_continuous

Number of continuous variables.

Definition at line 58 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_parameters

Number of parameters.

Definition at line 61 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_calculated_parameters

Number of calculated parameters.

Definition at line 63 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_inputs

Number of inputs.

Definition at line 65 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_outputs

Number of outputs.

Definition at line 67 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_local

Number of local variables.

Definition at line 69 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_independent

Number of independent variables.

Definition at line 71 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_real_vars

Number of real variables.

Definition at line 74 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_integer_vars

Number of integer variables.

Definition at line 76 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_enum_vars

Number of enumeration variables.

Definition at line 78 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_bool_vars

Number of boolean variables.

Definition at line 80 of file fmi2_import_convenience.h.

unsigned int fmi2_import_model_counts_t::num_string_vars

Number of string variables.

Definition at line 82 of file fmi2_import_convenience.h.


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