StabilizerService_impl.cpp
Go to the documentation of this file.
1 // -*- mode: c++; indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
2 #include <iostream>
4 #include "Stabilizer.h"
5 
7 {
8 }
9 
11 {
12 }
13 
15 {
17 }
18 
20 {
22 }
23 
24 void StabilizerService_impl::getParameter(OpenHRP::StabilizerService::stParam_out i_param)
25 {
26  i_param = new OpenHRP::StabilizerService::stParam();
27  return m_stabilizer->getParameter(*i_param);
28 };
29 
30 void StabilizerService_impl::setParameter(const OpenHRP::StabilizerService::stParam& i_stp)
31 {
32  m_stabilizer->setParameter(i_stp);
33 }
34 
36 {
37  std::cout << "StabilizerService: " << std::endl;
38 }
39 
41 {
42  m_stabilizer = i_stabilizer;
43 }
virtual ~StabilizerService_impl()
destructor
void getParameter(OpenHRP::StabilizerService::stParam_out i_param)
void startStabilizer(void)
void getParameter(OpenHRP::StabilizerService::stParam &i_stp)
void setParameter(const OpenHRP::StabilizerService::stParam &i_param)
void setParameter(const OpenHRP::StabilizerService::stParam &i_stp)
void stabilizer(Stabilizer *i_stabilizer)
sample RT component which has one data input port and one data output port
Definition: Stabilizer.h:44
void stopStabilizer(void)
stabilizer component


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:51