Reference values for the Apogee Detection Algorithm.
More...
#include <ReferenceValues.h>
Reference values for the Apogee Detection Algorithm.
Definition at line 36 of file ReferenceValues.h.
◆ ReferenceValues() [1/2]
Boardcore::ReferenceValues::ReferenceValues |
( |
| ) |
|
|
inline |
◆ ReferenceValues() [2/2]
Boardcore::ReferenceValues::ReferenceValues |
( |
float | altitude, |
|
|
float | pressure, |
|
|
float | temperature, |
|
|
float | refLatitude = Constants::B21_LATITUDE, |
|
|
float | refLongitude = Constants::B21_LONGITUDE, |
|
|
float | mslPressure = Constants::MSL_PRESSURE, |
|
|
float | mslTemperature = Constants::MSL_TEMPERATURE ) |
|
inline |
◆ header()
static std::string Boardcore::ReferenceValues::header |
( |
| ) |
|
|
inlinestatic |
◆ operator!=()
bool Boardcore::ReferenceValues::operator!= |
( |
const ReferenceValues & | other | ) |
const |
|
inline |
◆ operator==()
bool Boardcore::ReferenceValues::operator== |
( |
const ReferenceValues & | other | ) |
const |
|
inline |
◆ print()
void Boardcore::ReferenceValues::print |
( |
std::ostream & | os | ) |
const |
|
inline |
◆ mslPressure
float Boardcore::ReferenceValues::mslPressure = Constants::MSL_PRESSURE |
◆ mslTemperature
float Boardcore::ReferenceValues::mslTemperature = Constants::MSL_TEMPERATURE |
◆ refAltitude
float Boardcore::ReferenceValues::refAltitude |
◆ refLatitude
float Boardcore::ReferenceValues::refLatitude |
◆ refLongitude
float Boardcore::ReferenceValues::refLongitude |
◆ refPressure
float Boardcore::ReferenceValues::refPressure |
◆ refTemperature
float Boardcore::ReferenceValues::refTemperature |
The documentation for this struct was generated from the following file: