Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
Classes | Namespaces | Enumerations
globals.h File Reference
#include <stdint.h>
#include "../config/config.h"
Include dependency graph for globals.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  modules::globals::Globals
 Globals keep track of global state variables in the firmware. More...
 

Namespaces

 modules
 The modules namespace contains models of MMU's components.
 
 modules::globals
 The globals namespace provides all necessary facilities related to keeping track of global state of the firmware.
 

Enumerations

enum  modules::globals::FilamentLoadState : uint8_t {
  modules::globals::NotLoaded = 0 , modules::globals::AtPulley = 1 , modules::globals::InSelector = 2 , modules::globals::InFSensor = 4 ,
  modules::globals::InNozzle = 8
}