|  | RobWorkProject
    23.9.11-
    | 
An interface for Bullet devices. More...
#include <BtDevice.hpp>
Inherited by BtPositionDevice, and BtVelocityDevice.
| Public Member Functions | |
| virtual | ~BtDevice () | 
| Destructor. | |
| virtual void | update (double dt, rw::kinematics::State &state)=0 | 
| Update device.  More... | |
| virtual void | postUpdate (rw::kinematics::State &state)=0 | 
| Post update of device.  More... | |
An interface for Bullet devices.
| 
 | pure virtual | 
Post update of device.
| state | [in/out] the result of the update. | 
Implemented in BtVelocityDevice, and BtPositionDevice.
| 
 | pure virtual | 
Update device.
| dt | [in] the timestep. | 
| state | [in/out] the state to update. | 
Implemented in BtVelocityDevice, and BtPositionDevice.