List of all members | Public Attributes
casadi::Fmu3::Value Struct Reference

#include <fmu3.hpp>

Detailed Description

Definition at line 97 of file fmu3.hpp.

Public Attributes

std::vector< fmi3Float64 > v_real
 
std::vector< fmi3Int32 > v_integer
 
std::vector< fmi3Boolean > v_boolean
 
std::vector< std::string > v_string
 

Member Data Documentation

◆ v_boolean

std::vector<fmi3Boolean> casadi::Fmu3::Value::v_boolean

Definition at line 100 of file fmu3.hpp.

Referenced by casadi::Fmu3::get_stats(), and casadi::Fmu3::init().

◆ v_integer

std::vector<fmi3Int32> casadi::Fmu3::Value::v_integer

Definition at line 99 of file fmu3.hpp.

Referenced by casadi::Fmu3::get_aux(), casadi::Fmu3::get_stats(), and casadi::Fmu3::init().

◆ v_real

std::vector<fmi3Float64> casadi::Fmu3::Value::v_real

Definition at line 98 of file fmu3.hpp.

Referenced by casadi::Fmu3::get_aux(), casadi::Fmu3::get_stats(), and casadi::Fmu3::init().

◆ v_string

std::vector<std::string> casadi::Fmu3::Value::v_string

Definition at line 101 of file fmu3.hpp.

Referenced by casadi::Fmu3::get_aux(), casadi::Fmu3::get_stats(), and casadi::Fmu3::init().


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