| Author |
Message |
|
|
Post subject: devctl messages, return data with pointers
Posted: Sep 19, 2007 - 08:51 AM
|
|
New Member
Joined: Sep 18, 2007
Posts: 3
|
|
Hi all,
I have test application and resouce manager and I use devctlv to send some data with pointers from application to resouce manager and in this way work ok.But I also need to return some pointer data from resouce manager to the test application.It is possible to do and how can I solve this problem?
Thanks
Juraj |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: devctl messages, return data with pointers
Posted: Sep 19, 2007 - 03:21 PM
|
|
QNX Master
Joined: Jun 25, 2003
Posts: 1099
|
|
| I'm not sure what use pointers would be between separate processes, unless you are using shared memory, but in any case, with message passing data goes both ways. Likewise devctl can receive and send back data. Are you having trouble getting devctl to work right? Make sure you are using the right macros to define your commands. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: devctl messages, return data with pointers
Posted: Sep 19, 2007 - 04:40 PM
|
|
New Member
Joined: Sep 18, 2007
Posts: 3
|
|
hi,
I use devctlv not devctl because of data with pointers.devctlv is proposed to handle structure data with some pointers inside.In resouce manager I can read this data which was send from test application in call back function.But I don't know how to send return data back to the test application.
Thanks
Juraj |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: devctl messages, return data with pointers
Posted: Sep 19, 2007 - 05:45 PM
|
|
QNX Master
Joined: Jun 25, 2003
Posts: 1099
|
|
| That's interesting. I can't find devctlv in the Help on 6.3.3? |
|
|
| |
|
|
|
 |
|
|
Post subject: Re: devctl messages, return data with pointers
Posted: Oct 09, 2007 - 09:00 PM
|
|
|
|
juro <juraj.frank@naex-dot-sk.no-spam.invalid> wrote:
Quote:
hi,
I use devctlv not devctl because of data with pointers.devctlv is
proposed to handle structure data with some pointers inside.In
resouce manager I can read this data which was send from test
application in call back function.But I don't know how to send return
data back to the test application.
Just MsgReply() with the io_devctl_reply header followed by the data
that you want to return. (Or, MsgReplyv().)
-David
--
David Gibbs
QNX Training Services
dagibbs@qnx.com |
|
|
| |
|
|
|
 |
|
|