MI - Fimex
Namespaces | Typedefs | Functions | Variables
FeltConstants.h File Reference
#include <algorithm>
#include <boost/static_assert.hpp>

Go to the source code of this file.

Namespaces

 felt
 

Typedefs

typedef short int felt::word
 A felt block "word" - 2 bytes. More...
 

Functions

bool felt::isUndefined (word w)
 
 BOOST_STATIC_ASSERT (sizeof(felt::word)==2)
 

Variables

const size_t felt::blockWords = 1024
 
const size_t felt::blockSize = blockWords * sizeof(word)
 
const size_t felt::offsetToContentDefinition = 2
 
const double felt::PI = 3.1415926535897932384626433832795
 
const double felt::EARTH_RADIUS = 6371000.
 

Function Documentation

BOOST_STATIC_ASSERT ( sizeof(felt::word = =2)

Referenced by felt::isUndefined().