SYMBOL INDEX (25 symbols across 4 files) FILE: OpenTracker/addon.h function addon_delay (line 5) | void addon_delay(long ms) { function addon_init (line 12) | void addon_init() { function addon_setup (line 17) | void addon_setup() { function addon_loop (line 22) | void addon_loop() { function addon_event (line 26) | void addon_event(int event) { function addon_sms_command (line 30) | void addon_sms_command(char *cmd, char *arg, const char *phone) { function addon_collect_data (line 34) | void addon_collect_data() { type addon_settings (line 40) | struct addon_settings FILE: daemon/daemon.rb class OpenTrackerDaemon (line 27) | class OpenTrackerDaemon method initialize (line 28) | def initialize method reconnect (line 69) | def reconnect method load_config (line 73) | def load_config method start_server (line 77) | def start_server method handle_request (line 100) | def handle_request(req, ipaddr) method alert (line 231) | def alert(type, msg) method get_distance (line 242) | def get_distance(latitudeFrom, longitudeFrom, latitudeTo, longitudeTo,... method deg2rad (line 257) | def deg2rad(deg) method parse_data (line 261) | def parse_data(request) FILE: daemon/schema.sql type `config` (line 25) | CREATE TABLE `config` ( type `event` (line 71) | CREATE TABLE `event` ( type `journey` (line 88) | CREATE TABLE `journey` ( type `journey_step` (line 110) | CREATE TABLE `journey_step` ( type `log` (line 130) | CREATE TABLE `log` ( FILE: logger/logger_schema.sql type `log` (line 1) | CREATE TABLE `log` ( type `event` (line 22) | CREATE TABLE `event` (