Skip to content

Commit c87cac7

Browse files
committed
Updated Naming of DeployCount
1 parent f955bfd commit c87cac7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

FprimeZephyrReference/Components/AntennaDeployer/AntennaDeployer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void AntennaDeployer ::startNextAttempt() {
114114
this->log_ACTIVITY_HI_DeployAttempt(this->m_currentAttempt);
115115

116116
this->m_totalAttempts++;
117-
this->tlmWrite_DeployCount(this->m_totalAttempts);
117+
this->tlmWrite_DeployAttemptCount(this->m_totalAttempts);
118118

119119
if (this->isConnected_burnStart_OutputPort(0)) {
120120
this->burnStart_out(0);

FprimeZephyrReference/Components/AntennaDeployer/AntennaDeployer.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module Components {
2929
# Telemetry
3030
######################################################################
3131
@ Counts the number of deployment attempts across boots
32-
telemetry DeployCount: U32
32+
telemetry DeployAttemptCount: U32
3333

3434
@ Tracks the last observed distance reading
3535
telemetry LastDistance: F32 format "{.2f}cm"

FprimeZephyrReference/ReferenceDeployment/Top/ReferenceDeploymentPackets.fppi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ telemetry packets ReferenceDeploymentPackets {
5555
}
5656

5757
packet Antenna id 8 group 4 {
58-
ReferenceDeployment.antennaDeployer.DeployCount
58+
ReferenceDeployment.antennaDeployer.DeployAttemptCount
5959
ReferenceDeployment.antennaDeployer.LastDistance
6060
}
6161

0 commit comments

Comments
 (0)