N4 Flight Software N4
Flight software used for the N4 flight computers
Loading...
Searching...
No Matches
data_types.h File Reference

defines the data types, structs and typedefs used to store flight data More...

#include <Arduino.h>

Go to the source code of this file.

Classes

struct  Acceleration_Data
 
struct  Gyroscope_Data
 
struct  GPS_Data
 
struct  Altimeter_Data
 
struct  Telemetry_Data
 

Typedefs

typedef struct Acceleration_Data accel_type_t
 
typedef struct Gyroscope_Data gyro_type_t
 
typedef struct GPS_Data gps_type_t
 
typedef struct Altimeter_Data altimeter_type_t
 
typedef struct Telemetry_Data telemetry_type_t
 

Detailed Description

defines the data types, structs and typedefs used to store flight data

Typedef Documentation

◆ accel_type_t

A structure to represent acceleration data

◆ altimeter_type_t

A structure to represent the altimeter data

◆ gps_type_t

typedef struct GPS_Data gps_type_t

A structure to represent GPS data

◆ gyro_type_t

typedef struct Gyroscope_Data gyro_type_t

A structure to represent angular velocity data

◆ telemetry_type_t

A structure to represent telemetry data. This is the data transmitted to ground