iCub-main
|
#include <embot_tools.h>
Public Attributes | |
std::uint64_t | total {0} |
std::uint64_t | below {0} |
std::uint64_t | beyond {0} |
std::vector< std::uint64_t > | inside |
Definition at line 53 of file embot_tools.h.
std::uint64_t embot::tools::Histogram::Values::below {0} |
Definition at line 56 of file embot_tools.h.
std::uint64_t embot::tools::Histogram::Values::beyond {0} |
Definition at line 57 of file embot_tools.h.
std::vector<std::uint64_t> embot::tools::Histogram::Values::inside |
Definition at line 58 of file embot_tools.h.
std::uint64_t embot::tools::Histogram::Values::total {0} |
Definition at line 55 of file embot_tools.h.