|
Urbi SDK Remote for C++
2.7.5
|
Option structure for USyncClient construction. More...
#include <usyncclient.hh>


Public Member Functions | |
| options () | |
| UCLIENT_OPTION (bool, startCallbackThread) | |
| If true, create a thread dedicated to the processing of incoming messages. | |
| UCLIENT_OPTION (connect_callback_type, connectCallback) | |
| Ignore host and port if set, do not connect or listen. | |
Option structure for USyncClient construction.
In addition to UClient::options, provides:
Definition at line 66 of file usyncclient.hh.
| urbi::USyncClient::options::options | ( | ) |
Definition at line 30 of file usyncclient.cc.
| urbi::USyncClient::options::UCLIENT_OPTION | ( | bool | , |
| startCallbackThread | |||
| ) |
If true, create a thread dedicated to the processing of incoming messages.
If false, it is the responsibility of the user to regularly call processEvents(). Defaults to true.
| urbi::USyncClient::options::UCLIENT_OPTION | ( | connect_callback_type | , |
| connectCallback | |||
| ) |
Ignore host and port if set, do not connect or listen.
Called when connection is established.