MayaFlux 0.3.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 628 of file Logic.cpp.

629{
630 if (m_history_size == 0)
631 return;
636}
size_t m_history_size
Maximum size of the history buffer.
Definition Logic.hpp:588
std::vector< uint8_t > m_history_ring
Ring buffer for history storage.
Definition Logic.hpp:600
size_t m_history_count
Number of valid entries in the history buffer.
Definition Logic.hpp:587
size_t m_history_head
Head index for the history ring buffer.
Definition Logic.hpp:586

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: