sot-torque-control  1.6.1
Collection of dynamic-graph entities aimed at implementing torque control on different robots.
CommandVoid7< E, T1, T2, T3, T4, T5, T6, T7 > Struct Template Reference

#include <sot/torque_control/commands-helper.hh>

Inheritance diagram for CommandVoid7< E, T1, T2, T3, T4, T5, T6, T7 >:
Collaboration diagram for CommandVoid7< E, T1, T2, T3, T4, T5, T6, T7 >:

Public Types

typedef boost::function< void(const T1 &, const T2 &, const T3 &, const T4 &, const T5 &, const T6 &, const T7 &)> function_t
 
typedef void(E::* memberFunction_ptr_t) (const T1 &, const T2 &, const T3 &, const T4 &, const T5 &, const T6 &, const T7 &)
 
typedef boost::function< void(E *, const T1 &, const T2 &, const T3 &, const T4 &, const T5 &, const T6 &, const T7 &)> memberFunction_t
 

Public Member Functions

 CommandVoid7 (E &entity, function_t function, const std::string &docString)
 

Protected Member Functions

virtual Value doExecute ()
 

Detailed Description

template<class E, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
struct dynamicgraph::command::CommandVoid7< E, T1, T2, T3, T4, T5, T6, T7 >

Definition at line 164 of file commands-helper.hh.

Member Typedef Documentation

◆ function_t

typedef boost::function<void(const T1&, const T2&, const T3&, const T4&, const T5&, const T6&, const T7&)> function_t

Definition at line 166 of file commands-helper.hh.

◆ memberFunction_ptr_t

typedef void(E::* memberFunction_ptr_t(const T1 &, const T2 &, const T3 &, const T4 &, const T5 &, const T6 &, const T7 &)

Definition at line 169 of file commands-helper.hh.

◆ memberFunction_t

typedef boost::function<void(E*, const T1&, const T2&, const T3&, const T4&, const T5&, const T6&, const T7&)> memberFunction_t

Definition at line 168 of file commands-helper.hh.

Constructor & Destructor Documentation

◆ CommandVoid7()

CommandVoid7 ( E &  entity,
function_t  function,
const std::string &  docString 
)
inline

Definition at line 171 of file commands-helper.hh.

Member Function Documentation

◆ doExecute()

virtual Value doExecute ( )
inlineprotectedvirtual

Definition at line 180 of file commands-helper.hh.


The documentation for this struct was generated from the following file: