EMANE  1.2.1
constants.h File Reference

Go to the source code of this file.

Namespaces

 EMANE
 

Variables

const float EMANE::DBM_MIN = {-327.0f}
 
const float EMANE::DBM_MAX = {327.0f}
 
const double EMANE::THERMAL_NOISE_DB {-174.0}
 
const double EMANE::ARC_SECONDS_PER_DEGREE {3600.0}
 
const double EMANE::MILLI_ARC_SECONDS_PER_DEGREE {3600.0e3}
 
const double EMANE::SEMI_MAJOR {6378137.0}
 
const double EMANE::SEMI_MINOR {6356752.3142}
 
const double EMANE::SEMI_MAJOR_2 {SEMI_MAJOR * SEMI_MAJOR}
 
const double EMANE::SEMI_MINOR_2 {SEMI_MINOR * SEMI_MINOR}
 
const double EMANE::ECC2 {(SEMI_MAJOR_2 - SEMI_MINOR_2) / SEMI_MAJOR_2}
 
const double EMANE::SOL_MPS {299792458.0}
 
const float EMANE::USEC_PER_SEC_F {1.0e6}