qpc/doxygen/snippets/qep_qmsm.c
Quantum Leaps cd6736f1fd 5.4.0
2015-04-28 13:45:35 -04:00

10 lines
174 B
C

typedef struct {
QMsm super; /* inherits QMsm */
double operand1;
double operand2;
char display[DISP_WIDTH + 1];
uint8_t len;
uint8_t opKey;
} Calc;