nidas v1.2.3
|
Go to the source code of this file.
Classes | |
class | nidas::core::CalFileHandler |
This is the interface for handling CalFile records as they are read by a VariableConverter. More... | |
class | nidas::core::VariableConverter |
class | nidas::core::Linear |
Why isn't this a sublcass of Polynomial which sets MAX_NUM_COEFFS to 2? More... | |
class | nidas::core::Polynomial |
class | nidas::core::CalFileHandlerFunction< F > |
A template subclass which implements the CalFileHandler interface by calling a function object. More... | |
Namespaces | |
namespace | nidas |
Root namespace for the NCAR In-Situ Data Acquisition Software. | |
namespace | nidas::core |
The essential core classes of nidas. | |
Functions | |
template<class F > | |
CalFileHandler * | nidas::core::makeCalFileHandler (F _fo) |
Helper function to deduce the function object type and return a new instance of the CalFileHandlerFunction type which calls it. | |