nidas  v1.2-1520
Classes | Namespaces | Functions
VariableConverter.h File Reference
#include "DOMable.h"
#include "Sample.h"
#include "Parameter.h"
#include <string>
#include <vector>

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

 nidas
 Root namespace for the NCAR In-Situ Data Acquisition Software.
 
 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. More...