5namespace RoboidControl {
24 float rotationSpeed = 0;
An Incremental Encoder measures the rotations of an axle using a rotary sensor. Some encoders are abl...
Definition RelativeEncoder.h:10
int GenerateBinary(char *bytes, unsigned char *ix) override
Function used to generate binary data for this touch sensor.
Definition RelativeEncoder.cpp:13
virtual float GetRotationSpeed()
Get the rotation speed.
Definition RelativeEncoder.cpp:9
virtual void ProcessBinary(char *bytes) override
Function used to process binary data received for this touch sensor.
Definition RelativeEncoder.cpp:18
A thing is the primitive building block.
Definition Thing.h:20
static Thing * LocalRoot()
The root thing for the local participant.
Definition Thing.cpp:23