#include <CalcMessage.h>
Public Member Functions | |
CalcMessage (const char *strA, TProgramCounter pcA) | |
strA is a 5 character long string, per SQL99 Part 2 Section 22.1. | |
Public Attributes | |
char | str [6] |
TProgramCounter | pc |
Values are copied, as they may refer to program state that could change before execution terminates, or change before a Calculator XO can read the message.
Definition at line 36 of file CalcMessage.h.
CalcMessage::CalcMessage | ( | const char * | strA, | |
TProgramCounter | pcA | |||
) | [inline, explicit] |
char CalcMessage::str[6] |
Definition at line 52 of file CalcMessage.h.