Re: Sharing data between driver and application
- From: "Luca Calligaris" <l.calligaris.nospam@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 23 Oct 2008 15:49:39 +0200
You can buffer the teletext data in a FIFO in your driver, the user
application can use ReadFile or DeviceIOControl to read out
the data. Or maybe you can create a write message queue in the driver wher
you will put the data and read the queue from the application
--
Luca Calligaris
l.calligaris.nospam@xxxxxxxxxxxxxxxxxx
www.eurotech.it
"Maarten" <Maarten@xxxxxxxxxxxxxxxxxxxxxxxxx> ha scritto nel messaggio
news:825822BE-0DA1-4F15-B52F-700716BDE73E@xxxxxxxxxxxxxxxx
Hi,
I'm having the following situation: My TV-input driver writes video pages
trough DMA into memory. A second process (either a 2D DMA or a memory
copy)
picks out certain elements (ancillary teletext data) and writes them to a
fifo.
How can I make this FIFO available to my user application? (share it
between
the driver and application)
regards,
--
Maarten
.
- References:
- Sharing data between driver and application
- From: Maarten
- Sharing data between driver and application
- Prev by Date: Re: Sharing data between driver and application
- Next by Date: Re: OLECE400.dll in Windows CE 6.0
- Previous by thread: Re: Sharing data between driver and application
- Next by thread: Re: Sharing data between driver and application
- Index(es):
Relevant Pages
|