grblHAL core  20241107
setting_detail Struct Reference

#include <settings.h>

Data Fields

setting_id_t id
 
setting_group_t group
 
const char * name
 
const char * unit
 
setting_datatype_t datatype
 
const char * format
 
const char * min_value
 
const char * max_value
 
setting_type_t type
 
void * value
 
void * get_value
 
bool(* is_available )(const struct setting_detail *setting)
 
setting_detail_flags_t flags
 

Field Documentation

◆ datatype

◆ flags

◆ format

const char* format

◆ get_value

void* get_value

◆ group

◆ id

◆ is_available

bool(* is_available) (const struct setting_detail *setting)

◆ max_value

const char* max_value

◆ min_value

const char* min_value

◆ name

const char* name

◆ type

◆ unit

const char* unit

◆ value

void* value

The documentation for this struct was generated from the following file: