30 #include "../common/WPrototyped.h"
53 virtual const std::string
getName()
const;
99 #endif // WRECORDING_H
WRecording()
Empty standard constructor for recordings.
static boost::shared_ptr< WPrototyped > m_prototype
The prototype as singleton.
Base class for all data set types.
static const unsigned int MAX_RECORDING_SEGMENTS
Maximum number of segments of a recording.
static const unsigned int MAX_RECORDING_SAMPLING_FREQUENCY
Maximum samplimg frequency of a recording.
Base class for all recorded data and results with events and sensor positions.
static const unsigned int MAX_RECORDING_SAMPLES
Maximum number of samples of a recording.
static const unsigned int MAX_RECORDING_CHANNELS
Maximum number of channels for a certain modality.
static boost::shared_ptr< WPrototyped > getPrototype()
Returns a prototype instantiated with the true type of the deriving class.
virtual const std::string getName() const
Gets the name of this prototype.
virtual const std::string getDescription() const
Gets the description for this prototype.