iCub-main
Public Attributes | List of all members
embot::tools::Histogram::Values Struct Reference

#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
 

Detailed Description

Definition at line 53 of file embot_tools.h.

Member Data Documentation

◆ below

std::uint64_t embot::tools::Histogram::Values::below {0}

Definition at line 56 of file embot_tools.h.

◆ beyond

std::uint64_t embot::tools::Histogram::Values::beyond {0}

Definition at line 57 of file embot_tools.h.

◆ inside

std::vector<std::uint64_t> embot::tools::Histogram::Values::inside

Definition at line 58 of file embot_tools.h.

◆ total

std::uint64_t embot::tools::Histogram::Values::total {0}

Definition at line 55 of file embot_tools.h.


The documentation for this struct was generated from the following file: