Peka2D_v5
v5.0
|
Compilation and execution messages. More...
#include <structs.h>
Public Attributes | |
char | logFile [1024] |
Log file path. More... | |
int | error |
char | errorProperty [1024] |
Error string. More... | |
int | nWarning |
char ** | warning |
int | nMsgL0 |
char ** | MsgL0 |
int | nMsgL1 |
char ** | MsgL1 |
int | nMsgL2 |
char ** | MsgL2 |
int | nMsgL3 |
char ** | MsgL3 |
Compilation and execution messages.
int t_message_::error |
If Error > 0, Execution will be aborted
char t_message_::errorProperty[1024] |
Error string.
char t_message_::logFile[1024] |
Log file path.
char** t_message_::MsgL0 |
char** t_message_::MsgL1 |
char** t_message_::MsgL2 |
char** t_message_::MsgL3 |
int t_message_::nMsgL0 |
int t_message_::nMsgL1 |
int t_message_::nMsgL2 |
int t_message_::nMsgL3 |
int t_message_::nWarning |
char** t_message_::warning |