#include <Sensor.h>
Public Member Functions | |
AccelSensor () | |
virtual void | clear () |
virtual void | putInformation (std::ostream &os) |
Public Member Functions inherited from Sensor | |
virtual void | operator= (const Sensor &org) |
Sensor () | |
virtual | ~Sensor () |
Public Attributes | |
fVec3 | dv |
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 = ACCELERATION |
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 91 of file server/UtDynamicsSimulator/Sensor.h.
AccelSensor::AccelSensor | ( | ) |
Definition at line 133 of file server/UtDynamicsSimulator/Sensor.cpp.
|
virtual |
Reimplemented from Sensor.
Definition at line 140 of file server/UtDynamicsSimulator/Sensor.cpp.
|
virtual |
Reimplemented from Sensor.
Definition at line 148 of file server/UtDynamicsSimulator/Sensor.cpp.
fVec3 AccelSensor::dv |
Definition at line 98 of file server/UtDynamicsSimulator/Sensor.h.
|
static |
Definition at line 94 of file server/UtDynamicsSimulator/Sensor.h.