#include <commander.h>
Public Member Functions | |
virtual bool | setAnalogOut (uint8_t pin, double value) |
virtual bool | setDigitalOut (uint8_t pin, bool value) |
virtual bool | speedj (std::array< double, 6 > &speeds, double acceleration) |
URCommander_V1_X (URStream &stream) | |
Public Member Functions inherited from URCommander | |
bool | setFlag (uint8_t pin, bool value) |
bool | setPayload (double value) |
bool | setToolVoltage (uint8_t voltage) |
bool | stopj (double a=10.0) |
bool | uploadProg (const std::string &s) |
URCommander (URStream &stream) | |
Additional Inherited Members | |
Protected Member Functions inherited from URCommander | |
void | formatArray (std::ostringstream &out, std::array< double, 6 > &values) |
bool | write (const std::string &s) |
Definition at line 51 of file commander.h.
|
inline |
Definition at line 54 of file commander.h.
|
virtual |
Implements URCommander.
Definition at line 91 of file commander.cpp.
|
virtual |
Implements URCommander.
Definition at line 101 of file commander.cpp.
|
virtual |
Implements URCommander.
Definition at line 81 of file commander.cpp.