Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
regression-suites
Commits
c1045d31
Commit
c1045d31
authored
Jun 12, 2018
by
Thanassis Tsiodras
Browse files
Use relative paths in the dataview.
parent
c3819432
Changes
1
Hide whitespace changes
Inline
Side-by-side
Demo_RTEMS_SDL/DataView.aadl
View file @
c1045d31
...
...
@@ -46,7 +46,7 @@ end Stream_Element_Buffer;
DATA
T_Int8
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/root/tool-inst/share/taste
-types/taste-types.asn"
);
Source_Text
=>
(
"
../../misc/taste-common
-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
...
...
@@ -85,7 +85,7 @@ END T_Int8_Buffer.impl;
DATA
TASTE_Boolean
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/root/tool-src/testSuites/Demo_RTEMS_SDL/
DataView.asn"
);
Source_Text
=>
(
"DataView.asn"
);
TASTE
::
EncodingDefinitionFile
=>
classifier
(
DataView
::
ACN_DataView
);
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
...
...
@@ -125,7 +125,7 @@ END TASTE_Boolean_Buffer.impl;
DATA
T_Boolean
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/root/tool-inst/share/taste
-types/taste-types.asn"
);
Source_Text
=>
(
"
../../misc/taste-common
-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
...
...
@@ -164,7 +164,7 @@ END T_Boolean_Buffer.impl;
DATA
T_UInt32
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/root/tool-inst/share/taste
-types/taste-types.asn"
);
Source_Text
=>
(
"
../../misc/taste-common
-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
...
...
@@ -203,7 +203,7 @@ END T_UInt32_Buffer.impl;
DATA
T_Int32
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/root/tool-inst/share/taste
-types/taste-types.asn"
);
Source_Text
=>
(
"
../../misc/taste-common
-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
...
...
@@ -242,7 +242,7 @@ END T_Int32_Buffer.impl;
DATA
T_UInt8
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"
/root/tool-inst/share/taste
-types/taste-types.asn"
);
Source_Text
=>
(
"
../../misc/taste-common
-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
...
...
@@ -292,7 +292,7 @@ SUBCOMPONENTS
END
Taste_DataView
.
others
;
DATA
ACN_DataView
PROPERTIES
Source_Text
=>
(
"
/root/tool-src/testSuites/Demo_RTEMS_SDL/
DataView.acn"
);
Source_Text
=>
(
"DataView.acn"
);
Source_Language
=>
(
ACN
);
END
ACN_DataView
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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