#include <string>
#include <vector>
#include <map>
#include <boost/shared_ptr.hpp>
#include "fimex/CDMReader.h"
#include "fimex/CDMDimension.h"
#include "fimex/Felt_Types.h"
#include "fimex/Felt_File_Error.h"
#include "fimex/ReplaceStringObject.h"
#include <boost/date_time/posix_time/posix_time_types.hpp>
Go to the source code of this file.
Namespaces | |
namespace | MetNoFelt |
namespace | MetNoFimex |
Classes | |
class | MetNoFimex::FeltCDMReader2 |
Functions | |
boost::shared_ptr< FeltCDMReader2 > | MetNoFimex::getFeltReader (std::string filename, std::string configFilename) |
convenience function to retrieve a reader as shared_ptr instead of calling new |