IODA Bundle
Transforms/Transform.h File Reference
#include <memory>
#include <vector>
#include "IngesterTypes.h"
Include dependency graph for Transforms/Transform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ingester::Transform
 Base class for Transforms which are used to transform data. Transforms are useful for getting data into the right units (for example you can convert Kelvin to Celsius) More...
 

Namespaces

 Ingester
 

Typedefs

typedef std::vector< std::shared_ptr< Transform > > Ingester::Transforms