qpc/doxygen/snippets/qep_qmsm.c

10 lines
190 B
C
Raw Normal View History

2013-09-23 14:34:35 -04:00
typedef struct QCalcTag {
QMsm super; /* inherits QMsm */
double operand1;
double operand2;
char display[DISP_WIDTH + 1];
uint8_t len;
uint8_t opKey;
} QCalc;