Peka2D_v5  v5.0
Public Attributes | List of all members
t_message_ Struct Reference

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
 

Detailed Description

Compilation and execution messages.

Member Data Documentation

◆ error

int t_message_::error

If Error > 0, Execution will be aborted

◆ errorProperty

char t_message_::errorProperty[1024]

Error string.

◆ logFile

char t_message_::logFile[1024]

Log file path.

◆ MsgL0

char** t_message_::MsgL0

◆ MsgL1

char** t_message_::MsgL1

◆ MsgL2

char** t_message_::MsgL2

◆ MsgL3

char** t_message_::MsgL3

◆ nMsgL0

int t_message_::nMsgL0

◆ nMsgL1

int t_message_::nMsgL1

◆ nMsgL2

int t_message_::nMsgL2

◆ nMsgL3

int t_message_::nMsgL3

◆ nWarning

int t_message_::nWarning

◆ warning

char** t_message_::warning

The documentation for this struct was generated from the following file: