Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taps
Commits
697a3e01
Commit
697a3e01
authored
Jul 25, 2017
by
TASTE User
Browse files
add tm[1,10]
parent
97d8689b
Changes
3
Hide whitespace changes
Inline
Side-by-side
DataView.aadl
View file @
697a3e01
...
...
@@ -40,86 +40,87 @@ data Stream_Element_Buffer
properties
Data_Model
::
Data_Representation
=>
Character
;
end
Stream_Element_Buffer
;
DATA
CPDU_output_line_ID
DATA
MySeqOf
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"/home/taste/taps/DataView.asn"
);
TASTE
::
EncodingDefinitionFile
=>
classifier
(
DataView
::
ACN_DataView
);
TASTE
::
Ada_Package_Name
=>
"T
aps
"
;
Deployment
::
ASN1_Module_Name
=>
"T
aps
"
;
TASTE
::
Ada_Package_Name
=>
"T
ASTE_Dataview
"
;
Deployment
::
ASN1_Module_Name
=>
"T
ASTE-Dataview
"
;
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
:
Type_Source_Name
=>
"
CPDU-output-line-ID
"
;
Type_Source_Name
=>
"
MySeqOf
"
;
--
what
kind
of
type
is
this
?
TASTE
::
ASN1_Basic_Type
=>
a
INTEGER
;
END
CPDU_output_line_ID
;
TASTE
::
ASN1_Basic_Type
=>
a
SEQUENCEOF
;
END
MySeqOf
;
DATA
CPDU_output_line_ID
_Buffer_Max
END
CPDU_output_line_ID
_Buffer_Max
;
DATA
MySeqOf
_Buffer_Max
END
MySeqOf
_Buffer_Max
;
DATA
IMPLEMENTATION
CPDU_output_line_ID
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
CPDU_output_line_ID
DATA
IMPLEMENTATION
MySeqOf
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
MySeqOf
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
CPDU_output_line_ID
_Buffer_Max
.
impl
;
END
MySeqOf
_Buffer_Max
.
impl
;
DATA
CPDU_output_line_ID
_Buffer
END
CPDU_output_line_ID
_Buffer
;
DATA
MySeqOf
_Buffer
END
MySeqOf
_Buffer
;
DATA
IMPLEMENTATION
CPDU_output_line_ID
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
CPDU_output_line_ID
DATA
IMPLEMENTATION
MySeqOf
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
MySeqOf
SUBCOMPONENTS
Buffer
:
data
CPDU_output_line_ID
_Buffer_Max
.
impl
;
Buffer
:
data
MySeqOf
_Buffer_Max
.
impl
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
END
CPDU_output_line_ID
_Buffer
.
impl
;
END
MySeqOf
_Buffer
.
impl
;
DATA
T
_UInt8
DATA
T
YPE8b_ID
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"/home/taste/tool-inst/share/taste-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Text
=>
(
"/home/taste/taps/DataView.asn"
);
TASTE
::
EncodingDefinitionFile
=>
classifier
(
DataView
::
ACN_DataView
);
TASTE
::
Ada_Package_Name
=>
"Taps"
;
Deployment
::
ASN1_Module_Name
=>
"Taps"
;
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
:
Type_Source_Name
=>
"T
-UInt8
"
;
Type_Source_Name
=>
"T
YPE8b-ID
"
;
--
what
kind
of
type
is
this
?
TASTE
::
ASN1_Basic_Type
=>
aINTEGER
;
END
T
_UInt8
;
END
T
YPE8b_ID
;
DATA
T
_UInt8
_Buffer_Max
END
T
_UInt8
_Buffer_Max
;
DATA
T
YPE8b_ID
_Buffer_Max
END
T
YPE8b_ID
_Buffer_Max
;
DATA
IMPLEMENTATION
T
_UInt8
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
T
_UInt8
DATA
IMPLEMENTATION
T
YPE8b_ID
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
T
YPE8b_ID
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
T
_UInt8
_Buffer_Max
.
impl
;
END
T
YPE8b_ID
_Buffer_Max
.
impl
;
DATA
T
_UInt8
_Buffer
END
T
_UInt8
_Buffer
;
DATA
T
YPE8b_ID
_Buffer
END
T
YPE8b_ID
_Buffer
;
DATA
IMPLEMENTATION
T
_UInt8
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
T
_UInt8
DATA
IMPLEMENTATION
T
YPE8b_ID
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
T
YPE8b_ID
SUBCOMPONENTS
Buffer
:
data
T
_UInt8
_Buffer_Max
.
impl
;
Buffer
:
data
T
YPE8b_ID
_Buffer_Max
.
impl
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
END
T
_UInt8
_Buffer
.
impl
;
END
T
YPE8b_ID
_Buffer
.
impl
;
DATA
AP
User
ID
DATA
APID
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"/home/taste/taps/DataView.asn"
);
...
...
@@ -131,74 +132,75 @@ PROPERTIES
--
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
:
Type_Source_Name
=>
"AP
User
ID"
;
Type_Source_Name
=>
"APID"
;
--
what
kind
of
type
is
this
?
TASTE
::
ASN1_Basic_Type
=>
aENUMERATED
;
END
AP
User
ID
;
END
APID
;
DATA
AP
User
ID_Buffer_Max
END
AP
User
ID_Buffer_Max
;
DATA
APID_Buffer_Max
END
APID_Buffer_Max
;
DATA
IMPLEMENTATION
AP
User
ID_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
AP
User
ID
DATA
IMPLEMENTATION
APID_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
APID
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
AP
User
ID_Buffer_Max
.
impl
;
END
APID_Buffer_Max
.
impl
;
DATA
AP
User
ID_Buffer
END
AP
User
ID_Buffer
;
DATA
APID_Buffer
END
APID_Buffer
;
DATA
IMPLEMENTATION
AP
User
ID_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
AP
User
ID
DATA
IMPLEMENTATION
APID_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
APID
SUBCOMPONENTS
Buffer
:
data
AP
User
ID_Buffer_Max
.
impl
;
Buffer
:
data
APID_Buffer_Max
.
impl
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
END
AP
User
ID_Buffer
.
impl
;
END
APID_Buffer
.
impl
;
DATA
T_Boolean
DATA
MyOctStr
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"/home/taste/tool-inst/share/taste-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
Source_Text
=>
(
"/home/taste/taps/DataView.asn"
);
TASTE
::
EncodingDefinitionFile
=>
classifier
(
DataView
::
ACN_DataView
);
TASTE
::
Ada_Package_Name
=>
"TASTE_Dataview"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Source_Language
=>
ASN1
;
--
Size
of
a
buffer
to
cover
all
forms
of
message
representation
:
--
Real
message
size
is
1
;
suggested
aligned
message
buffer
is
...
--
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
:
Type_Source_Name
=>
"
T-Boolean
"
;
Type_Source_Name
=>
"
MyOctStr
"
;
--
what
kind
of
type
is
this
?
TASTE
::
ASN1_Basic_Type
=>
a
BOOLEAN
;
END
T_Boolean
;
TASTE
::
ASN1_Basic_Type
=>
a
STRING
;
END
MyOctStr
;
DATA
T_Boolean
_Buffer_Max
END
T_Boolean
_Buffer_Max
;
DATA
MyOctStr
_Buffer_Max
END
MyOctStr
_Buffer_Max
;
DATA
IMPLEMENTATION
T_Boolean
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
T_Boolean
DATA
IMPLEMENTATION
MyOctStr
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
MyOctStr
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
T_Boolean
_Buffer_Max
.
impl
;
END
MyOctStr
_Buffer_Max
.
impl
;
DATA
T_Boolean
_Buffer
END
T_Boolean
_Buffer
;
DATA
MyOctStr
_Buffer
END
MyOctStr
_Buffer
;
DATA
IMPLEMENTATION
T_Boolean
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
T_Boolean
DATA
IMPLEMENTATION
MyOctStr
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
MyOctStr
SUBCOMPONENTS
Buffer
:
data
T_Boolean
_Buffer_Max
.
impl
;
Buffer
:
data
MyOctStr
_Buffer_Max
.
impl
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
END
T_Boolean
_Buffer
.
impl
;
END
MyOctStr
_Buffer
.
impl
;
DATA
Test_failureCodes
DATA
MySeq
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"/home/taste/taps/DataView.asn"
);
...
...
@@ -207,78 +209,78 @@ PROPERTIES
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
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
;
--
Real
message
size
is
2
4
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
24
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"
Test-failureCodes
"
;
Type_Source_Name
=>
"
MySeq
"
;
--
what
kind
of
type
is
this
?
TASTE
::
ASN1_Basic_Type
=>
a
ENUMERATED
;
END
Test_failureCodes
;
TASTE
::
ASN1_Basic_Type
=>
a
SEQUENCE
;
END
MySeq
;
DATA
Test_failureCodes
_Buffer_Max
END
Test_failureCodes
_Buffer_Max
;
DATA
MySeq
_Buffer_Max
END
MySeq
_Buffer_Max
;
DATA
IMPLEMENTATION
Test_failureCodes
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
Test_failureCodes
DATA
IMPLEMENTATION
MySeq
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
MySeq
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Data_Model
::
Dimension
=>
(
24
);
--
Size
of
the
buffer
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
Test_failureCodes
_Buffer_Max
.
impl
;
END
MySeq
_Buffer_Max
.
impl
;
DATA
Test_failureCodes
_Buffer
END
Test_failureCodes
_Buffer
;
DATA
MySeq
_Buffer
END
MySeq
_Buffer
;
DATA
IMPLEMENTATION
Test_failureCodes
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
Test_failureCodes
DATA
IMPLEMENTATION
MySeq
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
MySeq
SUBCOMPONENTS
Buffer
:
data
Test_failureCodes
_Buffer_Max
.
impl
;
Buffer
:
data
MySeq
_Buffer_Max
.
impl
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
END
Test_failureCodes
_Buffer
.
impl
;
END
MySeq
_Buffer
.
impl
;
DATA
MyBool
DATA
CPDU_Cmd
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"/home/taste/taps/DataView.asn"
);
TASTE
::
EncodingDefinitionFile
=>
classifier
(
DataView
::
ACN_DataView
);
TASTE
::
Ada_Package_Name
=>
"T
ASTE_Dataview
"
;
Deployment
::
ASN1_Module_Name
=>
"T
ASTE-Dataview
"
;
TASTE
::
Ada_Package_Name
=>
"T
aps
"
;
Deployment
::
ASN1_Module_Name
=>
"T
aps
"
;
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
;
--
Real
message
size
is
216
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
216
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"
MyBool
"
;
Type_Source_Name
=>
"
CPDU-Cmd
"
;
--
what
kind
of
type
is
this
?
TASTE
::
ASN1_Basic_Type
=>
a
BOOLEAN
;
END
MyBool
;
TASTE
::
ASN1_Basic_Type
=>
a
SEQUENCE
;
END
CPDU_Cmd
;
DATA
MyBool
_Buffer_Max
END
MyBool
_Buffer_Max
;
DATA
CPDU_Cmd
_Buffer_Max
END
CPDU_Cmd
_Buffer_Max
;
DATA
IMPLEMENTATION
MyBool
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
MyBool
DATA
IMPLEMENTATION
CPDU_Cmd
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
CPDU_Cmd
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Data_Model
::
Dimension
=>
(
216
);
--
Size
of
the
buffer
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
MyBool
_Buffer_Max
.
impl
;
END
CPDU_Cmd
_Buffer_Max
.
impl
;
DATA
MyBool
_Buffer
END
MyBool
_Buffer
;
DATA
CPDU_Cmd
_Buffer
END
CPDU_Cmd
_Buffer
;
DATA
IMPLEMENTATION
MyBool
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
MyBool
DATA
IMPLEMENTATION
CPDU_Cmd
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
CPDU_Cmd
SUBCOMPONENTS
Buffer
:
data
MyBool
_Buffer_Max
.
impl
;
Buffer
:
data
CPDU_Cmd
_Buffer_Max
.
impl
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
END
MyBool
_Buffer
.
impl
;
END
CPDU_Cmd
_Buffer
.
impl
;
DATA
Pulse_Instr_Instance
DATA
CPDU_output_line_ID
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"/home/taste/taps/DataView.asn"
);
...
...
@@ -287,77 +289,38 @@ PROPERTIES
Deployment
::
ASN1_Module_Name
=>
"Taps"
;
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
;
--
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
:
Type_Source_Name
=>
"
Pulse-Instr-Instance
"
;
Type_Source_Name
=>
"
CPDU-output-line-ID
"
;
--
what
kind
of
type
is
this
?
TASTE
::
ASN1_Basic_Type
=>
a
SEQUENCE
;
END
Pulse_Instr_Instance
;
TASTE
::
ASN1_Basic_Type
=>
a
INTEGER
;
END
CPDU_output_line_ID
;
DATA
Pulse_Instr_Instance
_Buffer_Max
END
Pulse_Instr_Instance
_Buffer_Max
;
DATA
CPDU_output_line_ID
_Buffer_Max
END
CPDU_output_line_ID
_Buffer_Max
;
DATA
IMPLEMENTATION
Pulse_Instr_Instance
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
Pulse_Instr_Instance
DATA
IMPLEMENTATION
CPDU_output_line_ID
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
CPDU_output_line_ID
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
16
);
--
Size
of
the
buffer
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
Pulse_Instr_Instance
_Buffer_Max
.
impl
;
END
CPDU_output_line_ID
_Buffer_Max
.
impl
;
DATA
Pulse_Instr_Instance
_Buffer
END
Pulse_Instr_Instance
_Buffer
;
DATA
CPDU_output_line_ID
_Buffer
END
CPDU_output_line_ID
_Buffer
;
DATA
IMPLEMENTATION
Pulse_Instr_Instance
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
Pulse_Instr_Instance
DATA
IMPLEMENTATION
CPDU_output_line_ID
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
CPDU_output_line_ID
SUBCOMPONENTS
Buffer
:
data
Pulse_Instr_Instance
_Buffer_Max
.
impl
;
Buffer
:
data
CPDU_output_line_ID
_Buffer_Max
.
impl
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
END
Pulse_Instr_Instance
_Buffer
.
impl
;
END
CPDU_output_line_ID
_Buffer
.
impl
;
DATA
T_UInt32
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"/home/taste/tool-inst/share/taste-types/taste-types.asn"
);
TASTE
::
Ada_Package_Name
=>
"TASTE_BasicTypes"
;
Deployment
::
ASN1_Module_Name
=>
"TASTE-BasicTypes"
;
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
:
Type_Source_Name
=>
"T-UInt32"
;
--
what
kind
of
type
is
this
?
TASTE
::
ASN1_Basic_Type
=>
aINTEGER
;
END
T_UInt32
;
DATA
T_UInt32_Buffer_Max
END
T_UInt32_Buffer_Max
;
DATA
IMPLEMENTATION
T_UInt32_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
T_UInt32
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
T_UInt32_Buffer_Max
.
impl
;
DATA
T_UInt32_Buffer
END
T_UInt32_Buffer
;
DATA
IMPLEMENTATION
T_UInt32_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
T_UInt32
SUBCOMPONENTS
Buffer
:
data
T_UInt32_Buffer_Max
.
impl
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
END
T_UInt32_Buffer
.
impl
;
DATA
MyEnum
DATA
MyBool
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"/home/taste/taps/DataView.asn"
);
...
...
@@ -366,36 +329,36 @@ PROPERTIES
Deployment
::
ASN1_Module_Name
=>
"TASTE-Dataview"
;
Source_Language
=>
ASN1
;
--
Size
of
a
buffer
to
cover
all
forms
of
message
representation
:
--
Real
message
size
is
4
;
suggested
aligned
message
buffer
is
...
--
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
:
Type_Source_Name
=>
"My
Enum
"
;
Type_Source_Name
=>
"My
Bool
"
;
--
what
kind
of
type
is
this
?
TASTE
::
ASN1_Basic_Type
=>
a
ENUMERATED
;
END
My
Enum
;
TASTE
::
ASN1_Basic_Type
=>
a
BOOLEAN
;
END
My
Bool
;
DATA
My
Enum
_Buffer_Max
END
My
Enum
_Buffer_Max
;
DATA
My
Bool
_Buffer_Max
END
My
Bool
_Buffer_Max
;
DATA
IMPLEMENTATION
My
Enum
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
My
Enum
DATA
IMPLEMENTATION
My
Bool
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
My
Bool
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
My
Enum
_Buffer_Max
.
impl
;
END
My
Bool
_Buffer_Max
.
impl
;
DATA
My
Enum
_Buffer
END
My
Enum
_Buffer
;
DATA
My
Bool
_Buffer
END
My
Bool
_Buffer
;
DATA
IMPLEMENTATION
My
Enum
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
My
Enum
DATA
IMPLEMENTATION
My
Bool
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
My
Bool
SUBCOMPONENTS
Buffer
:
data
My
Enum
_Buffer_Max
.
impl
;
Buffer
:
data
My
Bool
_Buffer_Max
.
impl
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
END
My
Enum
_Buffer
.
impl
;
END
My
Bool
_Buffer
.
impl
;
DATA
T_Int32
PROPERTIES
...
...
@@ -436,47 +399,47 @@ PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
END
T_Int32_Buffer
.
impl
;
DATA
M
yOctStr
DATA
T
M
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"/home/taste/taps/DataView.asn"
);
TASTE
::
EncodingDefinitionFile
=>
classifier
(
DataView
::
ACN_DataView
);
TASTE
::
Ada_Package_Name
=>
"T
ASTE_Dataview
"
;
Deployment
::
ASN1_Module_Name
=>
"T
ASTE-Dataview
"
;
TASTE
::
Ada_Package_Name
=>
"T
aps
"
;
Deployment
::
ASN1_Module_Name
=>
"T
aps
"
;
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
;
--
Real
message
size
is
96
;
suggested
aligned
message
buffer
is
...
Source_Data_Size
=>
96
Bytes
;
--
name
of
the
corresponding
data
type
in
the
source
file
:
Type_Source_Name
=>
"M
yOctStr
"
;
Type_Source_Name
=>
"
T
M"
;
--
what
kind
of
type
is
this
?
TASTE
::
ASN1_Basic_Type
=>
aS
TRING
;
END
M
yOctStr
;
TASTE
::
ASN1_Basic_Type
=>
aS
EQUENCE
;
END
T
M
;
DATA
M
yOctStr
_Buffer_Max
END
M
yOctStr
_Buffer_Max
;
DATA
T
M_Buffer_Max
END
T
M_Buffer_Max
;
DATA
IMPLEMENTATION
M
yOctStr
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
M
yOctStr
DATA
IMPLEMENTATION
T
M_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
T
M
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Data_Model
::
Dimension
=>
(
96
);
--
Size
of
the
buffer
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
M
yOctStr
_Buffer_Max
.
impl
;
END
T
M_Buffer_Max
.
impl
;
DATA
M
yOctStr
_Buffer
END
M
yOctStr
_Buffer
;
DATA
T
M_Buffer
END
T
M_Buffer
;
DATA
IMPLEMENTATION
M
yOctStr
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
M
yOctStr
DATA
IMPLEMENTATION
T
M_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
T
M
SUBCOMPONENTS
Buffer
:
data
M
yOctStr
_Buffer_Max
.
impl
;
Buffer
:
data
T
M_Buffer_Max
.
impl
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES
Data_Model
::
Data_Representation
=>
Struct
;
END
M
yOctStr
_Buffer
.
impl
;
END
T
M_Buffer
.
impl
;
DATA
CPDU_Ids
DATA
Pulse_Instr_Instance
PROPERTIES
--
name
of
the
ASN
.1
source
file
:
Source_Text
=>
(
"/home/taste/taps/DataView.asn"
);
...
...
@@ -485,198 +448,196 @@ PROPERTIES
Deployment
::
ASN1_Module_Name
=>
"Taps"
;
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
;
--
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
:
Type_Source_Name
=>
"
CPDU-Ids
"
;
Type_Source_Name
=>
"
Pulse-Instr-Instance
"
;
--
what
kind
of
type
is
this
?
TASTE
::
ASN1_Basic_Type
=>
a
ENUMERATED
;
END
CPDU_Ids
;
TASTE
::
ASN1_Basic_Type
=>
a
SEQUENCE
;
END
Pulse_Instr_Instance
;
DATA
CPDU_Ids
_Buffer_Max
END
CPDU_Ids
_Buffer_Max
;
DATA
Pulse_Instr_Instance
_Buffer_Max
END
Pulse_Instr_Instance
_Buffer_Max
;
DATA
IMPLEMENTATION
CPDU_Ids
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
CPDU_Ids
DATA
IMPLEMENTATION
Pulse_Instr_Instance
_Buffer_Max
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
Pulse_Instr_Instance
PROPERTIES
Data_Model
::
Data_Representation
=>
array
;
Data_Model
::
Dimension
=>
(
8
);
--
Size
of
the
buffer
Data_Model
::
Dimension
=>
(
16
);
--
Size
of
the
buffer
Data_Model
::
Base_Type
=>
(
classifier
(
DataView
::
Stream_Element_Buffer
));
END
CPDU_Ids
_Buffer_Max
.
impl
;
END
Pulse_Instr_Instance
_Buffer_Max
.
impl
;
DATA
CPDU_Ids
_Buffer
END
CPDU_Ids
_Buffer
;
DATA
Pulse_Instr_Instance
_Buffer
END
Pulse_Instr_Instance
_Buffer
;
DATA
IMPLEMENTATION
CPDU_Ids
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
CPDU_Ids
DATA
IMPLEMENTATION
Pulse_Instr_Instance
_Buffer
.
impl
--
Buffer
to
hold
a
marshalled
data
of
type
Pulse_Instr_Instance
SUBCOMPONENTS
Buffer
:
data
CPDU_Ids
_Buffer_Max
.
impl
;
Buffer
:
data
Pulse_Instr_Instance
_Buffer_Max
.
impl
;
Length
:
data
Base_Types
::
Unsigned_32
;
PROPERTIES