From c0861feadfbe5a79702b7088a95bd4c2a7ce2021 Mon Sep 17 00:00:00 2001 From: Thanassis Tsiodras Date: Wed, 20 Jun 2018 14:38:02 +0200 Subject: [PATCH] Updated timings. --- Demo_CPP/InterfaceView.aadl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Demo_CPP/InterfaceView.aadl b/Demo_CPP/InterfaceView.aadl index 17489ec..1906ef3 100644 --- a/Demo_CPP/InterfaceView.aadl +++ b/Demo_CPP/InterfaceView.aadl @@ -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 -- GitLab