|
Urbi SDK Remote for C++
2.7.3
|
#include <string>#include <vector>#include <libport/detect-win32.h>#include <libport/windows.hh>#include <urbi/export.hh>

Go to the source code of this file.
Classes | |
| class | UrbiRoot |
Defines | |
| #define | URBI_SDK_MAYBE_API URBI_SDK_API |
Typedefs | |
| typedef void * | RTLD_HANDLE |
| typedef int(* | urbi_launch_type )(int argc, const char *argv[], UrbiRoot &root) |
Functions | |
| int URBI_SDK_API | urbi_launch (int argc, const char *argv[], UrbiRoot &root) |
| #define URBI_SDK_MAYBE_API URBI_SDK_API |
Definition at line 29 of file urbi-root.hh.
| typedef void* RTLD_HANDLE |
Definition at line 25 of file urbi-root.hh.
| typedef int(* urbi_launch_type)(int argc, const char *argv[], UrbiRoot &root) |
Definition at line 94 of file urbi-root.hh.
| int URBI_SDK_API urbi_launch | ( | int | argc, |
| const char * | argv[], | ||
| UrbiRoot & | root | ||
| ) |
Definition at line 232 of file liburbi/urbi-launch.cc.
References urbi_launch_().