32 #include <boost/shared_ptr.hpp>
34 #include "../WEEGValueMatrix.h"
35 #include "../../common/WDefines.h"
94 virtual boost::shared_ptr< WEEGValueMatrix >
getValues( std::size_t segmentID, std::size_t start, std::size_t length )
const = 0;
109 virtual std::string
getChannelUnit( std::size_t channelID )
const = 0;
117 virtual std::string
getChannelLabel( std::size_t channelID )
const = 0;
125 explicit WPagerEEG( std::string filename );
130 #endif // WPAGEREEG_H
#define OW_API_DEPRECATED
In order to mark functions for the compiler as deprecated we need to put this before each deprecated ...