|
| C3DBody (std::string sSimObjectName, ISimObjectCreator *pCreator) |
| The constructor sets the pointer to the output object and the parser object.
|
|
virtual void | OdeFcn (const double dT, const double *const adX, double *const adXDot, const bool bIsMajorTimeStep) |
| Calculates the state derivatives. More...
|
|
| CMass (std::string sSimObjectName, ISimObjectCreator *pCreator) |
| The constructor sets the pointer to the output object and the parser object.
|
|
virtual void | OdeFcn (const double dT, const double *const adX, double *const adXDot, const bool bIsMajorTimeStep) |
| Calculates the state derivatives. More...
|
|
| CMass (std::string sSimObjectName, ISimObjectCreator *pCreator) |
| The constructor sets the pointer to the output object and the parser object.
|
|
virtual void | OdeFcn (const double dT, const double *const adX, double *const adXDot, const bool bIsMajorTimeStep) |
| Calculates the state derivatives. More...
|
|
|
double | m_dGravity |
| The gravitational acceleration.
|
|
double | m_dMass |
| The mass of the object.
|
|
double | m_dg |
| The acceleration of gravity.
|
|
ISignalPort * | m_pInForce |
| A pointer to the input force.
|
|
int | m_IStatePos |
| The index of the position state.
|
|
int | m_IStateVel |
| The index of the velocity state.
|
|
|
virtual const double * | Position (const double dT, const double *const adX) |
|
virtual const double * | Velocity (const double dT, const double *const adX) |
|
virtual const double * | Position (const double dT, const double *const adX) |
|
virtual const double * | Velocity (const double dT, const double *const adX) |
|
◆ OdeFcn()
virtual void C3DBody::OdeFcn |
( |
const double |
dT, |
|
|
const double *const |
adX, |
|
|
double *const |
adXDot, |
|
|
const bool |
bIsMajorTimeStep |
|
) |
| |
|
virtual |
Reimplemented from CMass.
The documentation for this class was generated from the following file: