Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f1ecd063c6d262afb9915d704694d301 > files > 9

libfityk-devel-0.8.6-3mdv2009.1.i586.rpm

// Header of class PhilipsRawDataSet
// Licence: Lesser GNU Public License 2.1 (LGPL) 
// $Id: philips_raw.h 379 2008-01-14 14:57:55Z wojdyr $

//Based on the file format specification sent to us by Martijn Fransen.
//
//NOTE: V5 format has not been tested, because we cannot get sample files.

#ifndef PHILIPS_RD_H
#define PHILIPS_RD_H

#include "xylib.h"

namespace xylib {

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

}
#endif // PHILIPS_RD_H