MRAS
Multi Rocket Avionics System
Loading...
Searching...
No Matches
StateEstimatorMsg.h
1
#ifndef MRAS_STATEESTIMATORMSG_H
2
#define MRAS_STATEESTIMATORMSG_H
3
4
#include "SystemMessage.h"
5
6
struct
StateEstimatorMsg
:
public
SystemMessage
7
{
8
explicit
StateEstimatorMsg
() :
SystemMessage
(StateEstimatorMsg_t) {}
9
10
float
estimatedAltitude = 0;
11
float
estimatedVelocity = 0;
12
};
13
14
15
#endif
SystemMessage
A base class for all system messages.
Definition:
SystemMessage.h:32
StateEstimatorMsg
Definition:
StateEstimatorMsg.h:7
lib
shared
system_messages
StateEstimatorMsg.h
Generated by
1.9.6