![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Robotic built-in IMU description. More...
#include <laeDesc.h>
Public Member Functions | |
LaeDescImu () | |
Default constructor. | |
virtual | ~LaeDescImu () |
Destructor. | |
LaeDescImu | operator= (const LaeDescImu &rhs) |
Assignment operator. More... | |
void | clear () |
Clear description. | |
virtual void | print (int indent=0) |
Print out description to stdout. More... | |
Public Attributes | |
std::string | m_strKey |
base key | |
std::string | m_strHw |
hardware | |
std::string | m_strFw |
firmware | |
LaeDescImu LaeDescImu::operator= | ( | const LaeDescImu & | rhs | ) |
Assignment operator.
rhs | Right hand side object. |
Definition at line 494 of file laeDesc.cxx.
References m_strFw, m_strHw, and m_strKey.
|
virtual |
Print out description to stdout.
indent | Left indentation. |
Definition at line 510 of file laeDesc.cxx.
References m_strFw, m_strHw, m_strKey, laelaps::LaeDescOptions::PkgOptDeluxe, and laelaps::LaeDescOptions::PkgOptStd.
Referenced by laelaps::LaeDesc::print().