Skip to content

Commit

Permalink
Updating packets for the new packet autocoder for nasa/fprime#3035 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
timcanham authored Dec 5, 2024
1 parent 0f68115 commit 75042f4
Showing 1 changed file with 59 additions and 59 deletions.
118 changes: 59 additions & 59 deletions MathDeployment/Top/MathDeploymentPackets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,94 +3,94 @@
<import_topology>MathDeployment/Top/MathDeploymentTopologyAppAi.xml</import_topology>

<packet name="CDH" id="1" level="1">
<channel name="cmdDisp.CommandsDispatched"/>
<channel name="rateGroup1.RgMaxTime"/>
<channel name="rateGroup2.RgMaxTime"/>
<channel name="rateGroup3.RgMaxTime"/>
<channel name="cmdSeq.CS_LoadCommands"/>
<channel name="cmdSeq.CS_CancelCommands"/>
<channel name="cmdSeq.CS_CommandsExecuted"/>
<channel name="cmdSeq.CS_SequencesCompleted"/>
<channel name="fileUplink.FilesReceived"/>
<channel name="fileUplink.PacketsReceived"/>
<channel name="bufferManager.TotalBuffs"/>
<channel name="bufferManager.CurrBuffs"/>
<channel name="bufferManager.HiBuffs"/>
<channel name="fileDownlink.FilesSent"/>
<channel name="fileDownlink.PacketsSent"/>
<channel name="fileManager.CommandsExecuted"/>
<channel name="MathDeployment.cmdDisp.CommandsDispatched"/>
<channel name="MathDeployment.rateGroup1.RgMaxTime"/>
<channel name="MathDeployment.rateGroup2.RgMaxTime"/>
<channel name="MathDeployment.rateGroup3.RgMaxTime"/>
<channel name="MathDeployment.cmdSeq.CS_LoadCommands"/>
<channel name="MathDeployment.cmdSeq.CS_CancelCommands"/>
<channel name="MathDeployment.cmdSeq.CS_CommandsExecuted"/>
<channel name="MathDeployment.cmdSeq.CS_SequencesCompleted"/>
<channel name="MathDeployment.fileUplink.FilesReceived"/>
<channel name="MathDeployment.fileUplink.PacketsReceived"/>
<channel name="MathDeployment.bufferManager.TotalBuffs"/>
<channel name="MathDeployment.bufferManager.CurrBuffs"/>
<channel name="MathDeployment.bufferManager.HiBuffs"/>
<channel name="MathDeployment.fileDownlink.FilesSent"/>
<channel name="MathDeployment.fileDownlink.PacketsSent"/>
<channel name="MathDeployment.fileManager.CommandsExecuted"/>
<!-- Uncomment to use Svc::TlmPacketizer -->
<!--channel name="tlmSend.SendLevel"/-->
</packet>

<packet name="CDHErrors" id="2" level="1">
<channel name="rateGroup1.RgCycleSlips"/>
<channel name="rateGroup2.RgCycleSlips"/>
<channel name="rateGroup3.RgCycleSlips"/>
<channel name="cmdSeq.CS_Errors"/>
<channel name="fileUplink.Warnings"/>
<channel name="fileDownlink.Warnings"/>
<channel name="health.PingLateWarnings"/>
<channel name="fileManager.Errors"/>
<channel name="bufferManager.NoBuffs"/>
<channel name="bufferManager.EmptyBuffs"/>
<channel name="fileManager.Errors"/>
<channel name="MathDeployment.rateGroup1.RgCycleSlips"/>
<channel name="MathDeployment.rateGroup2.RgCycleSlips"/>
<channel name="MathDeployment.rateGroup3.RgCycleSlips"/>
<channel name="MathDeployment.cmdSeq.CS_Errors"/>
<channel name="MathDeployment.fileUplink.Warnings"/>
<channel name="MathDeployment.fileDownlink.Warnings"/>
<channel name="MathDeployment.health.PingLateWarnings"/>
<channel name="MathDeployment.fileManager.Errors"/>
<channel name="MathDeployment.bufferManager.NoBuffs"/>
<channel name="MathDeployment.bufferManager.EmptyBuffs"/>
<channel name="MathDeployment.fileManager.Errors"/>
</packet>

