|
Urbi SDK Remote for C++
2.7.3
|
#include <remote.hh>


Public Member Functions | |
| remote (const std::string &s) | |
| int | init () |
| int | foo (int x) |
| UReturn | newval (UVar &) |
Public Attributes | |
| UVar * | val |
| UVar | toto |
| remote::remote | ( | const std::string & | s | ) |
Definition at line 16 of file remote.cc.
References foo(), init(), newval(), toto, UBindFunction, UBindVar, urbi::UObject::UNotifyChange(), and val.
| int remote::foo | ( | int | x | ) |