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

add clock ticks and clock activations section #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oliverkotte
Copy link

closes #54

@chrbertsch chrbertsch requested a review from pmai February 28, 2023 08:44
@chrbertsch chrbertsch requested review from andreas-junghanns and removed request for pmai June 18, 2024 14:24

A clock tick is the (future) time instant of a clock activation, and its cause. The importer needs to keep track of clock ticks and if necessary, doStep the clock's FMU to the time instant of the clock tick.

The source of a clock tick is
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The source of a clock tick is
The source of a clock tick's definition is

@@ -37,3 +37,26 @@ However the exact point in time when the event occured will have already passed,
This might require at least mitigative internal event handling by the FMU itself.

For this reason it is usually recommended to use event handling support and early return capabilities together, both for exporters and importers, as this will give the best event handling control.

=== Clock Ticks and Clock Activations
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
=== Clock Ticks and Clock Activations
=== Clock Tick Definitions and Clock Activations

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

Successfully merging this pull request may close these issues.

Add clock ticks and activations section
2 participants