<packet name="DriveTlm" id="3" level="1">
<channel name="blockDrv.BD_Cycles"/>
<channel name="MathDeployment.blockDrv.BD_Cycles"/>
</packet>

<packet name="Comms" id="4" level="1">
<channel name="comQueue.comQueueDepth"/>
<channel name="comQueue.buffQueueDepth"/>
<channel name="MathDeployment.comQueue.comQueueDepth"/>
<channel name="MathDeployment.comQueue.buffQueueDepth"/>
</packet>

<packet name="SystemRes1" id="5" level="2">
<channel name="systemResources.MEMORY_TOTAL"/>
<channel name="systemResources.MEMORY_USED"/>
<channel name="systemResources.NON_VOLATILE_TOTAL"/>
<channel name="systemResources.NON_VOLATILE_FREE"/>
<channel name="MathDeployment.systemResources.MEMORY_TOTAL"/>
<channel name="MathDeployment.systemResources.MEMORY_USED"/>
<channel name="MathDeployment.systemResources.NON_VOLATILE_TOTAL"/>
<channel name="MathDeployment.systemResources.NON_VOLATILE_FREE"/>
</packet>

<packet name="SystemRes3" id="7" level="2">
<channel name="systemResources.CPU"/>
<channel name="systemResources.CPU_00"/>
<channel name="systemResources.CPU_01"/>
<channel name="systemResources.CPU_02"/>
<channel name="systemResources.CPU_03"/>
<channel name="systemResources.CPU_04"/>
<channel name="systemResources.CPU_05"/>
<channel name="systemResources.CPU_06"/>
<channel name="systemResources.CPU_07"/>
<channel name="systemResources.CPU_08"/>
<channel name="systemResources.CPU_09"/>
<channel name="systemResources.CPU_10"/>
<channel name="systemResources.CPU_11"/>
<channel name="systemResources.CPU_12"/>
<channel name="systemResources.CPU_13"/>
<channel name="systemResources.CPU_14"/>
<channel name="systemResources.CPU_15"/>
<channel name="MathDeployment.systemResources.CPU"/>
<channel name="MathDeployment.systemResources.CPU_00"/>
<channel name="MathDeployment.systemResources.CPU_01"/>
<channel name="MathDeployment.systemResources.CPU_02"/>
<channel name="MathDeployment.systemResources.CPU_03"/>
<channel name="MathDeployment.systemResources.CPU_04"/>
<channel name="MathDeployment.systemResources.CPU_05"/>
<channel name="MathDeployment.systemResources.CPU_06"/>
<channel name="MathDeployment.systemResources.CPU_07"/>
<channel name="MathDeployment.systemResources.CPU_08"/>
<channel name="MathDeployment.systemResources.CPU_09"/>
<channel name="MathDeployment.systemResources.CPU_10"/>
<channel name="MathDeployment.systemResources.CPU_11"/>
<channel name="MathDeployment.systemResources.CPU_12"/>
<channel name="MathDeployment.systemResources.CPU_13"/>
<channel name="MathDeployment.systemResources.CPU_14"/>
<channel name="MathDeployment.systemResources.CPU_15"/>
</packet>

<packet name="MathSender" id="21" level="3">
<channel name = "mathSender.VAL1"/>
<channel name = "mathSender.OP"/>
<channel name = "mathSender.VAL2"/>
<channel name = "mathSender.RESULT"/>
<channel name = "MathDeployment.mathSender.VAL1"/>
<channel name = "MathDeployment.mathSender.OP"/>
<channel name = "MathDeployment.mathSender.VAL2"/>
<channel name = "MathDeployment.mathSender.RESULT"/>
</packet>

<packet name="MathReceiver" id="22" level="3">
<channel name = "mathReceiver.OPERATION"/>
<channel name = "mathReceiver.FACTOR"/>
<channel name = "MathDeployment.mathReceiver.OPERATION"/>
<channel name = "MathDeployment.mathReceiver.FACTOR"/>

<channel name = "mathReceiver.NUMBER_OF_OPS"/>
<channel name = "MathDeployment.mathReceiver.NUMBER_OF_OPS"/>
</packet>


<!-- Ignored packets -->

<ignore>
<channel name="cmdDisp.CommandErrors"/>
<channel name="MathDeployment.cmdDisp.CommandErrors"/>
</ignore>
</packets>

0 comments on commit 75042f4

Please sign in to comment.