|
AHP® XC Correlators API
AHP XC Correlators
|
Packet structure.
#include <ahp_xc.h>
Public Attributes | |
| double | timestamp |
| Timestamp of the packet (seconds) | |
| uint64_t | n_lines |
| Number of lines in this correlator. | |
| uint64_t | n_baselines |
| Total number of baselines obtainable. | |
| uint64_t | tau |
| Bandwidth inverse frequency. | |
| uint64_t | bps |
| Bits capacity in each sample. | |
| uint64_t | cross_lag |
| Crosscorrelators channels per packet. | |
| uint64_t | auto_lag |
| Autocorrelators channels per packet. | |
| uint64_t * | counts |
| Counts in the current packet. | |
| ahp_xc_sample * | autocorrelations |
| Autocorrelations in the current packet. | |
| ahp_xc_sample * | crosscorrelations |
| Crosscorrelations in the current packet. | |
| void * | lock |
| Packet lock mutex. | |
| const char * | buf |
| Packet buffer string. | |