MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ history_push()

void MayaFlux::Nodes::Generator::Logic::history_push ( bool  val)
private

Definition at line 626 of file Logic.cpp.

627{
628 if (m_history_size == 0)
629 return;
634}
size_t m_history_size
Maximum size of the history buffer.
Definition Logic.hpp:574
std::vector< uint8_t > m_history_ring
Ring buffer for history storage.
Definition Logic.hpp:586
size_t m_history_count
Number of valid entries in the history buffer.
Definition Logic.hpp:573
size_t m_history_head
Head index for the history ring buffer.
Definition Logic.hpp:572

References m_history_count, m_history_head, m_history_ring, and m_history_size.

Referenced by process_sample().

+ Here is the caller graph for this function: