Added PSU DS messages
Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
@@ -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}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user