|
Urbi SDK Remote for C++
2.7.3
|
#include <libport/package-info.hh>#include <serialize/binary-o-serializer.hh>#include <urbi/uobject.hh>#include <urbi/usyncclient.hh>

Go to the source code of this file.
Classes | |
| class | urbi::impl::RemoteUContextImpl |
| class | urbi::impl::RemoteUObjectImpl |
| class | urbi::impl::RemoteUVarImpl |
| class | urbi::impl::RemoteUGenericCallbackImpl |
Namespaces | |
| namespace | urbi |
Global definition of the starterlist. | |
| namespace | urbi::impl |
The interfaces UContextImpl, UVarImpl, UObjectImpl and UGenericCallbackImpl are what must be implemented to make an UObject backend. | |
Defines | |
| #define | TABLE(Type, Name) |
| #define | URBI_REMOTE_RTP_INIT_CHANNEL "__remote_rtp_init" |
| #define TABLE | ( | Type, | |
| Name | |||
| ) |
private: \
Type Name ## _; \
public: \
Type& Name() \
{ \
return Name ## _; \
}
Definition at line 127 of file remote-ucontext-impl.hh.
| #define URBI_REMOTE_RTP_INIT_CHANNEL "__remote_rtp_init" |
Definition at line 183 of file remote-ucontext-impl.hh.
Referenced by urbi::impl::RemoteUContextImpl::makeRTPLink(), and urbi::impl::RemoteUContextImpl::onRTPListenMessage().