Ask a Question | Search DSPSR: |
Home
|
Public Types |
Public Member Functions |
Static Public Member Functions |
Protected Attributes |
List of all members
dsp::ParallelInput Class Referenceabstract Loads multiple parallel BitSeries data from multiple files. More...
Inheritance diagram for dsp::ParallelInput:
Detailed DescriptionLoads multiple parallel BitSeries data from multiple files. Member Function Documentation◆ create()
Return a pointer to a new instance of the appropriate sub-class. This is the entry point for creating new instances of ParallelInput objects. References Registry::List< class >::create(), Error::get_message(), open(), and Registry::List< class >::size(). ◆ load()
Load BitSeries data. Only this load method is guaranteed to be thread safe Reimplemented in dsp::DualFile, and dsp::SingleFile. References dsp::ParallelBitSeries::at(), and dsp::ParallelBitSeries::resize(). Referenced by dsp::SingleFile::load(), and dsp::DualFile::load(). ◆ matches()
Return true if descriptor describes data in the recognized format. Derived classes must define the conditions under which they can be used to parse the given descriptor Implemented in dsp::DualFile, and dsp::SingleFile. ◆ operation()
Load the current ParallelBitSeries. Load data into the ParallelBitSeries specified by set_output. Implements dsp::Operation. The documentation for this class was generated from the following files:
Generated using doxygen 1.8.17
|