![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <probe/bus/detail/Sorter.hpp>

Public Member Functions | |
| bool | checkIndex (IDType id) const |
| std::string | getIdName () const |
| int | getIndex (IDType id) const |
| std::string | getInterval (int index) const |
| IDType | getMin (int index) const |
| int | getResolution () const |
| Sorter (std::string _idName, IDType _min, IDType _max, int _resolution) | |
| Sorter (const wns::pyconfig::View &pyco) | |
Private Member Functions | |
| int | calcIndex (IDType id) const |
Private Attributes | |
| std::string | idName_ |
| IDType | max_ |
| IDType | min_ |
| int | resolution_ |
| IDType | stepsize_ |
Definition at line 38 of file Sorter.hpp.
| Sorter::Sorter | ( | const wns::pyconfig::View & | pyco | ) |
Definition at line 33 of file Sorter.cpp.
Definition at line 43 of file Sorter.cpp.
Definition at line 52 of file Sorter.cpp.
Definition at line 68 of file Sorter.cpp.
| std::string Sorter::getIdName | ( | ) | const |
Definition at line 104 of file Sorter.cpp.
Definition at line 61 of file Sorter.cpp.
| std::string Sorter::getInterval | ( | int | index | ) | const |
Definition at line 79 of file Sorter.cpp.
Definition at line 95 of file Sorter.cpp.
| int Sorter::getResolution | ( | ) | const |
Definition at line 89 of file Sorter.cpp.
std::string wns::probe::bus::detail::Sorter::idName_ [private] |
Definition at line 40 of file Sorter.hpp.
IDType wns::probe::bus::detail::Sorter::max_ [private] |
Definition at line 42 of file Sorter.hpp.
IDType wns::probe::bus::detail::Sorter::min_ [private] |
Definition at line 41 of file Sorter.hpp.
Definition at line 43 of file Sorter.hpp.
Definition at line 44 of file Sorter.hpp.
1.5.5