#include <HistoryBuffer.h>
Definition at line 20 of file HistoryBuffer.h.
◆ HistoryBuffer() [1/2]
HistoryBuffer::HistoryBuffer |
( |
const std::size_t |
state_size | ) |
|
|
noexcept |
◆ HistoryBuffer() [2/2]
◆ ~HistoryBuffer()
bfl::HistoryBuffer::~HistoryBuffer |
( |
| ) |
|
|
defaultnoexcept |
◆ addElement()
void HistoryBuffer::addElement |
( |
const Eigen::Ref< const Eigen::VectorXd > & |
element | ) |
|
◆ clear()
bool HistoryBuffer::clear |
( |
| ) |
|
◆ decreaseHistorySize()
bool HistoryBuffer::decreaseHistorySize |
( |
| ) |
|
◆ getHistoryBuffer()
MatrixXd HistoryBuffer::getHistoryBuffer |
( |
| ) |
const |
◆ getHistorySize()
unsigned int bfl::HistoryBuffer::getHistorySize |
( |
| ) |
const |
|
inline |
◆ increaseHistorySize()
bool HistoryBuffer::increaseHistorySize |
( |
| ) |
|
◆ operator=()
◆ setHistorySize()
bool HistoryBuffer::setHistorySize |
( |
const unsigned int |
window | ) |
|
◆ history_buffer_
std::deque<Eigen::VectorXd> bfl::HistoryBuffer::history_buffer_ |
|
private |
◆ max_window_
const unsigned int bfl::HistoryBuffer::max_window_ = 30 |
|
private |
◆ state_size_
std::size_t bfl::HistoryBuffer::state_size_ |
|
private |
◆ window_
unsigned int bfl::HistoryBuffer::window_ = 5 |
|
private |
The documentation for this class was generated from the following files: