![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Laelaps powertrain tuning data class. More...
#include <laeTune.h>
Public Member Functions | |
LaeTunesVL6180 () | |
Default constructor. | |
~LaeTunesVL6180 () | |
Destructor. | |
LaeTunesVL6180 & | operator= (const LaeTunesVL6180 &rhs) |
Assignment operator. More... | |
void | print (const std::string &strKey, int indent=0) |
Print out tuning parameters to stdout. More... | |
Public Attributes | |
int | m_nTofOffset |
ToF part-to-part offset. | |
int | m_nTofCrossTalk |
ToF cross-talk compensation. | |
double | m_fAlsGain |
ALS analog gain. | |
int | m_nAlsIntPeriod |
ALS integration period. | |
LaeTunesVL6180 & LaeTunesVL6180::operator= | ( | const LaeTunesVL6180 & | rhs | ) |
Assignment operator.
rhs | Right hand side object. |
Definition at line 249 of file laeTune.cxx.
References m_fAlsGain, m_nAlsIntPeriod, m_nTofCrossTalk, and m_nTofOffset.
void LaeTunesVL6180::print | ( | const std::string & | strKey, |
int | indent = 0 |
||
) |
Print out tuning parameters to stdout.
strKey | Sensor key. |
indent | Left indentation. |
Definition at line 259 of file laeTune.cxx.
References VL6180X_FACTORY_DFT.