#include <string>
#include <set>
#include <vector>
#include <map>
#include <boost/array.hpp>
#include "fimex/Felt_File_Error.h"
#include "fimex/Utils.h"
Go to the source code of this file.
Namespaces | |
namespace | MetNoFelt |
Classes | |
struct | MetNoFelt::ShortPairLess |
class | MetNoFelt::Felt_Array |
encapsulate parameters of a felt file More... | |
Typedefs | |
typedef set< pair< short, short >, ShortPairLess > | MetNoFelt::ShortPairSet |
typedef map< pair< short, short >, short, ShortPairLess > | MetNoFelt::ShortPairMap |
Functions | |
epoch_seconds | MetNoFelt::index16toTime (const boost::array< short, 16 > &idx) |
pair< short, short > | MetNoFelt::index16toLevelPair (const boost::array< short, 16 > &idx) |