PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
ICreateController Member List

This is the complete list of members for ICreateController, including all inherited members.

Clone(Robot *const _r) constICreateControllervirtual
ComputeDesiredForce(const Cfg &_current, const Cfg &_target, const double _dt) overrideICreateControllerprotectedvirtual
ComputeNearestContinuousControl(const Cfg &_current, std::vector< double > &&_force)ControllerMethodprotectedvirtual
ComputeNearestControl(const Cfg &_current, std::vector< double > &&_force)ControllerMethodprotectedvirtual
ComputeNearestDiscreteControl(const Cfg &_current, std::vector< double > &&_force)ControllerMethodprotectedvirtual
ControllerMethod(Robot *const _r)ControllerMethod
ControllerMethod(Robot *const _r, XMLNode &_node)ControllerMethod
ControllerMethod(Robot *const _r, const ControllerMethod &_c)ControllerMethod
ControllerMethod(const ControllerMethod &)=delete (defined in ControllerMethod)ControllerMethod
ControllerMethod(ControllerMethod &&)=delete (defined in ControllerMethod)ControllerMethod
Factory(Robot *const _r, XMLNode &_node)ControllerMethodstatic
GetControlSet() noexceptControllerMethod
GetRandomControl(const Cfg &_current, const double _dt) const noexceptControllerMethodvirtual
ICreateController(Robot *const _r, const double _gain, const double _max=std::numeric_limits< double >::infinity())ICreateController
ICreateController(Robot *const _r, XMLNode &_node)ICreateController
ICreateController(Robot *const _r, const ICreateController &_c)ICreateController
m_controlsControllerMethodprotected
m_debugControllerMethodprotected
m_robotControllerMethodprotected
operator()(const Cfg &_current, const Cfg &_target, const double _dt)ControllerMethodvirtual
operator=(const ControllerMethod &)=delete (defined in ControllerMethod)ControllerMethod
operator=(ControllerMethod &&)=delete (defined in ControllerMethod)ControllerMethod
SetControlSet(ControlSet *const _c) noexceptControllerMethod
~ControllerMethod() (defined in ControllerMethod)ControllerMethodvirtual
~ICreateController() (defined in ICreateController)ICreateControllervirtual