ADP window configuration.
Copyright (c) 2015-2018 Microchip Technology Inc. and its subsidiaries.
Macros | |
#define | DASHBOARD_CON_LABEL "Control Dashboard" |
#define | DASHBOARD_DIS_LABEL "Light Sensor Example Dashboard" |
#define | DASHBOARD_ID_CONTROL 0x01 |
#define | DASHBOARD_ID_LIGHT_SENSOR 0x00 |
Dashboard and elements defines. More... | |
#define | GRAPH_LABEL "Light Sensor Output" |
#define | STREAM_ID_HYST_HIGH 0x10 |
#define | STREAM_ID_HYST_LOW 0x11 |
#define | STREAM_ID_LED_TOGGLE 0x30 |
#define | STREAM_ID_LIGHT_SENSOR 0x01 |
#define | STREAM_ID_LIGHT_SENSOR_ADC 0x02 |
#define | STREAM_ID_NIGHT_MODE 0x29 |
#define | STREAM_ID_STATUS_MESSAGE 0x00 |
Stream number defines. More... | |
#define | TERMINAL_LABEL "Status terminal" |
Functions | |
void | adp_window_init (void) |
Variables | |
struct adp_msg_conf_terminal | terminal_config |
#define DASHBOARD_CON_LABEL "Control Dashboard" |
Referenced by adp_window_add_dashboard_control().
#define DASHBOARD_DIS_LABEL "Light Sensor Example Dashboard" |
Referenced by adp_window_add_dashboard_light_sensor().
#define DASHBOARD_ID_CONTROL 0x01 |
#define DASHBOARD_ID_LIGHT_SENSOR 0x00 |
Dashboard and elements defines.
Referenced by adp_window_add_dashboard_light_sensor(), adp_window_add_element_strem_to_light_sensor_dashboard(), and adp_window_add_label_to_light_sensor_dashboard().
#define GRAPH_LABEL "Light Sensor Output" |
#define STREAM_ID_HYST_HIGH 0x10 |
Referenced by adp_window_add_element_strem_to_control_dashboard(), and executive_command().
#define STREAM_ID_HYST_LOW 0x11 |
Referenced by adp_window_add_element_strem_to_control_dashboard(), and executive_command().
#define STREAM_ID_LED_TOGGLE 0x30 |
Referenced by adp_window_add_element_strem_to_light_sensor_dashboard(), and executive_command().
#define STREAM_ID_LIGHT_SENSOR 0x01 |
Referenced by adp_window_add_element_strem_to_light_sensor_dashboard(), and transceive_data().
#define STREAM_ID_LIGHT_SENSOR_ADC 0x02 |
Referenced by adp_window_add_element_strem_to_control_dashboard(), and transceive_data().
#define STREAM_ID_NIGHT_MODE 0x29 |
Referenced by adp_window_add_element_strem_to_light_sensor_dashboard(), and transceive_data().
#define STREAM_ID_STATUS_MESSAGE 0x00 |
Stream number defines.
Referenced by adp_window_add_terminal(), and transceive_data().
#define TERMINAL_LABEL "Status terminal" |
Referenced by adp_window_add_terminal(), and transceive_data().
void adp_window_init | ( | void | ) |
References adp_window_add_dashboard_control(), adp_window_add_dashboard_light_sensor(), and adp_window_add_terminal().
Referenced by adp_example_init().
struct adp_msg_conf_terminal terminal_config |
Referenced by adp_window_add_terminal(), and transceive_data().