#include <icl_comm/ByteOrderConversion.h>
Go to the source code of this file.
Classes | |
class | driver_svh::SVHControlCommand |
ControlCommands are given as a single target position for the position controller (given in ticks) More... | |
class | driver_svh::SVHControlCommandAllChannels |
Structure for transmitting all controllcommands at once. More... | |
Namespaces | |
driver_svh | |
Functions | |
icl_comm::ArrayBuilder & | driver_svh::operator<< (icl_comm::ArrayBuilder &ab, const SVHControlCommand &data) |
std::ostream & | driver_svh::operator<< (std::ostream &o, const SVHControlCommand &cc) |
Output Stream operator for fast debugging. More... | |
icl_comm::ArrayBuilder & | driver_svh::operator<< (icl_comm::ArrayBuilder &ab, const SVHControlCommandAllChannels &data) |
overload stream operator to easily serialize control commands for all channels More... | |
std::ostream & | driver_svh::operator<< (std::ostream &o, const SVHControlCommandAllChannels &cc) |
Output Stream operator of all channels control command. More... | |
icl_comm::ArrayBuilder & | driver_svh::operator>> (icl_comm::ArrayBuilder &ab, SVHControlCommand &data) |
overload stream operator to easily deserialize control commands for one channel More... | |
icl_comm::ArrayBuilder & | driver_svh::operator>> (icl_comm::ArrayBuilder &ab, SVHControlCommandAllChannels &data) |
overload stream operator to easily deserialize control commands for all channels More... | |
This file contains the ControlCommand Data Structure that is used to transmit target positions an neccessary helper functions
Definition in file SVHControlCommand.h.