![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Robot motor health. More...
#include <laeReports.h>
Public Member Functions | |
| LaeRptMotorCtlrHealth () | |
| Default constructor. | |
| LaeRptMotorCtlrHealth (const LaeRptMotorCtlrHealth &src) | |
| Copy constructor. | |
| ~LaeRptMotorCtlrHealth () | |
| Destructor. | |
| LaeRptMotorCtlrHealth | operator= (const LaeRptMotorCtlrHealth &rhs) |
| Assignment operator. More... | |
Public Attributes | |
| std::string | m_strName |
| motor controller name | |
| double | m_fTemperature |
| motor controller board temperature (C) | |
| double | m_fVoltage |
| motor controller main input voltage (V) | |
| LaeAlarmInfo | m_alarms |
| motor controller alarms and warnings | |
Robot motor health.
Definition at line 76 of file laeReports.h.
| LaeRptMotorCtlrHealth LaeRptMotorCtlrHealth::operator= | ( | const LaeRptMotorCtlrHealth & | rhs | ) |
Assignment operator.
| rhs | Right hand side object. |
Definition at line 92 of file laeReports.cxx.
References m_alarms, m_fTemperature, m_fVoltage, and m_strName.
Referenced by laelaps::LaeRptDynamics::~LaeRptDynamics(), laelaps::LaeRptDynPowertrain::~LaeRptDynPowertrain(), ~LaeRptMotorCtlrHealth(), laelaps::LaeRptMotorHealth::~LaeRptMotorHealth(), and laelaps::LaeRptRobotStatus::~LaeRptRobotStatus().