4#include "./../types.hpp"
13template <
unsigned int Series_size,
unsigned int Front,
unsigned int End>
17 template <
typename LinCorrType>
18 void output(
const LinCorrType &channel)
const
21 Serial.write((char8cast_t*)(channel.Channel_array + Front),
22 sizeof(channel_t)*(Series_size - (Front + End))
Teensy specific Front back discarder implementation.
Definition: discarder.hpp:15
unsigned int discard_count() const
Returns the number of elements discarded by the discarder object.
Definition: discarder.hpp:27
void output(const LinCorrType &channel) const
Definition: discarder.hpp:18