#include <SampleController.h>
Definition at line 43 of file SampleController.h.
◆ SampleController()
| SampleController::SampleController |
( |
RTC::Manager * |
manager | ) |
|
◆ ~SampleController()
| SampleController::~SampleController |
( |
| ) |
|
◆ closeFiles()
| void SampleController::closeFiles |
( |
| ) |
|
|
private |
◆ onActivated()
| RTC::ReturnCode_t SampleController::onActivated |
( |
RTC::UniqueId |
ec_id | ) |
|
|
virtual |
◆ onDeactivated()
| RTC::ReturnCode_t SampleController::onDeactivated |
( |
RTC::UniqueId |
ec_id | ) |
|
|
virtual |
◆ onExecute()
| RTC::ReturnCode_t SampleController::onExecute |
( |
RTC::UniqueId |
ec_id | ) |
|
|
virtual |
◆ onFinalize()
| RTC::ReturnCode_t SampleController::onFinalize |
( |
| ) |
|
|
virtual |
◆ onInitialize()
| RTC::ReturnCode_t SampleController::onInitialize |
( |
| ) |
|
|
virtual |
◆ openFiles()
| void SampleController::openFiles |
( |
| ) |
|
|
private |
◆ angle
| std::ifstream SampleController::angle |
|
private |
◆ Dgain
| double* SampleController::Dgain |
|
private |
◆ dq_goal
| double SampleController::dq_goal[DOF] |
|
private |
◆ dq_ref
| double SampleController::dq_ref[DOF] |
|
private |
◆ dummy
| int SampleController::dummy |
|
private |
◆ goal_set
| bool SampleController::goal_set |
|
private |
◆ m_angle
| TimedDoubleSeq SampleController::m_angle |
|
protected |
◆ m_angleIn
| InPort<TimedDoubleSeq> SampleController::m_angleIn |
|
protected |
◆ m_rhsensor
| TimedDoubleSeq SampleController::m_rhsensor |
|
protected |
◆ m_rhsensorIn
| InPort<TimedDoubleSeq> SampleController::m_rhsensorIn |
|
protected |
◆ m_torque
| TimedDoubleSeq SampleController::m_torque |
|
protected |
◆ m_torqueOut
| OutPort<TimedDoubleSeq> SampleController::m_torqueOut |
|
protected |
◆ out
| std::ofstream SampleController::out |
|
private |
◆ pattern
| bool SampleController::pattern |
|
private |
◆ Pgain
| double* SampleController::Pgain |
|
private |
◆ q_goal
| double SampleController::q_goal[DOF] |
|
private |
◆ q_ref
| double SampleController::q_ref[DOF] |
|
private |
◆ qold
| double* SampleController::qold |
|
private |
◆ remain_t
| double SampleController::remain_t |
|
private |
◆ step
| int SampleController::step |
|
private |
◆ vel
| std::ifstream SampleController::vel |
|
private |
The documentation for this class was generated from the following files: