joint_dispatcher
SingleDispatch.hpp
Go to the documentation of this file.
1 #ifndef JOINT_DISPATCHER_SINGLE_DISPATCH_HPP
2 #define JOINT_DISPATCHER_SINGLE_DISPATCH_HPP
3 
4 #include <joint_dispatcher/JointSelection.hpp>
5 #include <base/Time.hpp>
6 #include <base/samples/Joints.hpp>
7 
8 namespace joint_dispatcher
9 {
10  class Output;
11 
15  {
22 
24 
25  void resolveInputNames(base::samples::Joints const& input_sample);
26 
27  void write(base::samples::Joints const& input);
28  };
29 }
30 
31 #endif
Definition: JointSelection.hpp:12
SingleDispatch()
Definition: SingleDispatch.cpp:7
Definition: SingleDispatch.hpp:14
JointSelection output
Definition: SingleDispatch.hpp:21
Output * output_channel
Definition: SingleDispatch.hpp:19
void resolveInputNames(base::samples::Joints const &input_sample)
Definition: SingleDispatch.cpp:10
Definition: Output.hpp:13
void write(base::samples::Joints const &input)
Definition: SingleDispatch.cpp:15
JointSelection input
Definition: SingleDispatch.hpp:17