This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add new class to the scheduler file


Hi Nodir

Nodir Kodirov wrote:

> I think regular members of the community already know that I am
> working on EDF scheduler for eCos. I have some positive results far
> now, but still they are far from being complete. This time I need to
> add new class to my EDF scheduler source code. I faced application
> compile & link problem on this, below is the description of what I
> did.
> 
> My aim is to store "millisecond per system tick" as a static member of
> some "general info class".

You really should not be concerned with time except at the level of the
system tick within the kernel. Any time-related scheduling constraints
should be expressed in ticks. Why do you need to know time in milliseconds?

Apologies for not replying sooner. I missed your e-mail for some reason.

John Dallaway
eCos maintainer

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]