Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Made clear that delay may mean us |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
49c442592253c5038a3ddfe3aa38b351 |
User & Date: | bernd 2014-01-13 03:06:27.394 |
Context
2014-01-13
| ||
15:34 | Delete references check-in: 3874dedc13 user: bernd tags: trunk | |
03:06 | Made clear that delay may mean us check-in: 49c4425922 user: bernd tags: trunk | |
02:46 | Set delay accordingly check-in: a87d6756b0 user: bernd tags: trunk | |
Changes
Changes to gles2/jni-location.fs.
︙ | ︙ | |||
91 92 93 94 95 96 97 | : start-gps ( -- ) clazz >o startgps gforth-handler >o post o> drop o> ; : stop-gps ( -- ) clazz >o stopgps gforth-handler >o post o> drop o> ; | | | 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | : start-gps ( -- ) clazz >o startgps gforth-handler >o post o> drop o> ; : stop-gps ( -- ) clazz >o stopgps gforth-handler >o post o> drop o> ; : start-sensor ( type delayus -- ) clazz >o argj0 2>r 0 to argj0 sensorManager >o getDefaultSensor o> to argsensor startsensor gforth-handler >o post o> drop 2r> to argj0 o> ; |
︙ | ︙ |
Changes to jni-location.fs.
︙ | ︙ | |||
91 92 93 94 95 96 97 | : start-gps ( -- ) clazz >o startgps gforth-handler >o post o> drop o> ; : stop-gps ( -- ) clazz >o stopgps gforth-handler >o post o> drop o> ; | | | 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | : start-gps ( -- ) clazz >o startgps gforth-handler >o post o> drop o> ; : stop-gps ( -- ) clazz >o stopgps gforth-handler >o post o> drop o> ; : start-sensor ( type delayus -- ) clazz >o argj0 2>r 0 to argj0 sensorManager >o getDefaultSensor o> to argsensor startsensor gforth-handler >o post o> drop 2r> to argj0 o> ; |
︙ | ︙ |