#include <icl_comm/ByteOrderConversion.h>
Go to the source code of this file.
Classes | |
struct | driver_svh::SVHPositionSettings |
The SVHPositionSettings save the position controller paramters for a single motor. More... | |
Namespaces | |
namespace | driver_svh |
Functions | |
icl_comm::ArrayBuilder & | driver_svh::operator<< (icl_comm::ArrayBuilder &ab, const SVHPositionSettings &data) |
overload stream operator to easily serialize position settings data | |
std::ostream & | driver_svh::operator<< (std::ostream &o, const SVHPositionSettings &ps) |
Output stream operator to easily print position settings. | |
icl_comm::ArrayBuilder & | driver_svh::operator>> (icl_comm::ArrayBuilder &ab, SVHPositionSettings &data) |
overload stream operator to easily deserialize position settings data |
This file contains the SVHPositionSettings data structure that is used to receive and send the current parameters of the position controller within the hand.
Definition in file SVHPositionSettings.h.