joint_dispatcher
Public Member Functions | Public Attributes | List of all members
joint_dispatcher::Input Class Reference

#include <Input.hpp>

Public Member Functions

 Input (std::string const &name="")
 
std::string getName () const
 
void write (base::samples::Joints const &sample)
 
void reset ()
 

Public Attributes

std::vector< SingleDispatchdispatches
 

Detailed Description

Configuration of an input on Dispatcher

Constructor & Destructor Documentation

Input::Input ( std::string const &  name = "")

Member Function Documentation

std::string Input::getName ( ) const
void Input::reset ( )

Resets the internal tracking state, without changing the configuration

void Input::write ( base::samples::Joints const &  sample)

Write a new sample on this input

Member Data Documentation

std::vector<SingleDispatch> joint_dispatcher::Input::dispatches

The list of dispatches that use this input


The documentation for this class was generated from the following files: