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
kazoo
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
kazoo
Commits
82633f15
Commit
82633f15
authored
Sep 30, 2019
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update DataView in Demo_BlackBox
parent
88826897
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
67 deletions
+3
-67
test/Demo_Blackbox/DataView.aadl
test/Demo_Blackbox/DataView.aadl
+3
-67
No files found.
test/Demo_Blackbox/DataView.aadl
View file @
82633f15
--------------------------------------------------------
--------------------------------------------------------
--
! File generated by asn2aadl v2.1.4
1
: DO NOT EDIT !
--
! File generated by asn2aadl v2.1.4
8
: DO NOT EDIT !
--------------------------------------------------------
--------------------------------------------------------
--
! MadeInFastMode:True:
--
! InputASN1FileChecksum:7339ede675595a5275fa70dfb2698aac:/home/taste/tool-src/kazoo/test/Demo_Blackbox/DataView.asn:
--
! InputASN1FileChecksum:7339ede675595a5275fa70dfb2698aac:/home/taste/tool-src/kazoo/test/Demo_Blackbox/DataView.asn:
--
! InputASN1FileChecksum:5f7208b5265b41db42a775ec6db65da3:/home/taste/tool-src/kazoo/test/Demo_Blackbox/DataView.acn:
--
! InputASN1FileChecksum:ee8a7e01f29874c0d50f437d5abb9599:/home/taste/tool-inst/share/taste-types/taste-types.asn:
--
! InputASN1FileChecksum:ee8a7e01f29874c0d50f437d5abb9599:/home/taste/tool-inst/share/taste-types/taste-types.asn:
--------------------------------------------------------
--------------------------------------------------------
...
@@ -48,9 +50,6 @@ PROPERTIES
...
@@ -48,9 +50,6 @@ PROPERTIES
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Source_Language
=>
(
ASN1
);
Source_Language
=>
(
ASN1
);
--
Size
of
a
buffer
to
cover
all
forms
of
message
representation
:
--
Real
message
size
is
24
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
24
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"MyChoice"
;
Type_Source_Name
=>
"MyChoice"
;
TASTE
::
Position_In_File
=>
[
line
=>
16
;
column
=>
1
;
];
TASTE
::
Position_In_File
=>
[
line
=>
16
;
column
=>
1
;
];
...
@@ -68,8 +67,6 @@ DATA IMPLEMENTATION MyChoice_Buffer_Max.impl
...
@@ -68,8 +67,6 @@ DATA IMPLEMENTATION MyChoice_Buffer_Max.impl
--
Buffer
to
hold
a
marshalled
data
of
type
MyChoice
--
Buffer
to
hold
a
marshalled
data
of
type
MyChoice
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
24
);
--
Size
of
the
buffer
Source_Data_Size
=>
24
Bytes
;
--
Size
of
the
buffer
in
bytes
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
MyChoice_Buffer_Max
.
impl
;
END
MyChoice_Buffer_Max
.
impl
;
...
@@ -83,7 +80,6 @@ SUBCOMPONENTS
...
@@ -83,7 +80,6 @@ SUBCOMPONENTS
Length
:
data
Base_Types
::
Unsigned_32
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
Data_Model
::
Data_Representation
=>
Struct
;
Source_Data_Size
=>
40
Bytes
;
--
Size
of
the
buffer
in
bytes
END
MyChoice_Buffer
.
impl
;
END
MyChoice_Buffer
.
impl
;
DATA
MyEnum
DATA
MyEnum
...
@@ -94,9 +90,6 @@ PROPERTIES
...
@@ -94,9 +90,6 @@ PROPERTIES
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Source_Language
=>
(
ASN1
);
Source_Language
=>
(
ASN1
);
--
Size
of
a
buffer
to
cover
all
forms
of
message
representation
:
--
Real
message
size
is
4
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
8
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"MyEnum"
;
Type_Source_Name
=>
"MyEnum"
;
TASTE
::
Position_In_File
=>
[
line
=>
9
;
column
=>
1
;
];
TASTE
::
Position_In_File
=>
[
line
=>
9
;
column
=>
1
;
];
...
@@ -114,8 +107,6 @@ DATA IMPLEMENTATION MyEnum_Buffer_Max.impl
...
@@ -114,8 +107,6 @@ DATA IMPLEMENTATION MyEnum_Buffer_Max.impl
--
Buffer
to
hold
a
marshalled
data
of
type
MyEnum
--
Buffer
to
hold
a
marshalled
data
of
type
MyEnum
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Source_Data_Size
=>
8
Bytes
;
--
Size
of
the
buffer
in
bytes
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
MyEnum_Buffer_Max
.
impl
;
END
MyEnum_Buffer_Max
.
impl
;
...
@@ -129,7 +120,6 @@ SUBCOMPONENTS
...
@@ -129,7 +120,6 @@ SUBCOMPONENTS
Length
:
data
Base_Types
::
Unsigned_32
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
Data_Model
::
Data_Representation
=>
Struct
;
Source_Data_Size
=>
24
Bytes
;
--
Size
of
the
buffer
in
bytes
END
MyEnum_Buffer
.
impl
;
END
MyEnum_Buffer
.
impl
;
DATA
MyInteger
DATA
MyInteger
...
@@ -140,9 +130,6 @@ PROPERTIES
...
@@ -140,9 +130,6 @@ PROPERTIES
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Source_Language
=>
(
ASN1
);
Source_Language
=>
(
ASN1
);
--
Size
of
a
buffer
to
cover
all
forms
of
message
representation
:
--
Real
message
size
is
8
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
8
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"MyInteger"
;
Type_Source_Name
=>
"MyInteger"
;
TASTE
::
Position_In_File
=>
[
line
=>
5
;
column
=>
1
;
];
TASTE
::
Position_In_File
=>
[
line
=>
5
;
column
=>
1
;
];
...
@@ -160,8 +147,6 @@ DATA IMPLEMENTATION MyInteger_Buffer_Max.impl
...
@@ -160,8 +147,6 @@ DATA IMPLEMENTATION MyInteger_Buffer_Max.impl
--
Buffer
to
hold
a
marshalled
data
of
type
MyInteger
--
Buffer
to
hold
a
marshalled
data
of
type
MyInteger
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Source_Data_Size
=>
8
Bytes
;
--
Size
of
the
buffer
in
bytes
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
MyInteger_Buffer_Max
.
impl
;
END
MyInteger_Buffer_Max
.
impl
;
...
@@ -175,7 +160,6 @@ SUBCOMPONENTS
...
@@ -175,7 +160,6 @@ SUBCOMPONENTS
Length
:
data
Base_Types
::
Unsigned_32
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
Data_Model
::
Data_Representation
=>
Struct
;
Source_Data_Size
=>
24
Bytes
;
--
Size
of
the
buffer
in
bytes
END
MyInteger_Buffer
.
impl
;
END
MyInteger_Buffer
.
impl
;
DATA
MyOctStr
DATA
MyOctStr
...
@@ -186,9 +170,6 @@ PROPERTIES
...
@@ -186,9 +170,6 @@ PROPERTIES
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Source_Language
=>
(
ASN1
);
Source_Language
=>
(
ASN1
);
--
Size
of
a
buffer
to
cover
all
forms
of
message
representation
:
--
Real
message
size
is
3
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
8
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"MyOctStr"
;
Type_Source_Name
=>
"MyOctStr"
;
TASTE
::
Position_In_File
=>
[
line
=>
23
;
column
=>
1
;
];
TASTE
::
Position_In_File
=>
[
line
=>
23
;
column
=>
1
;
];
...
@@ -206,8 +187,6 @@ DATA IMPLEMENTATION MyOctStr_Buffer_Max.impl
...
@@ -206,8 +187,6 @@ DATA IMPLEMENTATION MyOctStr_Buffer_Max.impl
--
Buffer
to
hold
a
marshalled
data
of
type
MyOctStr
--
Buffer
to
hold
a
marshalled
data
of
type
MyOctStr
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Source_Data_Size
=>
8
Bytes
;
--
Size
of
the
buffer
in
bytes
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
MyOctStr_Buffer_Max
.
impl
;
END
MyOctStr_Buffer_Max
.
impl
;
...
@@ -221,7 +200,6 @@ SUBCOMPONENTS
...
@@ -221,7 +200,6 @@ SUBCOMPONENTS
Length
:
data
Base_Types
::
Unsigned_32
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
Data_Model
::
Data_Representation
=>
Struct
;
Source_Data_Size
=>
24
Bytes
;
--
Size
of
the
buffer
in
bytes
END
MyOctStr_Buffer
.
impl
;
END
MyOctStr_Buffer
.
impl
;
DATA
MySeq
DATA
MySeq
...
@@ -232,9 +210,6 @@ PROPERTIES
...
@@ -232,9 +210,6 @@ PROPERTIES
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Source_Language
=>
(
ASN1
);
Source_Language
=>
(
ASN1
);
--
Size
of
a
buffer
to
cover
all
forms
of
message
representation
:
--
Real
message
size
is
16
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
16
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"MySeq"
;
Type_Source_Name
=>
"MySeq"
;
TASTE
::
Position_In_File
=>
[
line
=>
11
;
column
=>
1
;
];
TASTE
::
Position_In_File
=>
[
line
=>
11
;
column
=>
1
;
];
...
@@ -252,8 +227,6 @@ DATA IMPLEMENTATION MySeq_Buffer_Max.impl
...
@@ -252,8 +227,6 @@ DATA IMPLEMENTATION MySeq_Buffer_Max.impl
--
Buffer
to
hold
a
marshalled
data
of
type
MySeq
--
Buffer
to
hold
a
marshalled
data
of
type
MySeq
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
16
);
--
Size
of
the
buffer
Source_Data_Size
=>
16
Bytes
;
--
Size
of
the
buffer
in
bytes
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
MySeq_Buffer_Max
.
impl
;
END
MySeq_Buffer_Max
.
impl
;
...
@@ -267,7 +240,6 @@ SUBCOMPONENTS
...
@@ -267,7 +240,6 @@ SUBCOMPONENTS
Length
:
data
Base_Types
::
Unsigned_32
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
Data_Model
::
Data_Representation
=>
Struct
;
Source_Data_Size
=>
32
Bytes
;
--
Size
of
the
buffer
in
bytes
END
MySeq_Buffer
.
impl
;
END
MySeq_Buffer
.
impl
;
DATA
MySeqOf
DATA
MySeqOf
...
@@ -278,9 +250,6 @@ PROPERTIES
...
@@ -278,9 +250,6 @@ PROPERTIES
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Source_Language
=>
(
ASN1
);
Source_Language
=>
(
ASN1
);
--
Size
of
a
buffer
to
cover
all
forms
of
message
representation
:
--
Real
message
size
is
8
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
8
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"MySeqOf"
;
Type_Source_Name
=>
"MySeqOf"
;
TASTE
::
Position_In_File
=>
[
line
=>
21
;
column
=>
1
;
];
TASTE
::
Position_In_File
=>
[
line
=>
21
;
column
=>
1
;
];
...
@@ -298,8 +267,6 @@ DATA IMPLEMENTATION MySeqOf_Buffer_Max.impl
...
@@ -298,8 +267,6 @@ DATA IMPLEMENTATION MySeqOf_Buffer_Max.impl
--
Buffer
to
hold
a
marshalled
data
of
type
MySeqOf
--
Buffer
to
hold
a
marshalled
data
of
type
MySeqOf
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Source_Data_Size
=>
8
Bytes
;
--
Size
of
the
buffer
in
bytes
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
MySeqOf_Buffer_Max
.
impl
;
END
MySeqOf_Buffer_Max
.
impl
;
...
@@ -313,7 +280,6 @@ SUBCOMPONENTS
...
@@ -313,7 +280,6 @@ SUBCOMPONENTS
Length
:
data
Base_Types
::
Unsigned_32
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
Data_Model
::
Data_Representation
=>
Struct
;
Source_Data_Size
=>
24
Bytes
;
--
Size
of
the
buffer
in
bytes
END
MySeqOf_Buffer
.
impl
;
END
MySeqOf_Buffer
.
impl
;
DATA
T_Boolean
DATA
T_Boolean
...
@@ -323,9 +289,6 @@ PROPERTIES
...
@@ -323,9 +289,6 @@ PROPERTIES
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
Source_Language
=>
(
ASN1
);
--
Size
of
a
buffer
to
cover
all
forms
of
message
representation
:
--
Real
message
size
is
1
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
8
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"T-Boolean"
;
Type_Source_Name
=>
"T-Boolean"
;
TASTE
::
Position_In_File
=>
[
line
=>
14
;
column
=>
1
;
];
TASTE
::
Position_In_File
=>
[
line
=>
14
;
column
=>
1
;
];
...
@@ -343,8 +306,6 @@ DATA IMPLEMENTATION T_Boolean_Buffer_Max.impl
...
@@ -343,8 +306,6 @@ DATA IMPLEMENTATION T_Boolean_Buffer_Max.impl
--
Buffer
to
hold
a
marshalled
data
of
type
T_Boolean
--
Buffer
to
hold
a
marshalled
data
of
type
T_Boolean
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Source_Data_Size
=>
8
Bytes
;
--
Size
of
the
buffer
in
bytes
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
T_Boolean_Buffer_Max
.
impl
;
END
T_Boolean_Buffer_Max
.
impl
;
...
@@ -358,7 +319,6 @@ SUBCOMPONENTS
...
@@ -358,7 +319,6 @@ SUBCOMPONENTS
Length
:
data
Base_Types
::
Unsigned_32
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
Data_Model
::
Data_Representation
=>
Struct
;
Source_Data_Size
=>
24
Bytes
;
--
Size
of
the
buffer
in
bytes
END
T_Boolean_Buffer
.
impl
;
END
T_Boolean_Buffer
.
impl
;
DATA
T_Int32
DATA
T_Int32
...
@@ -368,9 +328,6 @@ PROPERTIES
...
@@ -368,9 +328,6 @@ PROPERTIES
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
Source_Language
=>
(
ASN1
);
--
Size
of
a
buffer
to
cover
all
forms
of
message
representation
:
--
Real
message
size
is
8
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
8
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"T-Int32"
;
Type_Source_Name
=>
"T-Int32"
;
TASTE
::
Position_In_File
=>
[
line
=>
6
;
column
=>
1
;
];
TASTE
::
Position_In_File
=>
[
line
=>
6
;
column
=>
1
;
];
...
@@ -388,8 +345,6 @@ DATA IMPLEMENTATION T_Int32_Buffer_Max.impl
...
@@ -388,8 +345,6 @@ DATA IMPLEMENTATION T_Int32_Buffer_Max.impl
--
Buffer
to
hold
a
marshalled
data
of
type
T_Int32
--
Buffer
to
hold
a
marshalled
data
of
type
T_Int32
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Source_Data_Size
=>
8
Bytes
;
--
Size
of
the
buffer
in
bytes
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
T_Int32_Buffer_Max
.
impl
;
END
T_Int32_Buffer_Max
.
impl
;
...
@@ -403,7 +358,6 @@ SUBCOMPONENTS
...
@@ -403,7 +358,6 @@ SUBCOMPONENTS
Length
:
data
Base_Types
::
Unsigned_32
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
Data_Model
::
Data_Representation
=>
Struct
;
Source_Data_Size
=>
24
Bytes
;
--
Size
of
the
buffer
in
bytes
END
T_Int32_Buffer
.
impl
;
END
T_Int32_Buffer
.
impl
;
DATA
T_Int8
DATA
T_Int8
...
@@ -413,9 +367,6 @@ PROPERTIES
...
@@ -413,9 +367,6 @@ PROPERTIES
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
Source_Language
=>
(
ASN1
);
--
Size
of
a
buffer
to
cover
all
forms
of
message
representation
:
--
Real
message
size
is
8
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
8
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"T-Int8"
;
Type_Source_Name
=>
"T-Int8"
;
TASTE
::
Position_In_File
=>
[
line
=>
10
;
column
=>
1
;
];
TASTE
::
Position_In_File
=>
[
line
=>
10
;
column
=>
1
;
];
...
@@ -433,8 +384,6 @@ DATA IMPLEMENTATION T_Int8_Buffer_Max.impl
...
@@ -433,8 +384,6 @@ DATA IMPLEMENTATION T_Int8_Buffer_Max.impl
--
Buffer
to
hold
a
marshalled
data
of
type
T_Int8
--
Buffer
to
hold
a
marshalled
data
of
type
T_Int8
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Source_Data_Size
=>
8
Bytes
;
--
Size
of
the
buffer
in
bytes
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
T_Int8_Buffer_Max
.
impl
;
END
T_Int8_Buffer_Max
.
impl
;
...
@@ -448,7 +397,6 @@ SUBCOMPONENTS
...
@@ -448,7 +397,6 @@ SUBCOMPONENTS
Length
:
data
Base_Types
::
Unsigned_32
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
Data_Model
::
Data_Representation
=>
Struct
;
Source_Data_Size
=>
24
Bytes
;
--
Size
of
the
buffer
in
bytes
END
T_Int8_Buffer
.
impl
;
END
T_Int8_Buffer
.
impl
;
DATA
T_UInt32
DATA
T_UInt32
...
@@ -458,9 +406,6 @@ PROPERTIES
...
@@ -458,9 +406,6 @@ PROPERTIES
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
Source_Language
=>
(
ASN1
);
--
Size
of
a
buffer
to
cover
all
forms
of
message
representation
:
--
Real
message
size
is
8
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
8
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"T-UInt32"
;
Type_Source_Name
=>
"T-UInt32"
;
TASTE
::
Position_In_File
=>
[
line
=>
8
;
column
=>
1
;
];
TASTE
::
Position_In_File
=>
[
line
=>
8
;
column
=>
1
;
];
...
@@ -478,8 +423,6 @@ DATA IMPLEMENTATION T_UInt32_Buffer_Max.impl
...
@@ -478,8 +423,6 @@ DATA IMPLEMENTATION T_UInt32_Buffer_Max.impl
--
Buffer
to
hold
a
marshalled
data
of
type
T_UInt32
--
Buffer
to
hold
a
marshalled
data
of
type
T_UInt32
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Source_Data_Size
=>
8
Bytes
;
--
Size
of
the
buffer
in
bytes
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
T_UInt32_Buffer_Max
.
impl
;
END
T_UInt32_Buffer_Max
.
impl
;
...
@@ -493,7 +436,6 @@ SUBCOMPONENTS
...
@@ -493,7 +436,6 @@ SUBCOMPONENTS
Length
:
data
Base_Types
::
Unsigned_32
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
Data_Model
::
Data_Representation
=>
Struct
;
Source_Data_Size
=>
24
Bytes
;
--
Size
of
the
buffer
in
bytes
END
T_UInt32_Buffer
.
impl
;
END
T_UInt32_Buffer
.
impl
;
DATA
T_UInt8
DATA
T_UInt8
...
@@ -503,9 +445,6 @@ PROPERTIES
...
@@ -503,9 +445,6 @@ PROPERTIES
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Language
=>
(
ASN1
);
Source_Language
=>
(
ASN1
);
--
Size
of
a
buffer
to
cover
all
forms
of
message
representation
:
--
Real
message
size
is
8
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
8
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"T-UInt8"
;
Type_Source_Name
=>
"T-UInt8"
;
TASTE
::
Position_In_File
=>
[
line
=>
12
;
column
=>
1
;
];
TASTE
::
Position_In_File
=>
[
line
=>
12
;
column
=>
1
;
];
...
@@ -523,8 +462,6 @@ DATA IMPLEMENTATION T_UInt8_Buffer_Max.impl
...
@@ -523,8 +462,6 @@ DATA IMPLEMENTATION T_UInt8_Buffer_Max.impl
--
Buffer
to
hold
a
marshalled
data
of
type
T_UInt8
--
Buffer
to
hold
a
marshalled
data
of
type
T_UInt8
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Source_Data_Size
=>
8
Bytes
;
--
Size
of
the
buffer
in
bytes
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
T_UInt8_Buffer_Max
.
impl
;
END
T_UInt8_Buffer_Max
.
impl
;
...
@@ -538,7 +475,6 @@ SUBCOMPONENTS
...
@@ -538,7 +475,6 @@ SUBCOMPONENTS
Length
:
data
Base_Types
::
Unsigned_32
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
Data_Model
::
Data_Representation
=>
Struct
;
Source_Data_Size
=>
24
Bytes
;
--
Size
of
the
buffer
in
bytes
END
T_UInt8_Buffer
.
impl
;
END
T_UInt8_Buffer
.
impl
;
SYSTEM
Taste_DataView
SYSTEM
Taste_DataView
...
...
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