YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
main.cpp File Reference
#include "mainwindow.h"
#include <QApplication>
#include <yarp/os/Network.h>
#include <yarp/os/Property.h>
#include <yarp/os/Os.h>
#include <yarp/os/Log.h>
#include <yarp/os/ResourceFinder.h>
#include <string>
#include <yarp/os/ResourceFinderOptions.h>
#include <cerrno>
#include <sys/types.h>
#include <csignal>
+ Include dependency graph for main.cpp:

Go to the source code of this file.

Macros

#define HELP_MESSAGE   "\Usage:\n\ yarpmanager [option]\n\n\Options:\n\ --load_application Path to application to load in the main window\n\ --from Configuration file name\n\ --application Path to application to open\n\ --ymanagerini_dir \n\ --apppath \n\ --modpath \n\ --respath \n\ --templpath \n\ --load_subfolders \n\ --watchdog \n\ --module_failure \n\ --connection_failure \n\ --auto_connect \n\ --auto_dependency \n\ --add_current_dir add the current dir to the search path\n\ --elapsed_time if present the time stamp for log messages will be relative to the GUI start time\n\"
 
#define DEF_CONFIG_FILE   "ymanager.ini"
 

Functions

void onSignal (int signum)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ DEF_CONFIG_FILE

#define DEF_CONFIG_FILE   "ymanager.ini"

Definition at line 40 of file main.cpp.

◆ HELP_MESSAGE

#define HELP_MESSAGE   "\Usage:\n\ yarpmanager [option]\n\n\Options:\n\ --load_application Path to application to load in the main window\n\ --from Configuration file name\n\ --application Path to application to open\n\ --ymanagerini_dir \n\ --apppath \n\ --modpath \n\ --respath \n\ --templpath \n\ --load_subfolders \n\ --watchdog \n\ --module_failure \n\ --connection_failure \n\ --auto_connect \n\ --auto_dependency \n\ --add_current_dir add the current dir to the search path\n\ --elapsed_time if present the time stamp for log messages will be relative to the GUI start time\n\"

Definition at line 18 of file main.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 56 of file main.cpp.

◆ onSignal()

void onSignal ( int  signum)