Added PSU DS messages

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
2025-10-28 17:17:54 +00:00
parent 90591f504a
commit 9bb3196a23
3 changed files with 34 additions and 12 deletions

View File

@@ -63,7 +63,7 @@
+TriggerPSUMsg = {
Class = Message
Destination = "TestApp.Data.UartOutDS"
Function = TriggerPSU
Function = GoWaitTrigger
Mode = ExpectsReply
}
}
@@ -102,6 +102,12 @@
Function = StartNextStateExecution
Mode = ExpectsReply
}
+TriggerPSUMsg = {
Class = Message
Destination = "TestApp.Data.UartOutDS"
Function = TriggerPSU
Mode = ExpectsReply
}
}
+ERROR = {
Class = StateMachineEvent
@@ -138,6 +144,12 @@
Function = StartNextStateExecution
Mode = ExpectsReply
}
+TriggerPSUMsg = {
Class = Message
Destination = "TestApp.Data.UartOutDS"
Function = GoOnlineIdle
Mode = ExpectsReply
}
}
+ERROR = {
Class = StateMachineEvent
@@ -363,7 +375,7 @@ $TestApp = {
+Thread1 = {
Class = RealTimeThread
CPUs = 0x1
Functions = {GAMTimer GAMWF GAMDisplay}
Functions = {GAMTimer GAMWF SerialOutGAM GAMDisplay}
}
}
}