|
Urbi SDK Remote for C++
2.7.5
|


Go to the source code of this file.
Namespaces | |
| namespace | urbi |
Global definition of the starterlist. | |
Functions | |
| UObjectHub * | urbi::getUObjectHub (const std::string &n) |
| UObject * | urbi::getUObject (const std::string &n) |
| void | urbi::uobject_unarmorAndSend (const char *str) |
| Send Urbi code (ghost connection in plugin mode, default connection in remote mode). | |
| void | urbi::send (const char *str) |
| void | urbi::send (const std::string &str) |
| void | urbi::send (const void *buf, size_t size) |
| Send buf to the connection hosting the UObject. | |
| UObjectMode | urbi::running_mode () |
| UObjectMode | urbi::getRunningMode () |
| bool | urbi::isPluginMode () |
| bool | urbi::isRemoteMode () |