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
devctl messages, return data with pointers
RE: devctl messages, return data with pointers
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.
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.
RE: devctl messages, return data with pointers
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
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
RE: devctl messages, return data with pointers
That's interesting. I can't find devctlv in the Help on 6.3.3?
Re: devctl messages, return data with pointers
juro <juraj.frank@naex-dot-sk.no-spam.invalid> wrote:
that you want to return. (Or, MsgReplyv().)
-David
--
David Gibbs
QNX Training Services
dagibbs@qnx.com
Just MsgReply() with the io_devctl_reply header followed by the datahi,
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.
that you want to return. (Or, MsgReplyv().)
-David
--
David Gibbs
QNX Training Services
dagibbs@qnx.com