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
0ca3064f
Commit
0ca3064f
authored
Oct 17, 2017
by
Thanassis Tsiodras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure the MicroPython projects build everywhere.
parent
637e2358
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3 additions
and
378 deletions
+3
-378
Demo_checkSMP/__iv_1_3.aadl
Demo_checkSMP/__iv_1_3.aadl
+0
-245
Demo_checkSMP/interfaceview.pro
Demo_checkSMP/interfaceview.pro
+0
-133
Demo_uPy_TypesPI/user_init_pre.sh
Demo_uPy_TypesPI/user_init_pre.sh
+1
-0
Demo_uPy_TypesRI/user_init_pre.sh
Demo_uPy_TypesRI/user_init_pre.sh
+1
-0
Demo_uPy_WithC/user_init_pre.sh
Demo_uPy_WithC/user_init_pre.sh
+1
-0
No files found.
Demo_checkSMP/__iv_1_3.aadl
deleted
100644 → 0
View file @
637e2358
---------------------------------------------------
-- AADL2.1
-- TASTE type interfaceview
--
-- generated code: do not edit
---------------------------------------------------
PACKAGE interfaceview::FV::Function1
PUBLIC
WITH Taste;
WITH DataView;
WITH TASTE_IV_Properties;
SUBPROGRAM PI_pulse
PROPERTIES
Taste::Associated_Queue_Size => 1;
END PI_pulse;
SUBPROGRAM IMPLEMENTATION PI_pulse.others
PROPERTIES
Compute_Execution_Time => 0 ms .. 0 ms;
END PI_pulse.others;
SUBPROGRAM RI_op1
END RI_op1;
SUBPROGRAM IMPLEMENTATION RI_op1.others
END RI_op1.others;
SUBPROGRAM RI_op2
END RI_op2;
SUBPROGRAM IMPLEMENTATION RI_op2.others
END RI_op2.others;
SUBPROGRAM RI_op3
END RI_op3;
SUBPROGRAM IMPLEMENTATION RI_op3.others
END RI_op3.others;
END interfaceview::FV::Function1;
PACKAGE interfaceview::FV::Function2
PUBLIC
WITH Taste;
WITH DataView;
WITH TASTE_IV_Properties;
SUBPROGRAM PI_op1
PROPERTIES
Taste::Associated_Queue_Size => 1;
END PI_op1;
SUBPROGRAM IMPLEMENTATION PI_op1.others
PROPERTIES
Compute_Execution_Time => 0 ms .. 0 ms;
END PI_op1.others;
END interfaceview::FV::Function2;
PACKAGE interfaceview::FV::Function3
PUBLIC
WITH Taste;
WITH DataView;
WITH TASTE_IV_Properties;
SUBPROGRAM PI_op2
PROPERTIES
Taste::Associated_Queue_Size => 1;
END PI_op2;
SUBPROGRAM IMPLEMENTATION PI_op2.others
PROPERTIES
Compute_Execution_Time => 0 ms .. 0 ms;
END PI_op2.others;
END interfaceview::FV::Function3;
PACKAGE interfaceview::FV::Function4
PUBLIC
WITH Taste;
WITH DataView;
WITH TASTE_IV_Properties;
SUBPROGRAM PI_op3
PROPERTIES
Taste::Associated_Queue_Size => 1;
END PI_op3;
SUBPROGRAM IMPLEMENTATION PI_op3.others
PROPERTIES
Compute_Execution_Time => 0 ms .. 0 ms;
END PI_op3.others;
END interfaceview::FV::Function4;
PACKAGE interfaceview::IV
PUBLIC
WITH interfaceview::FV::Function2;
WITH interfaceview::FV::Function3;
WITH interfaceview::FV::Function4;
WITH interfaceview::FV::Function1;
WITH Taste;
WITH DataView;
WITH TASTE_IV_Properties;
SYSTEM Function1
FEATURES
PI_pulse : PROVIDES SUBPROGRAM ACCESS interfaceview::FV::Function1::PI_pulse.others {
Taste::coordinates => "86904 27794";
Taste::RCMoperationKind => cyclic;
Taste::RCMperiod => 1000000 ms;
Taste::Deadline => 0 ms;
Taste::InterfaceName => "pulse";
};
RI_op1 : REQUIRES SUBPROGRAM ACCESS interfaceview::FV::Function2::PI_op1.others {
Taste::coordinates => "99620 45959";
Taste::RCMoperationKind => any;
Taste::InterfaceName => "op1";
Taste::labelInheritance => "true";
};
RI_op2 : REQUIRES SUBPROGRAM ACCESS interfaceview::FV::Function3::PI_op2.others {
Taste::coordinates => "99620 53225";
Taste::RCMoperationKind => any;
Taste::InterfaceName => "op2";
Taste::labelInheritance => "true";
};
RI_op3 : REQUIRES SUBPROGRAM ACCESS interfaceview::FV::Function4::PI_op3.others {
Taste::coordinates => "99620 60491";
Taste::RCMoperationKind => any;
Taste::InterfaceName => "op3";
Taste::labelInheritance => "true";
};
PROPERTIES
Source_Language => (C);
Taste::Active_Interfaces => any;
END Function1;
SYSTEM IMPLEMENTATION Function1.others
SUBCOMPONENTS
pulse_impl : SUBPROGRAM interfaceview::FV::Function1::PI_pulse.others;
CONNECTIONS
OpToPICnx_pulse_impl : SUBPROGRAM ACCESS pulse_impl -> PI_pulse;
END Function1.others;
SYSTEM Function2
FEATURES
PI_op1 : PROVIDES SUBPROGRAM ACCESS interfaceview::FV::Function2::PI_op1.others {
Taste::coordinates => "165378 30337";
Taste::RCMoperationKind => sporadic;
Taste::RCMperiod => 0 ms;
Taste::Deadline => 0 ms;
Taste::InterfaceName => "op1";
};
PROPERTIES
Source_Language => (C);
Taste::Active_Interfaces => any;
END Function2;
SYSTEM IMPLEMENTATION Function2.others
SUBCOMPONENTS
op1_impl : SUBPROGRAM interfaceview::FV::Function2::PI_op1.others;
CONNECTIONS
OpToPICnx_op1_impl : SUBPROGRAM ACCESS op1_impl -> PI_op1;
END Function2.others;
SYSTEM Function3
FEATURES
PI_op2 : PROVIDES SUBPROGRAM ACCESS interfaceview::FV::Function3::PI_op2.others {
Taste::coordinates => "164651 80836";
Taste::RCMoperationKind => sporadic;
Taste::RCMperiod => 0 ms;
Taste::Deadline => 0 ms;
Taste::InterfaceName => "op2";
};
PROPERTIES
Source_Language => (C);
Taste::Active_Interfaces => any;
END Function3;
SYSTEM IMPLEMENTATION Function3.others
SUBCOMPONENTS
op2_impl : SUBPROGRAM interfaceview::FV::Function3::PI_op2.others;
CONNECTIONS
OpToPICnx_op2_impl : SUBPROGRAM ACCESS op2_impl -> PI_op2;
END Function3.others;
SYSTEM Function4
FEATURES
PI_op3 : PROVIDES SUBPROGRAM ACCESS interfaceview::FV::Function4::PI_op3.others {
Taste::coordinates => "163075 158013";
Taste::RCMoperationKind => sporadic;
Taste::RCMperiod => 0 ms;
Taste::Deadline => 0 ms;
Taste::InterfaceName => "op3";
};
PROPERTIES
Source_Language => (C);
Taste::Active_Interfaces => any;
END Function4;
SYSTEM IMPLEMENTATION Function4.others
SUBCOMPONENTS
op3_impl : SUBPROGRAM interfaceview::FV::Function4::PI_op3.others;
CONNECTIONS
OpToPICnx_op3_impl : SUBPROGRAM ACCESS op3_impl -> PI_op3;
END Function4.others;
SYSTEM interfaceview
END interfaceview;
SYSTEM IMPLEMENTATION interfaceview.others
SUBCOMPONENTS
Function1 : SYSTEM interfaceview::IV::Function1.others {
Taste::coordinates => "54207 27794 99620 75023";
};
Function2 : SYSTEM interfaceview::IV::Function2.others {
Taste::coordinates => "165378 17258 245668 63034";
};
Function3 : SYSTEM interfaceview::IV::Function3.others {
Taste::coordinates => "164651 77203 246394 120073";
};
Function4 : SYSTEM interfaceview::IV::Function4.others {
Taste::coordinates => "163075 136941 254264 180538";
};
CONNECTIONS
Function2_PI_op1_Function1_RI_op1 : SUBPROGRAM ACCESS Function2.PI_op1 -> Function1.RI_op1 {
Taste::coordinates => "99620 45959 132499 45959 132499 30337 165378 30337";
};
Function3_PI_op2_Function1_RI_op2 : SUBPROGRAM ACCESS Function3.PI_op2 -> Function1.RI_op2 {
Taste::coordinates => "99620 53225 132135 53225 132135 80836 164651 80836";
};
Function4_PI_op3_Function1_RI_op3 : SUBPROGRAM ACCESS Function4.PI_op3 -> Function1.RI_op3 {
Taste::coordinates => "99620 60491 131347 60491 131347 158013 163075 158013";
};
END interfaceview.others;
PROPERTIES
Taste::dataView => ("DataView");
Taste::dataViewPath => ("DataView.aadl");
Taste::coordinates => "0 0 297000 210000";
Taste::version => "1.3";
END interfaceview::IV;
Demo_checkSMP/interfaceview.pro
deleted
100644 → 0
View file @
637e2358
isComponentType
(
'interfaceview::FV::Function1'
,
'PUBLIC'
,
'PI_pulse'
,
'SUBPROGRAM'
,
'NIL'
,
''
).
isComponentImplementation
(
'interfaceview::FV::Function1'
,
'PUBLIC'
,
'PI_pulse'
,
'others'
,
'SUBPROGRAM'
,
'NIL'
,
'others'
,
''
).
isFeature
(
'ACCESS'
,
'interfaceview::IV'
,
'Function1'
,
'PI_pulse'
,
'PROVIDES'
,
'SUBPROGRAM'
,
'interfaceview::FV::Function1::PI_pulse.others'
,
'NIL'
,
'NIL'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::FV::Function1'
,
'PI_pulse'
,
'NIL'
,
'NIL'
,
'Taste::Associated_Queue_Size'
,
'1'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'PI_pulse'
,
'Taste::coordinates'
,
'"86904 27794"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'PI_pulse'
,
'Taste::RCMoperationKind'
,
'cyclic'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'PI_pulse'
,
'Taste::RCMperiod'
,
'1000000 ms'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'PI_pulse'
,
'Taste::Deadline'
,
'0 ms'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'PI_pulse'
,
'Taste::InterfaceName'
,
'"pulse"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::FV::Function1'
,
'PI_pulse'
,
'others'
,
'NIL'
,
'Compute_Execution_Time'
,
'0 ms .. 0 ms'
,
''
).
isSubcomponent
(
'interfaceview::IV'
,
'Function1'
,
'others'
,
'pulse_impl'
,
'SUBPROGRAM'
,
'interfaceview::FV::Function1::PI_pulse.others'
,
'NIL'
,
'NIL'
,
''
).
isConnection
(
'SUBPROGRAM ACCESS'
,
'interfaceview::IV'
,
'Function1'
,
'others'
,
'OpToPICnx_pulse_impl'
,
'pulse_impl'
,
'->'
,
'PI_pulse'
,
'NIL'
,
''
).
isConnection
(
'SUBPROGRAM ACCESS'
,
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function2_PI_op1_Function1_RI_op1'
,
'Function2.PI_op1'
,
'->'
,
'Function1.RI_op1'
,
'NIL'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function2_PI_op1_Function1_RI_op1'
,
'Taste::coordinates'
,
'"99620 45959 132499 45959 132499 30337 165378 30337"'
,
''
).
isComponentType
(
'interfaceview::FV::Function1'
,
'PUBLIC'
,
'RI_op1'
,
'SUBPROGRAM'
,
'NIL'
,
''
).
isComponentImplementation
(
'interfaceview::FV::Function1'
,
'PUBLIC'
,
'RI_op1'
,
'others'
,
'SUBPROGRAM'
,
'NIL'
,
'others'
,
''
).
isImportDeclaration
(
'interfaceview::IV'
,
'PUBLIC'
,
'interfaceview::FV::Function2'
,
''
).
isFeature
(
'ACCESS'
,
'interfaceview::IV'
,
'Function1'
,
'RI_op1'
,
'REQUIRES'
,
'SUBPROGRAM'
,
'interfaceview::FV::Function2::PI_op1.others'
,
'NIL'
,
'NIL'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'RI_op1'
,
'Taste::coordinates'
,
'"99620 45959"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'RI_op1'
,
'Taste::RCMoperationKind'
,
'any'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'RI_op1'
,
'Taste::InterfaceName'
,
'"op1"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'RI_op1'
,
'Taste::labelInheritance'
,
'"true"'
,
''
).
isConnection
(
'SUBPROGRAM ACCESS'
,
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function3_PI_op2_Function1_RI_op2'
,
'Function3.PI_op2'
,
'->'
,
'Function1.RI_op2'
,
'NIL'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function3_PI_op2_Function1_RI_op2'
,
'Taste::coordinates'
,
'"99620 53225 132135 53225 132135 80836 164651 80836"'
,
''
).
isComponentType
(
'interfaceview::FV::Function1'
,
'PUBLIC'
,
'RI_op2'
,
'SUBPROGRAM'
,
'NIL'
,
''
).
isComponentImplementation
(
'interfaceview::FV::Function1'
,
'PUBLIC'
,
'RI_op2'
,
'others'
,
'SUBPROGRAM'
,
'NIL'
,
'others'
,
''
).
isImportDeclaration
(
'interfaceview::IV'
,
'PUBLIC'
,
'interfaceview::FV::Function3'
,
''
).
isFeature
(
'ACCESS'
,
'interfaceview::IV'
,
'Function1'
,
'RI_op2'
,
'REQUIRES'
,
'SUBPROGRAM'
,
'interfaceview::FV::Function3::PI_op2.others'
,
'NIL'
,
'NIL'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'RI_op2'
,
'Taste::coordinates'
,
'"99620 53225"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'RI_op2'
,
'Taste::RCMoperationKind'
,
'any'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'RI_op2'
,
'Taste::InterfaceName'
,
'"op2"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'RI_op2'
,
'Taste::labelInheritance'
,
'"true"'
,
''
).
isConnection
(
'SUBPROGRAM ACCESS'
,
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function4_PI_op3_Function1_RI_op3'
,
'Function4.PI_op3'
,
'->'
,
'Function1.RI_op3'
,
'NIL'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function4_PI_op3_Function1_RI_op3'
,
'Taste::coordinates'
,
'"99620 60491 131347 60491 131347 158013 163075 158013"'
,
''
).
isComponentType
(
'interfaceview::FV::Function1'
,
'PUBLIC'
,
'RI_op3'
,
'SUBPROGRAM'
,
'NIL'
,
''
).
isComponentImplementation
(
'interfaceview::FV::Function1'
,
'PUBLIC'
,
'RI_op3'
,
'others'
,
'SUBPROGRAM'
,
'NIL'
,
'others'
,
''
).
isImportDeclaration
(
'interfaceview::IV'
,
'PUBLIC'
,
'interfaceview::FV::Function4'
,
''
).
isFeature
(
'ACCESS'
,
'interfaceview::IV'
,
'Function1'
,
'RI_op3'
,
'REQUIRES'
,
'SUBPROGRAM'
,
'interfaceview::FV::Function4::PI_op3.others'
,
'NIL'
,
'NIL'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'RI_op3'
,
'Taste::coordinates'
,
'"99620 60491"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'RI_op3'
,
'Taste::RCMoperationKind'
,
'any'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'RI_op3'
,
'Taste::InterfaceName'
,
'"op3"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'RI_op3'
,
'Taste::labelInheritance'
,
'"true"'
,
''
).
isPackage
(
'interfaceview::FV::Function1'
,
'PUBLIC'
,
''
).
isComponentType
(
'interfaceview::IV'
,
'PUBLIC'
,
'Function1'
,
'SYSTEM'
,
'NIL'
,
''
).
isComponentImplementation
(
'interfaceview::IV'
,
'PUBLIC'
,
'Function1'
,
'others'
,
'SYSTEM'
,
'NIL'
,
'others'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'NIL'
,
'Source_Language'
,
'(C)'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function1'
,
'NIL'
,
'NIL'
,
'Taste::Active_Interfaces'
,
'any'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function1'
,
'Taste::coordinates'
,
'"54207 27794 99620 75023"'
,
''
).
isSubcomponent
(
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function1'
,
'SYSTEM'
,
'interfaceview::IV::Function1.others'
,
'NIL'
,
'NIL'
,
''
).
isImportDeclaration
(
'interfaceview::IV'
,
'PUBLIC'
,
'interfaceview::FV::Function1'
,
''
).
isImportDeclaration
(
'interfaceview::IV'
,
'PUBLIC'
,
'Taste'
,
''
).
isImportDeclaration
(
'interfaceview::FV::Function1'
,
'PUBLIC'
,
'Taste'
,
''
).
isImportDeclaration
(
'interfaceview::IV'
,
'PUBLIC'
,
'DataView'
,
''
).
isImportDeclaration
(
'interfaceview::FV::Function1'
,
'PUBLIC'
,
'DataView'
,
''
).
isImportDeclaration
(
'interfaceview::FV::Function1'
,
'PUBLIC'
,
'TASTE_IV_Properties'
,
''
).
isImportDeclaration
(
'interfaceview::IV'
,
'PUBLIC'
,
'TASTE_IV_Properties'
,
''
).
isComponentType
(
'interfaceview::FV::Function2'
,
'PUBLIC'
,
'PI_op1'
,
'SUBPROGRAM'
,
'NIL'
,
''
).
isComponentImplementation
(
'interfaceview::FV::Function2'
,
'PUBLIC'
,
'PI_op1'
,
'others'
,
'SUBPROGRAM'
,
'NIL'
,
'others'
,
''
).
isFeature
(
'ACCESS'
,
'interfaceview::IV'
,
'Function2'
,
'PI_op1'
,
'PROVIDES'
,
'SUBPROGRAM'
,
'interfaceview::FV::Function2::PI_op1.others'
,
'NIL'
,
'NIL'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::FV::Function2'
,
'PI_op1'
,
'NIL'
,
'NIL'
,
'Taste::Associated_Queue_Size'
,
'1'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function2'
,
'NIL'
,
'PI_op1'
,
'Taste::coordinates'
,
'"165378 30337"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function2'
,
'NIL'
,
'PI_op1'
,
'Taste::RCMoperationKind'
,
'sporadic'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function2'
,
'NIL'
,
'PI_op1'
,
'Taste::RCMperiod'
,
'0 ms'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function2'
,
'NIL'
,
'PI_op1'
,
'Taste::Deadline'
,
'0 ms'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function2'
,
'NIL'
,
'PI_op1'
,
'Taste::InterfaceName'
,
'"op1"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::FV::Function2'
,
'PI_op1'
,
'others'
,
'NIL'
,
'Compute_Execution_Time'
,
'0 ms .. 0 ms'
,
''
).
isSubcomponent
(
'interfaceview::IV'
,
'Function2'
,
'others'
,
'op1_impl'
,
'SUBPROGRAM'
,
'interfaceview::FV::Function2::PI_op1.others'
,
'NIL'
,
'NIL'
,
''
).
isConnection
(
'SUBPROGRAM ACCESS'
,
'interfaceview::IV'
,
'Function2'
,
'others'
,
'OpToPICnx_op1_impl'
,
'op1_impl'
,
'->'
,
'PI_op1'
,
'NIL'
,
''
).
isPackage
(
'interfaceview::FV::Function2'
,
'PUBLIC'
,
''
).
isComponentType
(
'interfaceview::IV'
,
'PUBLIC'
,
'Function2'
,
'SYSTEM'
,
'NIL'
,
''
).
isComponentImplementation
(
'interfaceview::IV'
,
'PUBLIC'
,
'Function2'
,
'others'
,
'SYSTEM'
,
'NIL'
,
'others'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function2'
,
'NIL'
,
'NIL'
,
'Source_Language'
,
'(C)'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function2'
,
'NIL'
,
'NIL'
,
'Taste::Active_Interfaces'
,
'any'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function2'
,
'Taste::coordinates'
,
'"165378 17258 245668 63034"'
,
''
).
isSubcomponent
(
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function2'
,
'SYSTEM'
,
'interfaceview::IV::Function2.others'
,
'NIL'
,
'NIL'
,
''
).
isImportDeclaration
(
'interfaceview::FV::Function2'
,
'PUBLIC'
,
'Taste'
,
''
).
isImportDeclaration
(
'interfaceview::FV::Function2'
,
'PUBLIC'
,
'DataView'
,
''
).
isImportDeclaration
(
'interfaceview::FV::Function2'
,
'PUBLIC'
,
'TASTE_IV_Properties'
,
''
).
isComponentType
(
'interfaceview::FV::Function3'
,
'PUBLIC'
,
'PI_op2'
,
'SUBPROGRAM'
,
'NIL'
,
''
).
isComponentImplementation
(
'interfaceview::FV::Function3'
,
'PUBLIC'
,
'PI_op2'
,
'others'
,
'SUBPROGRAM'
,
'NIL'
,
'others'
,
''
).
isFeature
(
'ACCESS'
,
'interfaceview::IV'
,
'Function3'
,
'PI_op2'
,
'PROVIDES'
,
'SUBPROGRAM'
,
'interfaceview::FV::Function3::PI_op2.others'
,
'NIL'
,
'NIL'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::FV::Function3'
,
'PI_op2'
,
'NIL'
,
'NIL'
,
'Taste::Associated_Queue_Size'
,
'1'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function3'
,
'NIL'
,
'PI_op2'
,
'Taste::coordinates'
,
'"164651 80836"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function3'
,
'NIL'
,
'PI_op2'
,
'Taste::RCMoperationKind'
,
'sporadic'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function3'
,
'NIL'
,
'PI_op2'
,
'Taste::RCMperiod'
,
'0 ms'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function3'
,
'NIL'
,
'PI_op2'
,
'Taste::Deadline'
,
'0 ms'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function3'
,
'NIL'
,
'PI_op2'
,
'Taste::InterfaceName'
,
'"op2"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::FV::Function3'
,
'PI_op2'
,
'others'
,
'NIL'
,
'Compute_Execution_Time'
,
'0 ms .. 0 ms'
,
''
).
isSubcomponent
(
'interfaceview::IV'
,
'Function3'
,
'others'
,
'op2_impl'
,
'SUBPROGRAM'
,
'interfaceview::FV::Function3::PI_op2.others'
,
'NIL'
,
'NIL'
,
''
).
isConnection
(
'SUBPROGRAM ACCESS'
,
'interfaceview::IV'
,
'Function3'
,
'others'
,
'OpToPICnx_op2_impl'
,
'op2_impl'
,
'->'
,
'PI_op2'
,
'NIL'
,
''
).
isPackage
(
'interfaceview::FV::Function3'
,
'PUBLIC'
,
''
).
isComponentType
(
'interfaceview::IV'
,
'PUBLIC'
,
'Function3'
,
'SYSTEM'
,
'NIL'
,
''
).
isComponentImplementation
(
'interfaceview::IV'
,
'PUBLIC'
,
'Function3'
,
'others'
,
'SYSTEM'
,
'NIL'
,
'others'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function3'
,
'NIL'
,
'NIL'
,
'Source_Language'
,
'(C)'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function3'
,
'NIL'
,
'NIL'
,
'Taste::Active_Interfaces'
,
'any'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function3'
,
'Taste::coordinates'
,
'"164651 77203 246394 120073"'
,
''
).
isSubcomponent
(
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function3'
,
'SYSTEM'
,
'interfaceview::IV::Function3.others'
,
'NIL'
,
'NIL'
,
''
).
isImportDeclaration
(
'interfaceview::FV::Function3'
,
'PUBLIC'
,
'Taste'
,
''
).
isImportDeclaration
(
'interfaceview::FV::Function3'
,
'PUBLIC'
,
'DataView'
,
''
).
isImportDeclaration
(
'interfaceview::FV::Function3'
,
'PUBLIC'
,
'TASTE_IV_Properties'
,
''
).
isComponentType
(
'interfaceview::FV::Function4'
,
'PUBLIC'
,
'PI_op3'
,
'SUBPROGRAM'
,
'NIL'
,
''
).
isComponentImplementation
(
'interfaceview::FV::Function4'
,
'PUBLIC'
,
'PI_op3'
,
'others'
,
'SUBPROGRAM'
,
'NIL'
,
'others'
,
''
).
isFeature
(
'ACCESS'
,
'interfaceview::IV'
,
'Function4'
,
'PI_op3'
,
'PROVIDES'
,
'SUBPROGRAM'
,
'interfaceview::FV::Function4::PI_op3.others'
,
'NIL'
,
'NIL'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::FV::Function4'
,
'PI_op3'
,
'NIL'
,
'NIL'
,
'Taste::Associated_Queue_Size'
,
'1'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function4'
,
'NIL'
,
'PI_op3'
,
'Taste::coordinates'
,
'"163075 158013"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function4'
,
'NIL'
,
'PI_op3'
,
'Taste::RCMoperationKind'
,
'sporadic'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function4'
,
'NIL'
,
'PI_op3'
,
'Taste::RCMperiod'
,
'0 ms'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function4'
,
'NIL'
,
'PI_op3'
,
'Taste::Deadline'
,
'0 ms'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function4'
,
'NIL'
,
'PI_op3'
,
'Taste::InterfaceName'
,
'"op3"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::FV::Function4'
,
'PI_op3'
,
'others'
,
'NIL'
,
'Compute_Execution_Time'
,
'0 ms .. 0 ms'
,
''
).
isSubcomponent
(
'interfaceview::IV'
,
'Function4'
,
'others'
,
'op3_impl'
,
'SUBPROGRAM'
,
'interfaceview::FV::Function4::PI_op3.others'
,
'NIL'
,
'NIL'
,
''
).
isConnection
(
'SUBPROGRAM ACCESS'
,
'interfaceview::IV'
,
'Function4'
,
'others'
,
'OpToPICnx_op3_impl'
,
'op3_impl'
,
'->'
,
'PI_op3'
,
'NIL'
,
''
).
isPackage
(
'interfaceview::FV::Function4'
,
'PUBLIC'
,
''
).
isComponentType
(
'interfaceview::IV'
,
'PUBLIC'
,
'Function4'
,
'SYSTEM'
,
'NIL'
,
''
).
isComponentImplementation
(
'interfaceview::IV'
,
'PUBLIC'
,
'Function4'
,
'others'
,
'SYSTEM'
,
'NIL'
,
'others'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function4'
,
'NIL'
,
'NIL'
,
'Source_Language'
,
'(C)'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'Function4'
,
'NIL'
,
'NIL'
,
'Taste::Active_Interfaces'
,
'any'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function4'
,
'Taste::coordinates'
,
'"163075 136941 254264 180538"'
,
''
).
isSubcomponent
(
'interfaceview::IV'
,
'interfaceview'
,
'others'
,
'Function4'
,
'SYSTEM'
,
'interfaceview::IV::Function4.others'
,
'NIL'
,
'NIL'
,
''
).
isImportDeclaration
(
'interfaceview::FV::Function4'
,
'PUBLIC'
,
'Taste'
,
''
).
isImportDeclaration
(
'interfaceview::FV::Function4'
,
'PUBLIC'
,
'DataView'
,
''
).
isImportDeclaration
(
'interfaceview::FV::Function4'
,
'PUBLIC'
,
'TASTE_IV_Properties'
,
''
).
isProperty
(
'_'
,
'_'
,
'_'
,
'_'
,
'_'
,
'_'
,
'LMP::Unparser_ID_Case'
,
'AsIs'
,
''
).
isProperty
(
'_'
,
'_'
,
'_'
,
'_'
,
'_'
,
'_'
,
'LMP::Unparser_Insert_Header'
,
'Yes'
,
''
).
isPackage
(
'interfaceview::IV'
,
'PUBLIC'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'NIL'
,
'NIL'
,
'NIL'
,
'Taste::dataView'
,
'("DataView")'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'NIL'
,
'NIL'
,
'NIL'
,
'Taste::dataViewPath'
,
'("DataView.aadl")'
,
''
).
isVersion
(
'AADL2.1'
,
'TASTE type interfaceview'
,
''
,
'generated code: do not edit'
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'NIL'
,
'NIL'
,
'NIL'
,
'Taste::coordinates'
,
'"0 0 297000 210000"'
,
''
).
isProperty
(
'NIL'
,
'=>'
,
'interfaceview::IV'
,
'NIL'
,
'NIL'
,
'NIL'
,
'Taste::version'
,
'"1.3"'
,
''
).
isComponentType
(
'interfaceview::IV'
,
'PUBLIC'
,
'interfaceview'
,
'SYSTEM'
,
'NIL'
,
''
).
isComponentImplementation
(
'interfaceview::IV'
,
'PUBLIC'
,
'interfaceview'
,
'others'
,
'SYSTEM'
,
'NIL'
,
'others'
,
''
).
Demo_uPy_TypesPI/user_init_pre.sh
0 → 100644
View file @
0ca3064f
taste-update-data-view
Demo_uPy_TypesRI/user_init_pre.sh
0 → 100644
View file @
0ca3064f
taste-update-data-view
Demo_uPy_WithC/user_init_pre.sh
0 → 100644
View file @
0ca3064f
taste-update-data-view
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