5#ifndef MRAS_BAROMETERDATAMSG_H
6#define MRAS_BAROMETERDATAMSG_H
8#include "SystemMessage.h"
A base class for all system messages.
Definition: SystemMessage.h:32
Message sent by the barometer to the system.
Definition: BarometerDataMsg.h:15
float temperature
The temperature in degrees Celsius.
Definition: BarometerDataMsg.h:26
float pressure
The pressure in Pa.
Definition: BarometerDataMsg.h:21