diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-03 20:12:26 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-03 20:12:26 +0200 |
| commit | f79ee1d59423488c3de89e97e3648515a9143b36 (patch) | |
| tree | 93e4922283a5d03c1c559f48970317b8f50056f1 /devices/simple_dev/run.sh | |
| parent | 796c97ef8d5a437fff1edb5679b82db49806e576 (diff) | |
add simple_dev example
- registers device at the manager
- fixup manager to enable device registration
- extend distrio_helper to support device registration
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'devices/simple_dev/run.sh')
| -rwxr-xr-x | devices/simple_dev/run.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devices/simple_dev/run.sh b/devices/simple_dev/run.sh new file mode 100755 index 0000000..6d38011 --- /dev/null +++ b/devices/simple_dev/run.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# +# startup script for distrio simple device +# +# author: Manuel Traut <manut@mecka.net> + +LD_LIBRARY_PATH=../../io:../../common:../../manager/lib ./distrio_simple_dev \ + -ORBInitRef NameService=corbaloc:iiop:localhost:12345/NameService \ + $@ |
