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

#include <fmu2.hpp>

Detailed Description

Definition at line 119 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

◆ v_integer

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

◆ v_real

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

◆ v_string

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

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