grblHAL core  20260908
sys_command_flags_t Union Reference

#include <system.h>

Data Fields

uint8_t flags
 
struct {
   uint8_t   noargs:1
 Command does not handle arguments. More...
 
   uint8_t   allow_blocking:1
 Command can be executed when blocking event is active. More...
 
   uint8_t   help_fn:1
 Command help is dynamic (output is via function call). More...
 
   uint8_t   allow_redirect:1
 Command output can be to other other streams than the current. More...
 
   uint8_t   unused:4
 
}; 
 

Field Documentation

◆ 

struct { ... }

◆ allow_blocking

uint8_t allow_blocking

Command can be executed when blocking event is active.

◆ allow_redirect

uint8_t allow_redirect

Command output can be to other other streams than the current.

◆ flags

uint8_t flags

◆ help_fn

uint8_t help_fn

Command help is dynamic (output is via function call).

◆ noargs

uint8_t noargs

Command does not handle arguments.

◆ unused

uint8_t unused

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