Searched refs:m_num_pkt_correlation (Results 1 – 2 of 2) sorted by relevance
127 m_num_pkt_correlation = 1; // fixed at single packet payload correlation - add feature later in initDecoder()155 m_payload_buffer = new (std::nothrow) uint8_t[m_num_pkt_correlation * sizeof(uint64_t)]; in initPayloadBuffer()
90 …int m_num_pkt_correlation; //!< number of identical payload packets to buffer up before output. -… variable