Last change
on this file since 25884 was
25884,
checked in by ecloud, 9 years ago
|
Removed dbus: prefix; you can add it back like this: (use (prefix dbus dbus:))
|
File size:
286 bytes
|
Line | |
---|
1 | (use (prefix dbus dbus:)) |
---|
2 | |
---|
3 | (define rc-car-context (dbus:make-context |
---|
4 | bus: dbus:session-bus ;; would be the session-bus by default anyway |
---|
5 | service: 'com.trolltech.CarExample |
---|
6 | interface: 'com.trolltech.Examples.CarInterface |
---|
7 | path: '/Car)) |
---|
8 | |
---|
9 | (dbus:call rc-car-context "turnRight") |
---|
10 | (exit) |
---|
Note: See
TracBrowser
for help on using the repository browser.