This is the mail archive of the ecos-discuss@sources.redhat.com 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: Event based programming in ecos


I'm currently reading "Practical Statecharts in C/C++" by Miro Samek. Some
pretty neat ideas for implementing state machines, with examples for doing
it with an RTOS. There are some articles on the web. Search for
"statecharts" and "quantum programming"

http://www.embedded.com/2000/0008/0008feat1.htm
http://www.quantum-leaps.com/

The code library/frameworks are released under GPL, but currently no eCos
port. If I have some time...

Frank Pagliughi

-----Original Message-----
From: ecos-discuss-owner@ecos.sourceware.org
[mailto:ecos-discuss-owner@ecos.sourceware.org]On Behalf Of Wayne
Gemmell
Sent: Wednesday, March 23, 2005 10:18 AM
To: ecos-discuss@ecos.sourceware.org
Subject: [ECOS] Event based programming in ecos


Hi all

I'm looking to make an event based program. Is there any easy way to do
this?
Could you please give me some directions, links. I was thinking of running a
loop to monitor the sensors but this doesn't strike me as efficient and
could
possibly be done better with interrupts and threads.

Any pointers would be appreciated.


Thanks
Wayne Gemmell


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




-- 
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]