[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
a question about RTEMS notepad
- Date: Wed, 11 Apr 2007 12:18:23 -0700
- From: strauman at slac.stanford.edu (Till Straumann)
- Subject: a question about RTEMS notepad
IMHO, since the notepads are zeroed
at task creation (earlier versions of
RTEMS left them undefined) they have
become really useful as 'light-weight' task
variables. Plus, their 'affiliation'
with a task context is more obvious
than in the case of a task variable.
T.
Joel Sherrill wrote:
> yanmiaobest wrote:
>> hi,
>> what is the purpose of RTEMS notepad?
>> Is it just another way of IPC?
> Yes. It is just a set of per-thread variables that
> you are free to use as you wish. You just have to
> be careful to not conflict with other uses of the
> same notepad.
>
>> What is the design decision?
> The API is there because that is what the RTEID
> and ORKID specifications required.
>
> Personally, it is my least favorite part of the
> RTEMS Classic API.
>
> --joel
>> best regards
>>
>>
>> ------------------------------------------------------------------------
>> ??????????????????????????98?????????????? www.126.com
>> <http://www.126.com/>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> rtems-users mailing list
>> rtems-users at rtems.com
>> http://rtems.rtems.org/mailman/listinfo/rtems-users
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>