Base | ct::core::ControlledSystem< 1, 1 > | |
clone() const override | ct::optcon::example::DiehlSystem | inlinevirtual |
computeControlledDynamics(const core::StateVector< 1 > &state, const core::Time &t, const core::ControlVector< 1 > &control, core::StateVector< 1 > &derivative) override | ct::optcon::example::DiehlSystem | inline |
ControlledSystem< 1, 1 >::computeControlledDynamics(const StateVector< 1, SCALAR > &state, const time_t &t, const ControlVector< 1, SCALAR > &control, StateVector< 1, SCALAR > &derivative)=0 | ct::core::ControlledSystem< 1, 1 > | pure virtual |
computeDynamics(const StateVector< 1, SCALAR > &state, const time_t &t, StateVector< 1, SCALAR > &derivative) override | ct::core::ControlledSystem< 1, 1 > | virtual |
ct::core::System::computeDynamics(const StateVector< STATE_DIM, SCALAR > &state, const time_t &t, StateVector< STATE_DIM, SCALAR > &derivative)=0 | ct::core::System< STATE_DIM, SCALAR > | pure virtual |
control_dim | ct::optcon::example::DiehlSystem | static |
controlAction_ | ct::core::ControlledSystem< 1, 1 > | protected |
ControlledSystem(const SYSTEM_TYPE &type=SYSTEM_TYPE::GENERAL) | ct::core::ControlledSystem< 1, 1 > | |
ControlledSystem(std::shared_ptr< ct::core::Controller< 1, 1, SCALAR >> controller, const SYSTEM_TYPE &type=SYSTEM_TYPE::GENERAL) | ct::core::ControlledSystem< 1, 1 > | |
ControlledSystem(const ControlledSystem &arg) | ct::core::ControlledSystem< 1, 1 > | |
controller_ | ct::core::ControlledSystem< 1, 1 > | protected |
DiehlSystem() | ct::optcon::example::DiehlSystem | inline |
getController(std::shared_ptr< Controller< 1, 1, SCALAR >> &controller) const | ct::core::ControlledSystem< 1, 1 > | |
getController() | ct::core::ControlledSystem< 1, 1 > | |
getLastControlAction() | ct::core::ControlledSystem< 1, 1 > | |
getType() const | ct::core::System< STATE_DIM, SCALAR > | |
isSymplectic() const | ct::core::System< STATE_DIM, SCALAR > | virtual |
Ptr typedef | ct::core::ControlledSystem< 1, 1 > | |
S | ct::core::System< STATE_DIM, SCALAR > | |
setController(const std::shared_ptr< Controller< 1, 1, SCALAR >> &controller) | ct::core::ControlledSystem< 1, 1 > | |
state_dim | ct::optcon::example::DiehlSystem | static |
System(const SYSTEM_TYPE &type=SYSTEM_TYPE::GENERAL) | ct::core::System< STATE_DIM, SCALAR > | |
System(const System &other) | ct::core::System< STATE_DIM, SCALAR > | |
time_t typedef | ct::core::ControlledSystem< 1, 1 > | |
type_ | ct::core::System< STATE_DIM, SCALAR > | protected |
~ControlledSystem() | ct::core::ControlledSystem< 1, 1 > | virtual |
~System() | ct::core::System< STATE_DIM, SCALAR > | virtual |