|
Urbi SDK Remote for C++
2.7.3
|
#include <sensor.hh>


Public Member Functions | |
| sensor (std::string s) | |
| int | init () |
| UReturn | newval (UVar &) |
| UReturn | getval (UVar &) |
| void | setVal (int) |
Public Attributes | |
| UVar | val |
| sensor::sensor | ( | std::string | s | ) |
Definition at line 17 of file sensor.cc.
References getval(), init(), newval(), setVal(), UBindFunction, UBindVar, urbi::UObject::UNotifyAccess(), urbi::UObject::UNotifyChange(), USensor, and val.
| void sensor::setVal | ( | int | v | ) |