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
e264f9ab
Commit
e264f9ab
authored
Jul 16, 2018
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitrepos.estec.esa.int/taste/regression-suites
parents
c3decfd1
f800c90a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Demo_Ada_GUI/DataView.asn
Demo_Ada_GUI/DataView.asn
+2
-2
Demo_Ada_GUI/displayer/displayer.adb
Demo_Ada_GUI/displayer/displayer.adb
+2
-1
No files found.
Demo_Ada_GUI/DataView.asn
View file @
e264f9ab
...
...
@@ -15,13 +15,13 @@ Destination-T ::= ENUMERATED { displayer(0), other-dest(1) }
TC-T ::= SEQUENCE
{
destination Destination-T,
action Action-T
action Action-T
DEFAULT display:'48656C6C6F'H
}
TM-T ::= Display-T
HK-T ::= SEQUENCE {
value-to-plot INTEGER (0..16535),
value-to-plot INTEGER (0..16535)
DEFAULT 42
,
destination Destination-T
}
END
...
...
Demo_Ada_GUI/displayer/displayer.adb
View file @
e264f9ab
...
...
@@ -45,7 +45,8 @@ package body displayer is
bTmHasArrived
:=
True
;
end
if
;
when
housekeeping_PRESENT
=>
HK
:=
(
Value_To_Plot
=>
Number
,
HK
:=
(
Exist
=>
(
Value_To_Plot
=>
1
),
Value_To_Plot
=>
Number
,
Destination
=>
TC
.
Action
.
Housekeeping
);
HousekeepingTM
(
HK
'
access
);
when
others
=>
null
;
...
...
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