]> rtime.felk.cvut.cz Git - orte.git/commit
ROBOT_DEMO: add robot demo for Android
authorMartin Vajnar <martin.vajnar@gmail.com>
Sun, 7 Jul 2013 18:16:52 +0000 (20:16 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Mon, 23 Sep 2013 09:06:25 +0000 (11:06 +0200)
commitf8546d99f977effe899ad5a74b157a7876b34f9b
tree6231b5d1cc2189c0d1c4da5a276f1d226f40d937
parent50ab6091cca21b10c95cb0c5c5baeec8297d7daf
ROBOT_DEMO: add robot demo for Android

Initial commit of robot demo for Android.
30 files changed:
orte/Robot_Demo/.classpath [new file with mode: 0644]
orte/Robot_Demo/.project [new file with mode: 0644]
orte/Robot_Demo/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
orte/Robot_Demo/AndroidManifest.xml [new file with mode: 0644]
orte/Robot_Demo/assets/ortemanager [new symlink]
orte/Robot_Demo/gen/org/ocera/orte/BuildConfig.java [new file with mode: 0644]
orte/Robot_Demo/gen/org/ocera/orte/R.java [new file with mode: 0644]
orte/Robot_Demo/ic_launcher-web.png [new file with mode: 0644]
orte/Robot_Demo/proguard-project.txt [new file with mode: 0644]
orte/Robot_Demo/project.properties [new file with mode: 0644]
orte/Robot_Demo/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
orte/Robot_Demo/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
orte/Robot_Demo/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
orte/Robot_Demo/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
orte/Robot_Demo/res/layout/activity_main.xml [new file with mode: 0644]
orte/Robot_Demo/res/menu/activity_main.xml [new file with mode: 0644]
orte/Robot_Demo/res/values-v11/styles.xml [new file with mode: 0644]
orte/Robot_Demo/res/values-v14/styles.xml [new file with mode: 0644]
orte/Robot_Demo/res/values/strings.xml [new file with mode: 0644]
orte/Robot_Demo/res/values/styles.xml [new file with mode: 0644]
orte/Robot_Demo/src/org/ocera/orte/demo/HelloMsg.java [new file with mode: 0644]
orte/Robot_Demo/src/org/ocera/orte/demo/MainActivity.java [new file with mode: 0644]
orte/Robot_Demo/src/org/ocera/orte/demo/MyEvents.java [new file with mode: 0644]
orte/examples/robot/publisher.c [new file with mode: 0644]
orte/examples/robot/subscriber.c [new file with mode: 0644]
orte/java/src/org/ocera/orte/examples/robot/RoboCallback.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/examples/robot/RoboEvents.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/examples/robot/RoboMsg.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/examples/robot/RoboPublisher.java [new file with mode: 0644]
orte/java/src/org/ocera/orte/examples/robot/RoboSubscriber.java [new file with mode: 0644]