#include <Sensor.h>

Public Member Functions | |
| virtual void | clear () |
| virtual void | putInformation (std::ostream &os) |
| RateGyroSensor () | |
Public Member Functions inherited from Sensor | |
| virtual void | operator= (const Sensor &org) |
| Sensor () | |
| virtual | ~Sensor () |
Public Attributes | |
| fVec3 | w |
Public Attributes inherited from Sensor | |
| int | id |
| Joint * | joint |
| fVec3 | localPos |
| fMat33 | localR |
| std::string | name |
| int | type |
Static Public Attributes | |
| static const int | TYPE = RATE_GYRO |
Static Public Attributes inherited from Sensor | |
| static const int | TYPE = COMMON |
Additional Inherited Members | |
Public Types inherited from Sensor | |
| enum | SensorType { COMMON = 0, FORCE, RATE_GYRO, ACCELERATION, PRESSURE, PHOTO_INTERRUPTER, VISION, TORQUE, NUM_SENSOR_TYPES } |
Static Public Member Functions inherited from Sensor | |
| static Sensor * | create (int type) |
| static void | destroy (Sensor *sensor) |
Definition at line 78 of file server/UtDynamicsSimulator/Sensor.h.
| RateGyroSensor::RateGyroSensor | ( | ) |
Definition at line 113 of file server/UtDynamicsSimulator/Sensor.cpp.
|
virtual |
Reimplemented from Sensor.
Definition at line 119 of file server/UtDynamicsSimulator/Sensor.cpp.
|
virtual |
Reimplemented from Sensor.
Definition at line 125 of file server/UtDynamicsSimulator/Sensor.cpp.
Definition at line 81 of file server/UtDynamicsSimulator/Sensor.h.
| fVec3 RateGyroSensor::w |
Definition at line 84 of file server/UtDynamicsSimulator/Sensor.h.