Ask a Question | Search DSPSR: |
Home
|
File_registry.C File Reference Register dsp::File-derived classes for use in this file. More... #include "dsp/DummyFile.h" #include "dsp/DADAFile.h" #include "dsp/SerialFiles.h" #include "dsp/Multiplex.h" Detailed DescriptionRegister dsp::File-derived classes for use in this file. Classes that inherit dsp::File may be registered for use by utilizing the Registry::List<dsp::File>::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
|