|
Urbi SDK Remote for C++
2.7.5
|
Options for send(), rather than multiplying the overloads. More...
#include <usyncclient.hh>

Public Member Functions | |
| send_options () | |
| send_options & | timeout (libport::utime_t) |
| send_options & | tag (const char *, const char *=0) |
Public Attributes | |
| libport::utime_t | timeout_ |
| Timeout in microseconds. | |
| const char * | mtag_ |
| const char * | mmod_ |
Static Public Attributes | |
| static const send_options | default_options |
Options for send(), rather than multiplying the overloads.
Definition at line 95 of file usyncclient.hh.
| urbi::USyncClient::send_options::send_options | ( | ) |
Definition at line 39 of file usyncclient.cc.
| USyncClient::send_options & urbi::USyncClient::send_options::tag | ( | const char * | tag, |
| const char * | mod = 0 |
||
| ) |
Definition at line 53 of file usyncclient.cc.
| USyncClient::send_options & urbi::USyncClient::send_options::timeout | ( | libport::utime_t | usec | ) |
Definition at line 46 of file usyncclient.cc.
Definition at line 106 of file usyncclient.hh.
Referenced by urbi::USyncClient::getOptions().
| const char* urbi::USyncClient::send_options::mmod_ |
Definition at line 105 of file usyncclient.hh.
| const char* urbi::USyncClient::send_options::mtag_ |
Definition at line 104 of file usyncclient.hh.
Referenced by urbi::USyncClient::syncGet_().
| libport::utime_t urbi::USyncClient::send_options::timeout_ |
Timeout in microseconds.
Definition at line 103 of file usyncclient.hh.
Referenced by urbi::USyncClient::syncGet_().