#include <MotorData.h>
Inheritance diagram for opal::MotorData:
Public Member Functions | |
OPAL_DECL | MotorData () |
virtual OPAL_DECL | ~MotorData () |
virtual OPAL_DECL MotorType OPAL_CALL | getType () const |
Public Attributes | |
bool | enabled |
std::string | name |
Protected Attributes | |
MotorType | mType |
Definition at line 47 of file MotorData.h.
|
Definition at line 50 of file MotorData.h. References opal::ATTRACTOR_MOTOR, opal::defaults::motor::enabled, enabled, mType, and name. |
|
Definition at line 59 of file MotorData.h. |
|
Returns the Motor's type.
Definition at line 64 of file MotorData.h. References mType. Referenced by opal::Blueprint::addMotor(), opal::ThrusterMotor::getType(), opal::SpringMotor::getType(), opal::ServoMotor::getType(), opal::GearedMotor::getType(), and opal::AttractorMotor::getType(). |
|
|
|