Ask a Question | Search DSPSR: |
Home
|
Public Types |
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
dsp::ParallelUnpacker Class Referenceabstract Manages an array of Unpacker objects to be process in parallel. More...
Inheritance diagram for dsp::ParallelUnpacker:
Detailed DescriptionManages an array of Unpacker objects to be process in parallel. Member Function Documentation◆ get_device_supported()
Return true if the unpackers can operate on the specified device. Return true if the unpacker can operate on the specified device. ◆ get_order_supported()
Return true if the unpackers support the specified output order. Return true if the unpacker support the specified output order. ◆ matches()
Return true if the derived class can convert the Observation. Derived classes must define the conditions under which they can be used to parse the given data. Implemented in dsp::SKAParallelUnpacker, and dsp::SingleUnpacker. ◆ transformation()
The operation unpacks parallel BitSeries into floating point TimeSeries. Initialize and resize the output before calling unpack. Implements dsp::Transformation< ParallelBitSeries, TimeSeries >. ◆ unpack()
The unpacking routine. This method must unpack the data from the ParallelBitSeries Input into the TimeSeries output. Implemented in dsp::SingleUnpacker, and dsp::SKAParallelUnpacker. The documentation for this class was generated from the following files:
Generated using doxygen 1.8.17
|