#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | urbi |
Enumerations | |
enum | urbi::UBlendType { UMIX, UADD, UDISCARD, UQUEUE, UCANCEL, UNORMAL } |
Possible blending mode for an UVar. | |
enum | urbi::UProperty { PROP_RANGEMIN, PROP_RANGEMAX, PROP_SPEEDMIN, PROP_SPEEDMAX, PROP_BLEND, PROP_DELTA } |
URBI properties associated to a variable. | |
Functions | |
bool | urbi::is_blendtype (int i) |
const char * | urbi::name (UBlendType u) |
UBlendType | urbi::ublendtype (const char *cp) |
bool | urbi::is_propertytype (int i) |
const char * | urbi::name (UProperty u) |
UProperty | urbi::uproperty (const char *cp) |
Variables | |
const char * | urbi::UBlendNames [] |
const char * | urbi::UPropertyNames [] |
Definition in file utypes-common.hh.