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

#include <fmu3.hpp>

Detailed Description

Definition at line 115 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 118 of file fmu3.hpp.

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

◆ v_integer

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

◆ v_real

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

◆ v_string

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

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