Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The SOM data structure - event handling #2

Open
borismarin opened this issue Aug 1, 2013 · 1 comment
Open

The SOM data structure - event handling #2

borismarin opened this issue Aug 1, 2013 · 1 comment
Labels

Comments

@borismarin
Copy link
Owner

Should the event descriptor be changed? I am not sure that its present form is the most convenient for template based codegen. Currently, a poor-man's event handler has been implemented in the test template matlab_euler. But it has some serious limitations:

  1. not handling changes in dynamics
  2. not handling multiple events (mostly due to difficulties in velocity (maybe only in airspeed) when handling nested sequences in #foreach loops.
    What would be the best way of describing multiple events? an array of "event" objects?
@borismarin
Copy link
Owner Author

A better way of describing events is under experimentation in the eco-som branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant