Ask a Question | Search DSPSR: |
Home
|
Unpacker_registry.C File Reference Register dsp::Unpacker-derived classes for use in this file. More... #include "dsp/FloatUnpacker.h" #include "dsp/GenericSixteenBitUnpacker.h" #include "dsp/GenericEightBitUnpacker.h" #include "dsp/GenericFourBitUnpacker.h" #include "dsp/GenericTwoBitCorrection.h" Detailed DescriptionRegister dsp::Unpacker-derived classes for use in this file. Classes that inherit dsp::Unpacker may be registered for use by utilizing the Registry::List<dsp::Unpacker>::Enter<Type> template class. Static instances of this template class should be given a unique name and enclosed within preprocessor directives that make the instantiation optional. There are plenty of examples in the source code. Generated using doxygen 1.8.17
|