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