Renamed JAGyroApp to RTApp for shortening and avoid repetition with project name jada_gyro
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
+StateMachine = {
|
+StateMachine = {
|
||||||
Class = StateMachine
|
Class = StateMachine
|
||||||
}
|
}
|
||||||
+JAGyroApp = {
|
+RTApp = {
|
||||||
Class = RealTimeApplication
|
Class = RealTimeApplication
|
||||||
+Data = {
|
+Data = {
|
||||||
Class = ReferenceContainer
|
Class = ReferenceContainer
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#package jada_gyro.JAGyroApp.States
|
#package jada_gyro.RTApp.States
|
||||||
|
|
||||||
+Disabled = {
|
+Disabled = {
|
||||||
Class = RealTimeState
|
Class = RealTimeState
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#package jada_gyro.JAGyroApp.Data
|
#package jada_gyro.RTApp.Data
|
||||||
|
|
||||||
+EPICSCAInput = {
|
+EPICSCAInput = {
|
||||||
Class = EPICSCAInput
|
Class = EPICSCAInput
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#package jada_gyro.JAGyroApp.Data
|
#package jada_gyro.RTApp.Data
|
||||||
|
|
||||||
+DDB1 = {
|
+DDB1 = {
|
||||||
Signals = {
|
Signals = {
|
||||||
|
|||||||
@@ -8,13 +8,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -55,13 +55,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,13 +9,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,13 +8,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -55,13 +55,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -102,13 +102,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,13 +8,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -55,13 +55,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -102,13 +102,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,13 +8,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -55,13 +55,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -102,13 +102,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,13 +8,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -55,13 +55,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -102,13 +102,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,13 +8,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -55,13 +55,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -102,13 +102,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -149,13 +149,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -165,7 +165,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -196,13 +196,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -212,7 +212,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -243,13 +243,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -259,7 +259,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,13 +8,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -55,13 +55,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -102,13 +102,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,13 +8,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -55,13 +55,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
@@ -102,13 +102,13 @@
|
|||||||
NextStateError = "ERROR"
|
NextStateError = "ERROR"
|
||||||
+StopCurrentStateExecutionMsg = {
|
+StopCurrentStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StopCurrentStateExecution
|
Function = StopCurrentStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
+PrepareNextStateMsg = {
|
+PrepareNextStateMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
Function = PrepareNextState
|
Function = PrepareNextState
|
||||||
+Parameters = {
|
+Parameters = {
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
}
|
}
|
||||||
+StartNextStateExecutionMsg = {
|
+StartNextStateExecutionMsg = {
|
||||||
Class = Message
|
Class = Message
|
||||||
Destination = JAGyroApp
|
Destination = RTApp
|
||||||
Function = StartNextStateExecution
|
Function = StartNextStateExecution
|
||||||
Mode = ExpectsReply
|
Mode = ExpectsReply
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#package jada_gyro.JAGyroApp.Data
|
#package jada_gyro.RTApp.Data
|
||||||
|
|
||||||
+DDB1 = {
|
+DDB1 = {
|
||||||
Signals = {
|
Signals = {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#package jada_gyro.JAGyroApp.Functions
|
#package jada_gyro.RTApp.Functions
|
||||||
|
|
||||||
//# Copy data from DDB1 to EPICSCAOutput DataSource.
|
//# Copy data from DDB1 to EPICSCAOutput DataSource.
|
||||||
+EPICSOutputGAM = {
|
+EPICSOutputGAM = {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#package jada_gyro.JAGyroApp.Functions
|
#package jada_gyro.RTApp.Functions
|
||||||
|
|
||||||
//# Check PXI board status.
|
//# Check PXI board status.
|
||||||
+PXI6259ErrorGAM = {
|
+PXI6259ErrorGAM = {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#package jada_gyro.JAGyroApp.Functions
|
#package jada_gyro.RTApp.Functions
|
||||||
|
|
||||||
// GAM for trianguler waveform generation.
|
// GAM for trianguler waveform generation.
|
||||||
+CCPSWaveformGAM = {
|
+CCPSWaveformGAM = {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#package jada_gyro.JAGyroApp
|
#package jada_gyro.RTApp
|
||||||
|
|
||||||
+Data = {
|
+Data = {
|
||||||
+DDB1 = {
|
+DDB1 = {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#package jada_gyro.JAGyroApp
|
#package jada_gyro.RTApp
|
||||||
|
|
||||||
+Data = {
|
+Data = {
|
||||||
//# SDN subscriber
|
//# SDN subscriber
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#package jada_gyro.JAGyroApp
|
#package jada_gyro.RTApp
|
||||||
|
|
||||||
+Data = {
|
+Data = {
|
||||||
//# Fast cycle timer
|
//# Fast cycle timer
|
||||||
|
|||||||
Reference in New Issue
Block a user