Prusa MINI Firmware overview
window_temp_graph.h File Reference
#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
 

Macro Definition Documentation

◆ WINDOW_FLG_GRAPH_INVALID

#define WINDOW_FLG_GRAPH_INVALID   (WINDOW_FLG_USER << 0)

Typedef Documentation

◆ window_temp_graph_t

◆ window_temp_graph_point_t

typedef void() window_temp_graph_point_t(window_temp_graph_t *pwindow_graph, uint8_t index, float y_val)

◆ window_class_temp_graph_t

Variable Documentation

◆ WINDOW_CLS_TEMP_GRAPH

int16_t WINDOW_CLS_TEMP_GRAPH

◆ window_class_temp_graph

const window_class_temp_graph_t window_class_temp_graph