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/MultiFile.h"
#include "dsp/Multiplex.h"

Detailed Description

Register 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.

Note
Do not change the order in which registry entries are made without testing all of the file types. The S2 should remain last as it doesn't perform a proper is_valid() test. Ensure that anything added does perform a proper is_valid() test.

Generated using doxygen 1.8.14