]> rtime.felk.cvut.cz Git - jenkicar/rpp-simulink.git/commitdiff
Add Overrun detection block documentation
authorKarel Kočí <cynerd@email.cz>
Wed, 27 Aug 2014 15:23:54 +0000 (17:23 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 28 Aug 2014 16:47:36 +0000 (18:47 +0200)
In rpp_lib:
Overrun Detection block is renamed from Overrun and its mask is changed
to contain only "Overrun", not full block name.
Help in Overrun Detection block is updated to be same as in documentation.

rpp/blocks/rpp_lib.slx
rpp/blocks/sfunction_ovrn.c

index 548edec2b6814c6427e5f6ac2072d77cba2d1b48..73e596b36cc8cede8f492eb79182230726d99867 100644 (file)
Binary files a/rpp/blocks/rpp_lib.slx and b/rpp/blocks/rpp_lib.slx differ
index 9e25399cc026d1a08a719c037672b45d7aa28c21..2fa464d6adc38c14aecf7dc839e4f0eb93ea2f3f 100644 (file)
  *     <matlabroot>/bin/mex sfunction_ovrn.c
  */
 
+/*
+%YAML 1.2
+---
+Name: Overrun Detection
+Category: Trigger blocks
+Header: No header
+Mnemonic: OVRN
+
+Inputs:
+
+Outputs:
+
+Parameters:
+
+# Description is in Markdown mark-up
+Description: >
+
+  This block triggers connected simulink function subsystems in case that
+  previous loop took more time than simulation time is set.
+
+Status:
+  Tested:
+    - Overun detection.
+    - Compilation.
+  Untested:
+  Not working:
+
+RPP API functions used:
+
+Relevant demos:
+...
+*/
 
 #define S_FUNCTION_NAME sfunction_ovrn
 #include "header.c"