Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
regression-suites
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
regression-suites
Commits
d6869e99
Commit
d6869e99
authored
Jul 31, 2019
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ACN model of Demo_BA
parent
9ef3658a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
25 deletions
+22
-25
Demo_Bright_Ascension/DataView.acn
Demo_Bright_Ascension/DataView.acn
+22
-25
No files found.
Demo_Bright_Ascension/DataView.acn
View file @
d6869e99
...
...
@@ -254,7 +254,17 @@ T-PUS-timestamp []
T-PUS-tc-sp[]
{
primaryHeader [],
secondaryHeader [],
secondaryHeader [] {
packetPusVersion NULL [pattern '0001'B], -- fixed = 0001. This should be 0010 for PUS C
ackExecutionCompletion [true-value '1'B],
ackExecutionProgress [true-value '1'B],
ackExecutionStart [true-value '1'B],
ackAcceptance [true-value '1'B],
serviceType TASTE-BasicTypes.T-UInt8[],
messageSubtype TASTE-BasicTypes.T-UInt8[],
source-id []
},
userDataField <secondaryHeader.serviceType, secondaryHeader.messageSubtype>[],
crc []
}
...
...
@@ -262,7 +272,15 @@ T-PUS-tc-sp[]
T-PUS-tm-sp[]
{
primaryHeader [],
secondaryHeader [],
secondaryHeader [] {
packetPusVersion NULL [pattern '0001'B], -- fixed = 0001. This should be 0010 for PUS C
timeStatus NULL [pattern '0000'B],
serviceType TASTE-BasicTypes.T-UInt8[],
messageSubtype TASTE-BasicTypes.T-UInt8[],
messageTypeCounter [],
destination-id [],
time []
},
userDataField <secondaryHeader.serviceType, secondaryHeader.messageSubtype>[],
crc []
}
...
...
@@ -271,19 +289,7 @@ T-PUS-tm-sp[]
-- TC-Data-Field-Header and related types
------------------------------------------
T-PUS-tc-scdryHeader []
{
packetPusVersion NULL [pattern '0001'B], -- fixed = 0001. This should be 0010 for PUS C
ackExecutionCompletion [true-value '1'B],
ackExecutionProgress [true-value '1'B],
ackExecutionStart [true-value '1'B],
ackAcceptance [true-value '1'B],
serviceType TASTE-BasicTypes.T-UInt8[],
messageSubtype TASTE-BasicTypes.T-UInt8[],
source-id []
}
T-PUS-tc-scdryHeader [] -- Never used standalone, so no additional fields
T-PUS-tc-sourceId [size 16, encoding pos-int, encode-values]
...
...
@@ -314,16 +320,7 @@ T-PUS-tc-set-mode []
-- TM-Data-Field-Header and related types
------------------------------------------
T-PUS-tm-scdryHeader []
{
packetPusVersion NULL [pattern '0001'B], -- fixed = 0001. This should be 0010 for PUS C
timeStatus NULL [pattern '0000'B],
serviceType TASTE-BasicTypes.T-UInt8[],
messageSubtype TASTE-BasicTypes.T-UInt8[],
messageTypeCounter [],
destination-id [],
time []
}
T-PUS-tm-scdryHeader [] -- Never used standalone, so no additional fields
T-PUS-tm-destId [size 16, encoding pos-int, encode-values]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment