#include <axisorientationsensor.h>
Inherits Sensor.
Inheritance diagram for AxisOrientationSensor:


Public Types | |
| OnlyZAxis | |
| Z axis in word coordinated (Dimension select components of this vector). | |
| ZProjection | |
| z-component of each axis (Dimension select components of this vector) | |
| Axis | |
| for each dimension one orienation vector, i.e. for X | Y | Z it is a 3x3 rotation matrix | |
| enum | Mode { OnlyZAxis, ZProjection, Axis } |
| Sensor mode. More... | |
Public Member Functions | |
| AxisOrientationSensor (Mode mode, short dimensions=X|Y|Z) | |
| virtual | ~AxisOrientationSensor () |
| virtual void | init (Primitive *own) |
| initialises sensor with body of robot. | |
| virtual int | getSensorNumber () const |
| returns the number of sensors values produced by this sensor | |
| virtual bool | sense (const GlobalData &globaldata) |
| performs sense action | |
| virtual std::list< sensor > | get () const |
| returns a list of sensor values (usually in the range [0,1] ) | |
| virtual int | get (sensor *sensors, int length) const |
| writes the sensor values (usually in the range [0,1] ) into the giben sensor array and returns the number of sensors written | |
| AxisOrientationSensor | ( | Mode | mode, | |
| short | dimensions = X|Y|Z | |||
| ) |
| mode | how to measure the axis orientation | |
| dimensions | bit mask for the dimensions to sense. Default: X | Y | Z (all dimensions) |
| virtual ~AxisOrientationSensor | ( | ) | [inline, virtual] |
| int get | ( | sensor * | sensors, | |
| int | length | |||
| ) | const [virtual] |
writes the sensor values (usually in the range [0,1] ) into the giben sensor array and returns the number of sensors written
| sensors | call by refernce array which received the values | |
| length | capacity of sensors array |
Implements Sensor.
| std::list< sensor > get | ( | ) | const [virtual] |
| int getSensorNumber | ( | ) | const [virtual] |
| void init | ( | Primitive * | own | ) | [virtual] |
| bool sense | ( | const GlobalData & | globaldata | ) | [virtual] |
1.4.7