qpc/doxygen/snippets/qep_qhsm.c
Quantum Leaps 0e95d49224 5.1.0
2013-09-23 14:34:35 -04:00

10 lines
191 B
C

typedef struct QCalcTag {
QHsm super; /* inhertits QHsm */
double operand1;
double operand2;
char display[DISP_WIDTH + 1];
uint8_t len;
uint8_t opKey;
} QCalc;