![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Package options class. More...
#include <laeDesc.h>
Public Member Functions | |
LaeDescOptions () | |
Default constructor. | |
virtual | ~LaeDescOptions () |
Destructor. | |
LaeDescOptions | operator= (const LaeDescOptions &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_strPkgToF |
range time-of-flight package | |
std::string | m_strPkgFCam |
front camera package | |
Static Public Attributes | |
static const char *const | PkgOptStd = "standard" |
standard package option | |
static const char *const | PkgOptDeluxe = "deluxe" |
deluxe package option | |
LaeDescOptions LaeDescOptions::operator= | ( | const LaeDescOptions & | rhs | ) |
Assignment operator.
rhs | Right hand side object. |
Definition at line 538 of file laeDesc.cxx.
References m_strPkgFCam, and m_strPkgToF.
|
virtual |
Print out description to stdout.
indent | Left indentation. |
Definition at line 552 of file laeDesc.cxx.
References laelaps::LaeDesc::KeyBattery, laelaps::LaeDesc::KeyFCam, laelaps::LaeDesc::KeyImu, laelaps::LaeDesc::KeyMotorCtlr, laelaps::LaeDesc::KeyPowertrain, laelaps::LaeDesc::KeyRangeSensorMax, laelaps::LaeDesc::KeyRangeSensorStd, laelaps::LaeDesc::KeyRobotBase, laelaps::LaeKeyFront, laelaps::LaeKeyLeftFront, laelaps::LaeKeyLeftRear, laelaps::LaeKeyRear, laelaps::LaeKeyRightFront, laelaps::LaeKeyRightRear, m_strPkgFCam, and m_strPkgToF.