![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Robot motor health. More...
#include <laeReports.h>
Public Member Functions | |
LaeRptMotorHealth () | |
Default constructor. | |
LaeRptMotorHealth (const LaeRptMotorHealth &src) | |
Copy constructor. | |
~LaeRptMotorHealth () | |
Destructor. | |
LaeRptMotorHealth | operator= (const LaeRptMotorHealth &rhs) |
Assignment operator. More... | |
Public Attributes | |
std::string | m_strName |
motor name | |
double | m_fTemperature |
motor temperature (Celsius) | |
double | m_fVoltage |
motor voltage (volts) | |
double | m_fCurrent |
motor current draw (amperes) | |
LaeAlarmInfo | m_alarms |
motor alarms and warnings | |
Robot motor health.
Definition at line 119 of file laeReports.h.
LaeRptMotorHealth LaeRptMotorHealth::operator= | ( | const LaeRptMotorHealth & | rhs | ) |
Assignment operator.
rhs | Right hand side object. |
Definition at line 125 of file laeReports.cxx.
References m_alarms, m_fCurrent, m_fTemperature, m_fVoltage, and m_strName.