Re: [Dbus-cxx-users] dbus-cxx-xml2cpp Bug ?
Status: Beta
Brought to you by:
rvinyard
From: Rick L. V. Jr. <rvi...@cs...> - 2009-09-16 19:07:17
|
Although DBus allows as many parameters as you want, I had to limit the bindings to a maximum of 7 due to the fact that sigc++ has a build limitation on the templates to a return type and 7 parameters. One way to get around this would be to manually create your call messages similar to the caller_raw and callee_raw examples. Perhaps you could also change it to send 2 messages... such as a PreStartRMNode followed by a StartRMNode. In essence, there's nothing in dbus-cxx that will prevent you from packing more than 7 parameters into a call, but it gets ugly because you then have to deal with the low-level stuff instead of using the higher-level templated code like create_method<...>(). vas...@gm... wrote: > Hello, > > I'm trying to generate some bindings from the xml attached and the > StartRMNode method is ignored and the code for it is > not present in the controller_proxy, controller_adapter. If I remove any > three parameters from the method the generation > works fine. > > Best, > Vasile > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf_______________________________________________ > Dbus-cxx-users mailing list > Dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbus-cxx-users > |