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

 generic
 Generic utility namespace.
 

Functions

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

Detailed Description

Namespace for generic utility used.