vle
vle copied to clipboard
Virtual Laboratory Environment
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...
Executive has no default observation method. Since vle-1.1 values can be defined as user values with id. I suggest one could add a default behavior of observation in a new...
In default win32 release, remove the log of `debug:` messages in GVLE/VLE.
GVLE: When drawing the structure of a coupled model, it is possible to add and remove connections and atomic models until we are OK with the structure. This seems to...
Using the remote feature to install a package with a version of VLE may conflict (in GCC detection) with the same install of the package with a previous version of...
A funny behaviour: if a `vle::devs::Dynamics::timeAdvance` returns a negative value, VLE kernel will interpret this value as an absolute date instead of a duration. Seems to be useful to (re)synchronize...
Add a graphviz output plug-in that starts graphviz when receives data.
Add function to export vle::vpz::BaseModel into graphviz format See: http://www.tonyballantyne.com/graphs.html Provides several options : * model name, input and output port names * model name and edge label (output port...
- `Map`, `Set`, `Matrix`: missing `value::User` functions. - `devs::ExternalEvent`: missing `value::User` functions.