#include <fixed_ratio_sampler.h>
Public Member Functions | |
| std::string | DebugString () |
| FixedRatioSampler (double ratio) | |
| FixedRatioSampler (const FixedRatioSampler &) | |
| FixedRatioSampler & | operator= (const FixedRatioSampler &) |
| bool | Pulse () |
| ~FixedRatioSampler () | |
Private Attributes | |
| int64 | num_pulses_ = 0 |
| int64 | num_samples_ = 0 |
| const double | ratio_ |
Definition at line 29 of file fixed_ratio_sampler.h.
| cartographer::common::FixedRatioSampler::FixedRatioSampler | ( | double | ratio | ) | [explicit] |
Definition at line 24 of file fixed_ratio_sampler.cc.
Definition at line 30 of file fixed_ratio_sampler.cc.
| std::string cartographer::common::FixedRatioSampler::DebugString | ( | ) |
Definition at line 41 of file fixed_ratio_sampler.cc.
| FixedRatioSampler& cartographer::common::FixedRatioSampler::operator= | ( | const FixedRatioSampler & | ) |
Definition at line 32 of file fixed_ratio_sampler.cc.
int64 cartographer::common::FixedRatioSampler::num_pulses_ = 0 [private] |
Definition at line 48 of file fixed_ratio_sampler.h.
int64 cartographer::common::FixedRatioSampler::num_samples_ = 0 [private] |
Definition at line 49 of file fixed_ratio_sampler.h.
const double cartographer::common::FixedRatioSampler::ratio_ [private] |
Definition at line 46 of file fixed_ratio_sampler.h.