Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/2_3_common_states.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -655,11 +655,10 @@ This restriction does not apply to <<triggered,triggered Clocks>>, nor does it a

NOTE: The event mode may consist of several super-dense time instants.
Each super-dense time instant represents a distinct event occurring at the same simulation time.
If any event originating from the continuous time mode (for a ME FMU) resp. step mode (for a CS FMU) is present, its event iteration must be performed during the first super-dense time instant.
Each super-dense time instant must conclude with a call to <<fmi3UpdateDiscreteStates>>.
Each super-dense time instant concludes with a call to <<fmi3UpdateDiscreteStates>>.
Super-dense time instants that handle <<time-based-clock, time-based Clocks>> are initiated by setting the corresponding Clocks using <<fmi3SetClock>>.
No further constraints are imposed on the activation of <<time-based-clock, time-based Clocks>> (for example, activation during the first instant of a super-dense time, the order of handling multiple clocks, or handling multiple Clocks within the same super-dense time instant).
If the semantics of certain Clocks require specific handlingsuch as simultaneous activation within the same super-dense time instantthis must be ensured by the importer.
If the semantics of certain Clocks require specific handlingsuch as simultaneous activation within the same super-dense time instantthis should be ensured by the importer.
--

Function <<fmi3GetClock>>::
Expand Down
Loading