Creates a trace of all process data and reads all configuration parameter from one joint. More...
#include <DataTrace.hpp>
Public Member Functions | |
DataTrace (YouBotJoint &youBotJoint, const std::string Name, const bool overwriteFiles=false) | |
virtual | ~DataTrace () |
void | startTrace () |
void | stopTrace () |
void | plotTrace () |
void | updateTrace (const JointAngleSetpoint &setpoint) |
void | updateTrace (const JointVelocitySetpoint &setpoint) |
void | updateTrace (const JointRoundsPerMinuteSetpoint &setpoint) |
void | updateTrace (const JointCurrentSetpoint &setpoint) |
void | updateTrace (const JointTorqueSetpoint &setpoint) |
void | updateTrace (const JointEncoderSetpoint &setpoint) |
void | updateTrace () |
unsigned long | getTimeDurationMilliSec () |
Creates a trace of all process data and reads all configuration parameter from one joint.
Definition at line 87 of file DataTrace.hpp.
DataTrace | ( | YouBotJoint & | youBotJoint, | |
const std::string | Name, | |||
const bool | overwriteFiles = false | |||
) |
~DataTrace | ( | ) | [virtual] |
Definition at line 100 of file DataTrace.cpp.
unsigned long getTimeDurationMilliSec | ( | ) |
Definition at line 470 of file DataTrace.cpp.
void plotTrace | ( | ) |
Definition at line 376 of file DataTrace.cpp.
void startTrace | ( | ) |
void stopTrace | ( | ) |
void updateTrace | ( | ) |
void updateTrace | ( | const JointEncoderSetpoint & | setpoint | ) |
Definition at line 426 of file DataTrace.cpp.
void updateTrace | ( | const JointTorqueSetpoint & | setpoint | ) |
Definition at line 418 of file DataTrace.cpp.
void updateTrace | ( | const JointCurrentSetpoint & | setpoint | ) |
Definition at line 410 of file DataTrace.cpp.
void updateTrace | ( | const JointRoundsPerMinuteSetpoint & | setpoint | ) |
Definition at line 402 of file DataTrace.cpp.
void updateTrace | ( | const JointVelocitySetpoint & | setpoint | ) |
Definition at line 394 of file DataTrace.cpp.
void updateTrace | ( | const JointAngleSetpoint & | setpoint | ) |
Definition at line 386 of file DataTrace.cpp.