MRAS
Multi Rocket Avionics System
Loading...
Searching...
No Matches
TelemetryDataMsg Struct Reference

A message containing data from the rocket. More...

#include <TelemetryDataMsg.h>

Inheritance diagram for TelemetryDataMsg:
Inheritance graph
Collaboration diagram for TelemetryDataMsg:
Collaboration graph

Public Member Functions

void to_csv (char *buffer, size_t buffer_size) const
 
- Public Member Functions inherited from TelemetryMessage
 TelemetryMessage (TelemetryMessageType type)
 
TelemetryMessageType get_type ()
 Get the type of the message.
 

Public Attributes

float latitude = 0
 
float longitude = 0
 
uint16_t altitude = 0
 
uint8_t fix_type = 0
 
uint8_t satellites = 0
 
float y_acceleration = 0
 
float pressure = 0
 
float temperature = 0
 
float altitude_estimate = 0
 

Additional Inherited Members

- Protected Attributes inherited from TelemetryMessage
TelemetryMessageType type
 

Detailed Description

A message containing data from the rocket.

This message is used to send telemetry data from the rocket to the ground station.


The documentation for this struct was generated from the following file: