Prusa MINI Firmware overview
|
Public Types | |
enum | Type : uint8_t { File, Directory } |
Public Member Functions | |
Slot () | |
Static Public Member Functions | |
static Slot * | allocate (Type type) |
static void | free (Slot *slot) |
static void | free_all () |
Public Attributes | |
Type | type |
union { | |
FIL file | |
DIR directory | |
}; | |
enum Slot::Type : uint8_t |
|
static |
Type Slot::type |
FIL Slot::file |
DIR Slot::directory |
union { ... } |