#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include "lib.h"
#include "gps.h"
#include "menu.h"
#include "main.h"
#include "utils.h"
◆ Application_Default()
| void Application_Default |
( |
void | | ) |
|
Reset all application specific settings to default.
◆ BltPINCallback()
| void BltPINCallback |
( |
char * | pin, |
|
|
int * | len ) |
◆ Bluetooth_HID_Default()
| void Bluetooth_HID_Default |
( |
void | | ) |
|
Reset all Bluetooth settings to default.
◆ Bluetooth_VCP_Default()
| void Bluetooth_VCP_Default |
( |
void | | ) |
|
Reset all Bluetooth settings to default.
◆ BluetoothDefault()
| void BluetoothDefault |
( |
void | | ) |
|
Reset all Bluetooth settings to default depending on selected bluetooth mode.
◆ CloseBluetoothPorts()
| void CloseBluetoothPorts |
( |
void | | ) |
|
Close all bluettoth ports.
◆ conv_symbology()
| int conv_symbology |
( |
int | symbo | ) |
|
Table lookup to convert symbology type from decode to menu.
◆ DemoTickHandler()
| void DemoTickHandler |
( |
void | | ) |
|
Installed for the heartbeat callback.
◆ display_splash_screen()
| void display_splash_screen |
( |
void | | ) |
|
Displays the splash screen.
◆ display_splash_screen_no_waitkey()
| void display_splash_screen_no_waitkey |
( |
void | | ) |
|
Displays the splash screen.
◆ DisplayBluetoothMenu()
| void DisplayBluetoothMenu |
( |
void | | ) |
|
◆ DisplayBluetoothStatus()
| void DisplayBluetoothStatus |
( |
int | BLState, |
|
|
int | rowNo ) |
Displays bluetooth status.
◆ IsGPSTag()
Checks if GPS tag is desired for real-time bar code transmission.
◆ IsScannerBluetooth()
| int IsScannerBluetooth |
( |
void | | ) |
|
Checks if the scanner implements bluetooth.
◆ IsScannerGPS()
| int IsScannerGPS |
( |
void | | ) |
|
Checks if the scanner has GPS and it is actively being polled.
◆ LoadAppSettings()
| void LoadAppSettings |
( |
void | | ) |
|
Loads application settings for use by the menu.
◆ main()
◆ SaveAppSettings()
| void SaveAppSettings |
( |
void | | ) |
|
Saves application settings from the menu.
◆ set_model_defaults()
| void set_model_defaults |
( |
scannerType * | scanner | ) |
|
Sets the defaults for the scanner model.
◆ UpdateBluetoothState()
| int UpdateBluetoothState |
( |
int * | stateChange | ) |
|
◆ app
◆ app_version
◆ attempts_left
◆ backlight_enabled
◆ batt_power
◆ battery_msg_status
◆ battery_type
◆ baudrate_enabled
◆ BTLocalName
| char BTLocalName[32] = "" |
◆ BTState
◆ BTStateChange
◆ buffer
◆ com_opened
◆ enabled_barcodes
◆ g_bltPINCallback
◆ g_BreadCrumbFlag
◆ g_BreadCrumbTime
◆ g_fSuspendGPS
◆ g_GPS_breadcrumbTimer
| int g_GPS_breadcrumbTimer |
|
extern |
◆ g_gps_mode
◆ g_GPS_Test_Mode
◆ g_gpsOptions
◆ g_nBreadCrumbIndex
◆ g_nGPSStandbyTimeout
| unsigned long g_nGPSStandbyTimeout |
|
extern |
◆ g_termID
◆ g_TickCounter
◆ g_util_timeout
◆ g_util_timer
◆ gps_bread_crumbs
◆ gps_data_format
◆ interface_enabled
◆ pressed
◆ protocol_enabled
◆ reset_appl_to_default
| int reset_appl_to_default |
◆ reset_read_mode
◆ scanner
◆ splash_msg
◆ standby_enabled
◆ time_zone_change
◆ time_zone_offset
◆ timer
| volatile unsigned int timer[MAX_TIMERS] |