Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Implement EventQueue #1449

Closed
BeckmaR opened this issue Jun 23, 2017 · 5 comments
Closed

Implement EventQueue #1449

BeckmaR opened this issue Jun 23, 2017 · 5 comments

Comments

@BeckmaR
Copy link
Contributor

BeckmaR commented Jun 23, 2017

For event-driven statecharts, all internal and in-events shall be queued. The runCycle function shall be executed as long as the queue is not empty.

@stmork
Copy link

stmork commented Jun 23, 2017

We needed this feature right today.
So: +1

@stmork
Copy link

stmork commented Jun 23, 2017

Does the 'always' notation acts as an in event in terms of an event queue?

@terfloth
Copy link
Contributor

No - it does not

@BeckmaR
Copy link
Contributor Author

BeckmaR commented Jun 27, 2017

@stmork always, oncycle, entry et cetera are triggers, not events. Events can be used as triggers though.

@BeckmaR
Copy link
Contributor Author

BeckmaR commented Jun 28, 2017

@terfloth, what about EventQueue for Java / C generators and how's the state of the simulation EventQueue?

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

No branches or pull requests

4 participants