资 源 简 介
About DBusTL
DBusTL is an easy do to use, extensible C++ wrapper for D-Bus that makes the use of D-Bus with plain C++ easy.
For more help, including code source samples, see the Online Documentation.
Though already quite usefull, DBusTL is still in its infancy, and therefore interface might change at any time before 1.0 release.
Important note: To be used with the most elegant syntax, DBusTL requires a cutting edge C++ feature, that is currently only available with gcc 4.3 and upper. Use of older versions of gcc is possible, but will make the syntax a little more convoluted.
Project status
What"s there:
* Easy consumption of D-Bus services (client side D-Bus), provided you do not intend to receive signals.
* Mapping of D-Bus types to standard STL containers.
* Ability to receive signals when using Glib main loop.
* Support representation of any stru