From 33fde2d4bcf077380c5c61c5e8e8598dd418feaa Mon Sep 17 00:00:00 2001
From: ISSUIUC
Date: Fri, 28 Feb 2025 01:38:24 +0000
Subject: [PATCH] Update from
https://github.com/ISSUIUC/MIDAS-Software/commit/1a3e7af05edb4e9741effa12b57ce1091c5d3098
---
docs/emulated__sensors_8cpp_source.html | 2 +-
docs/hardware_2GPSSensor_8cpp_source.html | 40 ++++++++++---------
docs/hardware_2sensors_8h_source.html | 4 +-
...ilsim_2sensors_2GPSSensor_8cpp_source.html | 2 +-
docs/structGPSSensor.html | 4 +-
docs/systems_8cpp_source.html | 4 +-
6 files changed, 29 insertions(+), 27 deletions(-)
diff --git a/docs/emulated__sensors_8cpp_source.html b/docs/emulated__sensors_8cpp_source.html
index c5a0154..6fe51bd 100644
--- a/docs/emulated__sensors_8cpp_source.html
+++ b/docs/emulated__sensors_8cpp_source.html
@@ -184,7 +184,7 @@
Continuity read()
Reads the value of the ADC.
data about pyro continuity
ErrorCode init()
Initializes GPS, returns NoError.
-GPS read()
Reads the GPS data from the sensor (lat, long, altitude, sat count, etc)
+GPS read()
Reads the GPS data from the sensor (lat, long, altitude, sat count, etc)
data from the HighG sensor
ErrorCode init()
Initializes the high G sensor.
diff --git a/docs/hardware_2GPSSensor_8cpp_source.html b/docs/hardware_2GPSSensor_8cpp_source.html
index 31953d5..c7cfd94 100644
--- a/docs/hardware_2GPSSensor_8cpp_source.html
+++ b/docs/hardware_2GPSSensor_8cpp_source.html
@@ -99,24 +99,26 @@
- 20 ublox.setI2COutput(COM_TYPE_UBX | COM_TYPE_NMEA);
-
-
- 23 ublox.saveConfigSelective(VAL_CFG_SUBSEC_IOPORT);
-
-
+
+ 21 ublox.setDynamicModel(DYN_MODEL_AIRBORNE4g);
+ 22 ublox.setI2COutput(COM_TYPE_UBX | COM_TYPE_NMEA);
+
+
+ 25 ublox.saveConfigSelective(VAL_CFG_SUBSEC_IOPORT);
-
-
-
-
-
- 37 return GPS{
ublox.getLatitude(),
ublox.getLongitude(), (float)
ublox.getAltitude() / 1000.f, (float)
ublox.getGroundSpeed() / 1000.f,
ublox.getFixType(),
ublox.getUnixEpoch()};
-
-
-
- 41 return ublox.getPVT();
-
+
+
+
+
+
+
+
+ 39 return GPS{
ublox.getLatitude(),
ublox.getLongitude(), (float)
ublox.getAltitude() / 1000.f, (float)
ublox.getGroundSpeed() / 1000.f,
ublox.getFixType(),
ublox.getUnixEpoch()};
+
+
+
+ 43 return ublox.getPVT();
+
ErrorCode
list of all error codes that can arise
@ GPSCouldNotBeInitialized
@@ -125,8 +127,8 @@
ErrorCode init()
Initializes GPS, returns NoError.
-GPS read()
Reads the GPS data from the sensor (lat, long, altitude, sat count, etc)
-
+GPS read()
Reads the GPS data from the sensor (lat, long, altitude, sat count, etc)
+
diff --git a/docs/hardware_2sensors_8h_source.html b/docs/hardware_2sensors_8h_source.html
index 23e0700..45ad2d6 100644
--- a/docs/hardware_2sensors_8h_source.html
+++ b/docs/hardware_2sensors_8h_source.html
@@ -180,8 +180,8 @@
data about pyro continuity
ErrorCode init()
Initializes GPS, returns NoError.
-GPS read()
Reads the GPS data from the sensor (lat, long, altitude, sat count, etc)
-
+GPS read()
Reads the GPS data from the sensor (lat, long, altitude, sat count, etc)
+
struct representing the LED pins
diff --git a/docs/hilsim_2sensors_2GPSSensor_8cpp_source.html b/docs/hilsim_2sensors_2GPSSensor_8cpp_source.html
index 2ca57b9..1803b42 100644
--- a/docs/hilsim_2sensors_2GPSSensor_8cpp_source.html
+++ b/docs/hilsim_2sensors_2GPSSensor_8cpp_source.html
@@ -99,7 +99,7 @@
ErrorCode init()
Initializes GPS, returns NoError.
-GPS read()
Reads the GPS data from the sensor (lat, long, altitude, sat count, etc)
+GPS read()
Reads the GPS data from the sensor (lat, long, altitude, sat count, etc)
diff --git a/docs/structGPSSensor.html b/docs/structGPSSensor.html
index bb2b8fa..44dab99 100644
--- a/docs/structGPSSensor.html
+++ b/docs/structGPSSensor.html
@@ -219,7 +219,7 @@ GPS data from the sensor (lat, long, altitude, sat count, etc)
- Returns
- GPS data packet
-Definition at line 36 of file GPSSensor.cpp.
+Definition at line 38 of file GPSSensor.cpp.
@@ -289,7 +289,7 @@