|
Urbi SDK Remote for C++
2.7.5
|
#include <libport/fwd.hh>#include <libport/utime.hh>#include <urbi/uvalue.hh>#include "urbi/ucontext.hxx"

Go to the source code of this file.
Classes | |
| class | urbi::UAutoValue |
| UValue with implicit constructors. More... | |
| class | urbi::UContext |
| Methods available in both UObject and UVar Wrapper around UContextImpl to enable access through inheritance. More... | |
Namespaces | |
| namespace | urbi |
Global definition of the starterlist. | |
Enumerations | |
| enum | urbi::UObjectMode { urbi::MODE_PLUGIN = 1, urbi::MODE_REMOTE } |
| Possible UObject running modes. More... | |
Functions | |
| impl::UContextImpl * | urbi::getCurrentContext () |
| Will be used if no context is explicitly passed. | |
| void | urbi::setCurrentContext (impl::UContextImpl *impl) |
| void | urbi::echo (const char *format,...) |
| echo method | |