Go to the source code of this file.
Functions | |
| find_gps_compass () | |
Variables | |
| $wait_time = 20 | |
| $compass = null | |
| $GPS = null | |
| $noGPS = ($compass || $GPS)?"" : "noGPS" | |
| $nocompass = ($compass)?"" : "nocompass" | |
| $cmd = "/usr/html/exif.php init $noGPS $nocompass" | |
| $cmd = "/usr/local/bin/compass ". $compass["file"]." &" | |
| find_gps_compass | ( | ) |
| $cmd = "/usr/local/bin/compass ". $compass["file"]." &" |
Definition at line 68 of file start_gps_compass.php.
| $cmd = "/usr/html/exif.php init $noGPS $nocompass" |
Definition at line 53 of file start_gps_compass.php.
| $compass = null |
| $GPS = null |
| $nocompass = ($compass)?"" : "nocompass" |
Definition at line 52 of file start_gps_compass.php.
| $noGPS = ($compass || $GPS)?"" : "noGPS" |
Definition at line 51 of file start_gps_compass.php.
| $wait_time = 20 |
Definition at line 37 of file start_gps_compass.php.
1.5.1