SORTIE C++ Test Documentation
|
This is the structure for sending and receiving messages. More...
#include <Messages.h>
Public Attributes | |
int | iMessageCode |
Integer message code. | |
char | cMoreInfo [MESSAGE_SIZE] |
String to hold additional information, if needed, according to the message code. | |
char | cFunction [MESSAGE_SIZE] |
Function in which the error occurred - probably not for user consumption. | |
This is the structure for sending and receiving messages.
char modelMsg::cFunction[MESSAGE_SIZE] |
Function in which the error occurred - probably not for user consumption.
char modelMsg::cMoreInfo[MESSAGE_SIZE] |
String to hold additional information, if needed, according to the message code.
int modelMsg::iMessageCode |
Integer message code.
See constants.