33 #include <boost/shared_ptr.hpp>
36 #include "../WEEGValueMatrix.h"
37 #include "../../common/WDefines.h"
96 virtual boost::shared_ptr< WEEGValueMatrix >
getValues( std::size_t segmentID, std::size_t start, std::size_t length )
const = 0;
111 virtual std::string
getChannelUnit( std::size_t channelID )
const = 0;
119 virtual std::string
getChannelLabel( std::size_t channelID )
const = 0;
127 explicit WPagerEEG( std::string filename );
132 #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 ...