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