Task Activations

Forum related to ERIKA Enterprise and RT-Druid version 2

Moderator: paolo.gai

Post Reply
Mangesh
Newbie
Posts: 4
Joined: Wed Oct 31, 2007 3:28 pm

Task Activations

Post by Mangesh » Tue Dec 11, 2007 5:30 pm

Hi,

Can I limit the number of activations for a task when I use
KERNEL_TYPE = FP ?
I have created a task with the following property
ACTIVATION = 1;
But in my application, i guess there are more than 1 pending activations created for that task.

In the kernel configuration i.e eecfg.c, i dont find any definition which states that the maximum number of activations for my task should be 1.

Regards
Mangesh.

paolo.gai
Administrator
Posts: 875
Joined: Thu Dec 07, 2006 12:11 pm

Re:Task Activations

Post by paolo.gai » Thu Dec 13, 2007 8:26 pm

Hi Mangesh,

the FP kernel does not have a limit on pending activations... they are basically stored on an integer counter. the OSEK conformance classes have it...

I tried to describe the thing in the document ee_porting_1_0_1.pdf , section 2.3.4...

basically the ACTIVATION parameter for tasks is ignored in FP.

Do you need a maximum numbr of pending activations in FP?

ciao,

PJ

Post Reply