radar-coord-conversion-utility 0.8
generic.hpp File Reference

Namespace for generic utility used. More...

#include <limits>

Go to the source code of this file.

Namespaces

namespace  generic
 Generic utility namespace.
 

Functions

bool generic::checkBeamDistance (float value)
 Check if BeamDistance is a valid value.
 
bool generic::checkElevation (float value)
 Check if Elevation is a valid value.
 
bool generic::checkLatitude (float value)
 Check if latitude is a valid value.
 
bool generic::checkLongitude (float value)
 Check if longitude is a valid value.
 
float generic::getMissing ()
 Return the missing value used for private attribute (NaN if available or the maximum float supported)
 
bool generic::isMissing (float value)
 Check if the float value passed is set to missing value.
 

Detailed Description

Namespace for generic utility used.