[RTEMS Project] #3700: Add rtems_rate_monotonic_deadline()
RTEMS trac
trac at rtems.org
Tue Feb 26 12:40:41 UTC 2019
#3700: Add rtems_rate_monotonic_deadline()
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: 5.1
Component: rtems | Version: 5
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: |
-----------------------------+------------------------------
Comment (by Sebastian Huber):
What complicates the interface a bit is that
rtems_rate_monotonic_deadline() is called after the current job is done
(like rtems_rate_monotonic_period()) with parameters for the next job.
This means that the constraint period >= deadline for the parameters makes
no sense. The period should specify the time from the last activation to
the next activation. The deadline should specify the time from the next
activation to the deadline time point. The function checks that you have
met the last deadline.
--
Ticket URL: <http://devel.rtems.org/ticket/3700#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list