vle-forge / vle

Virtual Laboratory Environment
http://www.vle-project.org
GNU General Public License v3.0
21 stars 22 forks source link

vle: move dynamics and executive in package #67

Open quesnel opened 11 years ago

quesnel commented 11 years ago

We need to move the vle::devs::Dynamics, vle::devs::Executive classes and theirs dependencies into a package. With these changes, VLE will be less depend on the models.

We need to change data shared between simulator with boost::any or boost::variant < double, string, long integer, vector < double >, vector < string >, vector < long integer >. The vle::value::Value are always used in conditions.

quesnel commented 5 years ago

Closing now. Feel free to submit a PR. Thanks.