Aquila
2.0 prealpha
Cognitive Robotics Architecture
|
Functions | |
void | customMessageHandler (QtMsgType type, const char *msg) |
Message handler that redirects warning and debug messages to log file. *param[in] type - message type (e.g. debug, warning, critical..) *param[in] msg - message. | |
int | main (int argc, char *argv[]) |
Entry function. | |
Variables | |
int | numLines = 0 |
void customMessageHandler | ( | QtMsgType | type, |
const char * | msg | ||
) |
Message handler that redirects warning and debug messages to log file. *param[in] type - message type (e.g. debug, warning, critical..) *param[in] msg - message.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Entry function.
[in] | argc | - number of arguments |
[in] | argv[] | - argumnet list |
int numLines = 0 |