HEBI C++ API  1.0.0-rc1
group.hpp File Reference
#include "hebi_group.h"
#include "group_command.hpp"
#include "group_feedback.hpp"
#include "group_info.hpp"
#include "util.hpp"
#include <functional>
#include <memory>
#include <mutex>

Go to the source code of this file.

Classes

class  hebi::Group
 Represents a group of physical HEBI modules, and allows Command, Feedback, and Info objects to be sent to and recieved from the hardware. More...
 

Namespaces

 hebi
 

Typedefs

typedef std::function< void(const GroupFeedback &)> hebi::GroupFeedbackHandler
 Definition of a callback function for GroupFeedback returned from a Group of modules. More...