Roboid Control for C++ 0.4
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
RoboidControl::Thing::Type Struct Reference

Detailed Description

Predefined thing types.

#include <Thing.h>

Static Public Attributes

static const unsigned char Undetermined = 0x00
 
static const unsigned char Switch = 0x01
 
static const unsigned char DistanceSensor = 0x02
 
static const unsigned char DirectionalSensor = 0x03
 
static const unsigned char TemperatureSensor = 0x04
 
static const unsigned char TouchSensor = 0x05
 
static const unsigned char ControlledMotor = 0x06
 
static const unsigned char UncontrolledMotor = 0x07
 
static const unsigned char Servo = 0x08
 
static const unsigned char RelativeEncoder = 0x19
 
static const unsigned char Root = 0x10
 
static const unsigned char Roboid = 0x09
 
static const unsigned char Humanoid = 0x0A
 
static const unsigned char ExternalSensor = 0x08
 
static const unsigned char Animator = 0x0C
 
static const unsigned char DifferentialDrive = 0x0D