Prusa MINI Firmware overview
parsetools.h File Reference

Go to the source code of this file.

Classes

struct  MultiValueBuffer
 
class  MultiByteValueParser
 
class  ByteSkipper
 
class  PTPListParser
 

Typedefs

typedef void(* PTP_ARRAY_EL_FUNC) (const MultiValueBuffer *const p, uint32_t count, const void *me)
 

Functions

struct MultiValueBuffer __attribute__ ((packed))
 

Variables

uint8_t valueSize
 
voidpValue
 
class MultiByteValueParser __attribute__
 

Typedef Documentation

◆ PTP_ARRAY_EL_FUNC

typedef void(* PTP_ARRAY_EL_FUNC) (const MultiValueBuffer *const p, uint32_t count, const void *me)

Function Documentation

◆ __attribute__()

struct MultiValueBuffer __attribute__ ( (packed)  )

Variable Documentation

◆ valueSize

uint8_t valueSize

◆ pValue

void* pValue

◆ __attribute__