Aquila  2.0 prealpha
Cognitive Robotics Architecture
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
main.cpp File Reference

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
 

Function Documentation

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.

Parameters
[in]argc- number of arguments
[in]argv[]- argumnet list
Returns
true if all went well

Variable Documentation

int numLines = 0