Go to the source code of this file.
Define Documentation
| #define SETTER |
( |
|
Name, |
|
|
|
... |
|
) |
| |
Value:void Fusion::Name(unsigned int uid, bool enable) \
{ \
if (uid >= vars.size()) \
throw std::runtime_error("uid out of range"); \
if (vars[uid]->data().Name == enable) \
return; \
vars[uid]->data().Name = enable; \
__VA_ARGS__; \
}
Definition at line 130 of file fusion.cc.
Function Documentation
| static std::string fusion_id |
( |
| ) |
[static] |
| ::urbi::URBIStarter<Fusion> starter_Fusion |
( |
urbi:: |
isPluginMode)?"Fusion":fusion_id( | ) |
|