﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3253	New Cpp FMI getters and setters	Rüdiger Franke	Marcus Walther	"SVN r25337 introduces new getters and setters for FMUs. For now they have been put into the new class `<model>FMU` in `OMCpp<model>FMU.cpp`, leaving existing base classes untouched. It is attempted to speed up the functions and detect index errors by basing them on value references and switch statements, respectively.

The question is if anyone needs the previous get/set Real/Integer/Boolean/String in the base class `<model>` in `OMCpp<model>.cpp`. Considering a couple of issues (r25222, r25227, r25279) -- mostly addressing models with alias variables and with non-real variables, the previous getters and setters can hardly be used anywhere. They are used in the copy constructor -- but the variables don't need to be enumerated explicitly for this use.

Should the previous getters and setters be removed?

"	defect	closed	high	1.9.x	Cpp Run-time	trunk	fixed		Marcus Walther Volker Waurich Niklas Worschech Martin Flehmig
