Skyward boardcore
Loading...
Searching...
No Matches
Boardcore::MEAState Struct Reference

#include <MEAData.h>

Public Member Functions

void print (std::ostream &os) const
 

Static Public Member Functions

static std::string header ()
 

Public Attributes

uint64_t timestamp
 
float estimatedPressure
 Estimated pressure in combustion chamber [Pa].
 
float estimatedMass
 Estimated rocket mass [kg].
 
float estimatedApogee
 Estimated apogee in msl [m].
 
float estimatedForce
 Estimated drag force [N].
 
float x0
 first kalman state
 
float x1
 second kalman state
 
float x2
 third kalman state representing the mass
 

Detailed Description

Definition at line 31 of file MEAData.h.

Member Function Documentation

◆ header()

static std::string Boardcore::MEAState::header ( )
inlinestatic

Definition at line 44 of file MEAData.h.

◆ print()

void Boardcore::MEAState::print ( std::ostream & os) const
inline

Definition at line 50 of file MEAData.h.

Member Data Documentation

◆ 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

Definition at line 33 of file MEAData.h.

◆ 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: