#include <urbi/uobject.hh>
#include <libport/foreach.hh>
#include <libport/thread.hh>
#include <libport/lockable.hh>
Go to the source code of this file.
Defines |
| #define | type0 (op.args[0].type) |
| #define | string0 (*op.args[0].stringValue) |
| #define | float0 (op.args[0].val) |
| #define | int0 static_cast<int>(float0) |
Functions |
| | GD_CATEGORY (Test.Threaded) |
| | UStart (Threaded) |
Variables |
| static const char * | opname [] |
Define Documentation
| #define float0 (op.args[0].val) |
| #define int0 static_cast<int>(float0) |
| #define string0 (*op.args[0].stringValue) |
| #define type0 (op.args[0].type) |
Function Documentation
| GD_CATEGORY |
( |
Test. |
Threaded | ) |
|
Variable Documentation
Initial value:
{
"WRITE_VAR",
"READ_VAR",
"CREATE_VAR",
"DELETE_VAR",
"NOTIFY_CHANGE",
"NOTIFY_ACCESS",
"BIND_FUNCTION",
"SET_UPDATE",
"SET_TIMER",
"UNSET_TIMER",
"UNNOTIFY",
"GETUOBJECT",
"DELAY",
"DIE",
"SET_UOWNED",
"SET_BYPASS",
"WRITE_BINARY",
"EMIT",
0
}
Definition at line 141 of file threaded.cc.