#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>
Go to the source code of this file.
|
#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" |
|
|
void | onSignal (int signum) |
|
int | main (int argc, char *argv[]) |
|
◆ DEF_CONFIG_FILE
#define DEF_CONFIG_FILE "ymanager.ini" |
◆ 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\" |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ onSignal()
void onSignal |
( |
int |
signum | ) |
|