- 3.0.2 core module.
|
This is the complete list of members for TestOscillator, including all inherited members.
Base | ct::core::ControlledSystem< 2, 1 > | |
clone() const override | TestOscillator | inlinevirtual |
computeControlledDynamics(const StateVector< 2 > &state, const double &t, const ControlVector< 1 > &control, StateVector< 2 > &derivative) | TestOscillator | inlinevirtual |
ControlledSystem< 2, 1 >::computeControlledDynamics(const StateVector< STATE_DIM, double > &state, const time_t &t, const ControlVector< CONTROL_DIM, double > &control, StateVector< STATE_DIM, double > &derivative)=0 | ct::core::ControlledSystem< 2, 1 > | pure virtual |
computeDynamics(const StateVector< STATE_DIM, double > &state, const time_t &t, StateVector< STATE_DIM, double > &derivative) override | ct::core::ControlledSystem< 2, 1 > | inlinevirtual |
System< STATE_DIM, double >::computeDynamics(const StateVector< STATE_DIM, double > &state, const time_t &t, StateVector< STATE_DIM, double > &derivative)=0 | ct::core::System< STATE_DIM, double > | pure virtual |
controlAction_ | ct::core::ControlledSystem< 2, 1 > | protected |
ControlledSystem(const SYSTEM_TYPE &type=SYSTEM_TYPE::GENERAL) | ct::core::ControlledSystem< 2, 1 > | inline |
ControlledSystem(std::shared_ptr< ct::core::Controller< STATE_DIM, CONTROL_DIM, double >> controller, const SYSTEM_TYPE &type=SYSTEM_TYPE::GENERAL) | ct::core::ControlledSystem< 2, 1 > | inline |
ControlledSystem(const ControlledSystem &arg) | ct::core::ControlledSystem< 2, 1 > | inline |
controller_ | ct::core::ControlledSystem< 2, 1 > | protected |
getController(std::shared_ptr< Controller< STATE_DIM, CONTROL_DIM, double >> &controller) const | ct::core::ControlledSystem< 2, 1 > | inline |
getController() | ct::core::ControlledSystem< 2, 1 > | inline |
getLastControlAction() | ct::core::ControlledSystem< 2, 1 > | inline |
getType() const | ct::core::System< STATE_DIM, double > | inline |
isSymplectic() const | ct::core::System< STATE_DIM, double > | inlinevirtual |
Ptr typedef | ct::core::ControlledSystem< 2, 1 > | |
S | ct::core::System< STATE_DIM, double > | |
setController(const std::shared_ptr< Controller< STATE_DIM, CONTROL_DIM, double >> &controller) | ct::core::ControlledSystem< 2, 1 > | inline |
System(const SYSTEM_TYPE &type=SYSTEM_TYPE::GENERAL) | ct::core::System< STATE_DIM, double > | inline |
System(const System &other) | ct::core::System< STATE_DIM, double > | inline |
time_t typedef | ct::core::ControlledSystem< 2, 1 > | |
type_ | ct::core::System< STATE_DIM, double > | protected |
~ControlledSystem() | ct::core::ControlledSystem< 2, 1 > | inlinevirtual |
~System() | ct::core::System< STATE_DIM, double > | inlinevirtual |