Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > by-pkgid > 87f956008f5479527bcce97ec30dbca7 > files > 142

fityk-debug-0.8.6-3mdv2009.1.i586.rpm

// Sietronics Sieray CPI format 
// Licence: Lesser GNU Public License 2.1 (LGPL) 
// $Id: cpi.h 394 2008-02-16 13:04:43Z wojdyr $

// Implementation based on analysis of sample files 
// and description from http://www.ccp14.ac.uk/tutorial/xfit-95/dformat.htm

#ifndef CPI_DATASET_H_
#define CPI_DATASET_H_
#include "xylib.h"

namespace xylib {

    class CpiDataSet : public DataSet
    {
        OBLIGATORY_DATASET_MEMBERS(CpiDataSet)
    };

}
#endif // CPI_DATASET_H_