namespace generator class FrameData : public DataSource FrameData allows the user to inject pre-recorded data into the generation streams
FrameData allows the user to inject pre-recorded data into the generation streams.<i>Usage note:</i> The data source sample rate must be set to the same rate as the sample rate defined in the frame data.
FrameData(const char* files, const char* channel)
channel - name of channel to be fetched.
~FrameData(void)
FrameData* clone(void) const
const char* getDataType(void) const
void setChannel(const std::string& name)
void setFileList(const std::string& name)
virtual void setParameter(const std::string& name, const std::string& val)
input(const char* fl=0)
~input(void)
const char* getFileList(void) const
void setFileList(const std::string& fList)
void getData(const char* ch, const Time& t0, Interval Dt, int N, float* data)
Dacc& refDacc(void)
alphabetic index hierarchy of classes
generated by doc++