FrameIChannel¶
-
class
FrameIChannel: public tsa::AlgoBase¶ A source of data taken from a Frame file.
This class can be used to read data from a frame file, in a single channel.
Getters
-
bool
GetData(SeqViewDouble &rSeqView, double tStart, double dLength)¶ Get a specified slice of data. After this call, start time will be set to tStart+dLength and data length to dLength
- Parameters
rSeqView: the view to fill with datatStart: start time of the data returneddLength: length of data returned by
-
bool
GetData(SeqViewDouble &rSeqView)¶ Get a slice of data the current data length, starting from the current start time.
- Parameters
rSeqView: the view to fill with data
-
bool