1#ifndef __FileCspReader_h
2#define __FileCspReader_h
46FileCspReader_constructor(
FileCspReader* o,
const char* pathName);
51 FileCspReader_constructor(
this, pathName); }
Abstract interface class for reading the "dat" file generated byHttpLink.
Definition: CspRunTm.h:119
Example code that shows you how to write a CspReader driver object.
Definition: FileCspReader.h:26
FileCspReader(const char *pathName)
The FileCspReader constructor opens the "dat" file for reading.
Definition: FileCspReader.h:50