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

#include <fmu2.hpp>

Detailed Description

Definition at line 99 of file fmu2.hpp.

Public Attributes

std::vector< fmi2Real > v_real
 
std::vector< fmi2Integer > v_integer
 
std::vector< fmi2Boolean > v_boolean
 
std::vector< std::string > v_string
 

Member Data Documentation

◆ v_boolean

std::vector<fmi2Boolean> casadi::Fmu2::Value::v_boolean

Definition at line 102 of file fmu2.hpp.

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

◆ v_integer

std::vector<fmi2Integer> casadi::Fmu2::Value::v_integer

Definition at line 101 of file fmu2.hpp.

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

◆ v_real

std::vector<fmi2Real> casadi::Fmu2::Value::v_real

Definition at line 100 of file fmu2.hpp.

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

◆ v_string

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

Definition at line 103 of file fmu2.hpp.

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


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