From 57c8bea738990b9cd5efcfbc081249025fa5d608 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 2 Nov 2016 19:50:13 -0700 Subject: push more variable metadata into the model file --- src/modelica_ast.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/modelica_ast.rs') diff --git a/src/modelica_ast.rs b/src/modelica_ast.rs index 9e25b1b..cbb82ea 100644 --- a/src/modelica_ast.rs +++ b/src/modelica_ast.rs @@ -28,6 +28,9 @@ pub struct Component { pub prefix: Option, pub specifier: String, pub name: String, + pub value: Option, + pub units: Option, + pub description: Option, } #[derive(Clone, PartialEq)] -- cgit v1.2.3