|
| | TestBuoy1 (std::string SimObjectName, ISimObjectCreator *Creator) |
| |
|
void | OdeFcn (const double T, const double *const X, double *const XDot, const bool MajorTimeStep) |
| | ODE function - integrate buoy dynamics.
|
| |
|
void | FinalSetup (const double T, const double *const X, ISimObjectCreator *const Creator) |
| | Final setup - register state indices.
|
| |
| const double * | Position (const double T, const double *const X) |
| |
| const double * | Velocity (const double T, const double *const X) |
| |
◆ TestBuoy1()
| testmodels::TestBuoy1::TestBuoy1 |
( |
std::string |
SimObjectName, |
|
|
ISimObjectCreator * |
Creator |
|
) |
| |
Construct buoy test object.
- Parameters
-
| [in] | SimObjectName | Unique name for this simulation object. |
| [in] | Creator | Pointer to the object creator/registry. |
◆ Position()
| const double * testmodels::TestBuoy1::Position |
( |
const double |
T, |
|
|
const double *const |
X |
|
) |
| |
Get buoy position.
- Parameters
-
| [in] | T | Simulation time. |
| [in] | X | State vector. |
- Returns
- Pointer to position array.
◆ Velocity()
| const double * testmodels::TestBuoy1::Velocity |
( |
const double |
T, |
|
|
const double *const |
X |
|
) |
| |
Get buoy velocity.
- Parameters
-
| [in] | T | Simulation time. |
| [in] | X | State vector. |
- Returns
- Pointer to velocity array.
The documentation for this class was generated from the following file:
- /update_root/webfhsim/reloadrepos/fhsim_environment/src/testmodels/TestBuoy1.h