#include <rtt/os/main.h>
#include <rtt/plugin/PluginLoader.hpp>
#include <rtt/transports/corba/TaskContextProxy.hpp>
#include <rtt/transports/corba/TaskContextServer.hpp>
#include <taskbrowser/TaskBrowser.hpp>
#include <iostream>
#include <string>
#include "installpath.hpp"
Go to the source code of this file.
Defines | |
#define | ORO_str(s) #s |
#define | ORO_xstr(s) ORO_str(s) |
Functions | |
int | ORO_main (int argc, char **argv) |
#define ORO_str | ( | s | ) | #s |
Definition at line 42 of file ctaskbrowser.cpp.
Definition at line 41 of file ctaskbrowser.cpp.
int ORO_main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 44 of file ctaskbrowser.cpp.