DIY Auto-Correlator 1.0
Auto-Correlator Card implementation using Teensy 4.x microcontrollers.
Typedefs
types.hpp File Reference
#include <cstdint>
Include dependency graph for types.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using counter_t = uint32_t
 Data type received from the pulse counter. It is the fundamental type used for representing series data. More...
 
using index_t = uint_fast8_t
 It is used as the array indices and thus determine the maximum size of the Channel_array and the Series_array. More...
 

Typedef Documentation

◆ counter_t

using counter_t = uint32_t

Data type received from the pulse counter. It is the fundamental type used for representing series data.

◆ index_t

using index_t = uint_fast8_t

It is used as the array indices and thus determine the maximum size of the Channel_array and the Series_array.