< Development | Tutorials | D-Bus
Difference between revisions of "Development/Tutorials/D-Bus/Creating Interfaces"
Line 8: | Line 8: | ||
* DBUS | * DBUS | ||
* CMake | * CMake | ||
+ | |||
Tutorials: | Tutorials: | ||
* [[Development/Tutorials/Introduction_To_DBUS|Introduction To DBUS]] | * [[Development/Tutorials/Introduction_To_DBUS|Introduction To DBUS]] |
Revision as of 23:56, 22 December 2006
Abstract
DBUS allows applications to expose internal API to the outside world by means of remotely callable interfaces. This tutorial shows how to create and implement such interfaces in your applications.
Prerequisites
Technologies:
- Qt4
- DBUS
- CMake
Tutorials:
Lights: Defining The Interface
Defining Methods
Naming The Interface
Camera: Generating the Interface
qdbuscpp2xml
CMake
Action: Instantiating the Interface At Runtime
Other Resources
This page was last edited on 22 December 2006, at 23:56. Content is available under Creative Commons License SA 4.0 unless otherwise noted.