![]() |
Kuon
1.1.3
RoadNarrows Robotics Large Outdoor Mobile Robot Project
|
Robot motor health. More...
#include <kuonStatus.h>
Public Member Functions | |
| KuonMotorHealth () | |
| Default constructor. | |
| KuonMotorHealth (const KuonMotorHealth &src) | |
| Copy constructor. | |
| ~KuonMotorHealth () | |
| Destructor. | |
| KuonMotorHealth | operator= (const KuonMotorHealth &rhs) |
| Assignment operator. More... | |
Public Attributes | |
| std::string | m_strName |
| motor name | |
| int | m_nMotorId |
| motor id | |
| float | m_fTemperature |
| motor temperature (Celsius) | |
| float | m_fVoltage |
| motor voltage (volts) | |
| uint_t | m_uAlarms |
| motor alarms | |
Robot motor health.
Definition at line 66 of file kuonStatus.h.
| KuonMotorHealth KuonMotorHealth::operator= | ( | const KuonMotorHealth & | rhs | ) |
Assignment operator.
| rhs | Right hand side object. |
Definition at line 85 of file kuonStatus.cxx.
References m_fTemperature, m_fVoltage, m_nMotorId, m_strName, and m_uAlarms.
Referenced by ~KuonMotorHealth(), and kuon::KuonRobotStatus::~KuonRobotStatus().