simulator-sdk  1.14.5
 All Classes Namespaces Functions Variables Enumerations Enumerator
Public Member Functions
Sim::WheelVelocitySensor Class Reference

WheelVelocitySensor is a class defining a wheel velocity sensor. It is to a wheel velocity motor (it has the same name) and can measure its wheel velocity. More...

#include <alrobotmodel.h>

List of all members.

Public Member Functions

 WheelVelocitySensor ()
 creates an empty WheelVelocitySensor, you should not use this.
 ~WheelVelocitySensor ()
 destructor.
virtual int bufferSize () const
 returns the maximum size of the buffer of a measure from the WheelVelocitySensor in bits.

Detailed Description

WheelVelocitySensor is a class defining a wheel velocity sensor. It is to a wheel velocity motor (it has the same name) and can measure its wheel velocity.

Definition at line 817 of file alrobotmodel.h.


Constructor & Destructor Documentation

creates an empty WheelVelocitySensor, you should not use this.

Warning:
The WheelVelocitySensor being empty, every access to this object will throw.

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Enumerator