Prusa MINI Firmware overview
|
#include "window.h"
Go to the source code of this file.
Classes | |
struct | _window_temp_graph_t |
struct | _window_class_temp_graph_t |
Macros | |
#define | WINDOW_FLG_GRAPH_INVALID (WINDOW_FLG_USER << 0) |
Typedefs | |
typedef struct _window_temp_graph_t | window_temp_graph_t |
typedef void() | window_temp_graph_point_t(window_temp_graph_t *pwindow_graph, uint8_t index, float y_val) |
typedef struct _window_class_temp_graph_t | window_class_temp_graph_t |
Variables | |
int16_t | WINDOW_CLS_TEMP_GRAPH |
const window_class_temp_graph_t | window_class_temp_graph |
#define WINDOW_FLG_GRAPH_INVALID (WINDOW_FLG_USER << 0) |
typedef struct _window_temp_graph_t window_temp_graph_t |
typedef void() window_temp_graph_point_t(window_temp_graph_t *pwindow_graph, uint8_t index, float y_val) |
typedef struct _window_class_temp_graph_t window_class_temp_graph_t |
int16_t WINDOW_CLS_TEMP_GRAPH |
const window_class_temp_graph_t window_class_temp_graph |