Spaceshot Flight Software
The Illinois Space Society's Homemade Rocket Firmware
sensorDataStruct_t Struct Reference

A struct to hold all of the data that could come from any of the sensors. More...

#include <dataLog.h>

Public Attributes

bool has_lowG_data
 
LowGData lowG_data
 
bool has_highG_data
 
HighGData highG_data
 
bool has_gps_data
 
GpsData gps_data
 
bool has_barometer_data
 
BarometerData barometer_data
 
bool has_state_data
 
stateData state_data
 
bool has_rocketState_data
 
rocketStateData< 4 > rocketState_data
 
bool has_flap_data
 
FlapData flap_data
 
bool has_voltage_data
 
VoltageData voltage_data
 

Detailed Description

A struct to hold all of the data that could come from any of the sensors.


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