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
c0861fea
Commit
c0861fea
authored
Jun 20, 2018
by
Thanassis Tsiodras
Browse files
Updated timings.
parent
849dfa0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Demo_CPP/InterfaceView.aadl
View file @
c0861fea
...
...
@@ -38,6 +38,7 @@ FEATURES
PI_pulse : PROVIDES SUBPROGRAM ACCESS interfaceview::IV::Function1::PI_pulse.others {
Taste::coordinates => "111341 56534";
Taste::RCMoperationKind => cyclic;
Taste::RCMperiod => 1000 ms;
Taste::Deadline => 1000 ms;
Taste::InterfaceName => "pulse";
};
...
...
@@ -71,6 +72,8 @@ FEATURES
out1 : OUT PARAMETER DataView::T_Int32 {
Taste::encoding => UPER;
};
PROPERTIES
Taste::Associated_Queue_Size => 1;
END PI_doSomethingInCPP;
SUBPROGRAM IMPLEMENTATION PI_doSomethingInCPP.others
...
...
@@ -83,6 +86,8 @@ FEATURES
PI_doSomethingInCPP : PROVIDES SUBPROGRAM ACCESS interfaceview::IV::Function2::PI_doSomethingInCPP.others {
Taste::coordinates => "151807 77793";
Taste::RCMoperationKind => protected;
Taste::RCMperiod => 0 ms;
Taste::Deadline => 0 ms;
Taste::InterfaceName => "doSomethingInCPP";
};
PROPERTIES
...
...
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