8#include <yarp/companion/yarpcompanion.h>
16int main(
int argc,
char *argv[]) {
20 if (std::string(argv[1])==
"server") {
29 if (std::string(argv[1])==
"run") {
30 return yarp::run::Run::main(argc,argv);
35 return yarp::companion::main(argc,argv);
Utilities for manipulating the YARP network, including initialization and shutdown.
An interface to the operating system, including Port based communication.
The main, catch-all namespace for YARP.
int main(int argc, char *argv[])
int yarpserver_main(int argc, char *argv[])