#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include "Binary_Raw_Reader.hh"
#include "types-and-constants.hh"
Go to the source code of this file.
Compounds | |
struct | binary_record_s |
The binary format of a raw reference record. More... |
A subclass of Reference_Reader that can read the binary raw reference traces directly produced by Laplace. The data from each record is then transformed appropriately for use by Laplace-merge.
Definition in file Binary_Raw_Reader.cc.