#include <MEAData.h>
|
void | print (std::ostream &os) const |
|
Definition at line 31 of file MEAData.h.
◆ header()
static std::string Boardcore::MEAState::header |
( |
| ) |
|
|
inlinestatic |
◆ print()
void Boardcore::MEAState::print |
( |
std::ostream & | os | ) |
const |
|
inline |
◆ estimatedApogee
float Boardcore::MEAState::estimatedApogee |
Estimated apogee in msl [m].
Definition at line 37 of file MEAData.h.
◆ estimatedForce
float Boardcore::MEAState::estimatedForce |
Estimated drag force [N].
Definition at line 38 of file MEAData.h.
◆ estimatedMass
float Boardcore::MEAState::estimatedMass |
Estimated rocket mass [kg].
Definition at line 36 of file MEAData.h.
◆ estimatedPressure
float Boardcore::MEAState::estimatedPressure |
Estimated pressure in combustion chamber [Pa].
Definition at line 35 of file MEAData.h.
◆ timestamp
uint64_t Boardcore::MEAState::timestamp |
◆ x0
float Boardcore::MEAState::x0 |
first kalman state
Definition at line 40 of file MEAData.h.
◆ x1
float Boardcore::MEAState::x1 |
second kalman state
Definition at line 41 of file MEAData.h.
◆ x2
float Boardcore::MEAState::x2 |
third kalman state representing the mass
Definition at line 42 of file MEAData.h.
The documentation for this struct was generated from the following file: