diff options
| author | Manuel Traut <manut@mecka.net> | 2012-06-03 16:06:44 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2012-06-03 16:06:44 +0200 |
| commit | 1650c22d9f6bcd791a17dc98fb8d9665e8faebcb (patch) | |
| tree | b6c7964be7b5ee381c03e4cbe27ebb897a1a2337 /generic_gpio/run.sh | |
| parent | b0241e873c1c0c2cb5e4ad272b8ae2ce79bd922f (diff) | |
add generic_gpio example/test
- little test which adds a single testpin to the manager
- should be extended to register gpios defined in a config file
- doesn't work at the moment
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'generic_gpio/run.sh')
| -rwxr-xr-x | generic_gpio/run.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/generic_gpio/run.sh b/generic_gpio/run.sh new file mode 100755 index 0000000..ab1068f --- /dev/null +++ b/generic_gpio/run.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# +# startup script for distrio generic gpio exporter +# +# author: Manuel Traut <manut@mecka.net> + +LD_LIBRARY_PATH=../io:../common:../manager/lib ./distrio_generic_gpio \ + -ORBInitRef NameService=corbaloc:iiop:localhost:12345/NameService \ + $@ |
