]> rtime.felk.cvut.cz Git - jenkicar/rpp-simulink.git/commit
Update rpp_lib masks by running rpp_update_doc
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 2 Dec 2014 06:43:32 +0000 (07:43 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 3 Dec 2014 16:49:04 +0000 (17:49 +0100)
commit266ba26210e1448780578e26592a4af7e6a1d849
treef5638d3df519e3b12214a52d1bc4c26676595b6a
parentb2461b5ada0ae9c9bc99cc4daf01b44ffbd56ca8
Update rpp_lib masks by running rpp_update_doc

The diff between old and new content, produced by `make diff-doc` is
below:

Processing rpp_lib/Analog Input (AIN)
rpp_lib/Analog Input (AIN): MaskDescription not up-to-date
--- sfunction_ain.MaskDescription.old 2014-12-02 07:42:55.995932632 +0100
+++ sfunction_ain.MaskDescription.new 2014-12-02 07:42:55.995932632 +0100
@@ -1,5 +1,3 @@
-Gets the analog value of the specified analog input pin on the RPP board.
-
-The value is an unsigned 16 bit integer between 0-4095 (12 bit ADC).
-
-If an error is detected while getting the value, the ErrFlag is set high.
\ No newline at end of file
+<p>Gets the analog value of the specified analog input pin on the RPP board.</p>
+<p>The value is an unsigned 16 bit integer between 0–4095 (12 bit ADC).</p>
+<p>If an error is detected while reading the value, the ErrFlag is set high.</p>

rpp_lib/Analog Input (AIN): MaskPromptString not up-to-date
--- sfunction_ain.MaskPromptString.old 2014-12-02 07:42:56.075931344 +0100
+++ sfunction_ain.MaskPromptString.new 2014-12-02 07:42:56.075931344 +0100
@@ -1 +1 @@
-Pin number [1-16]:
\ No newline at end of file
+Pin number [1–16]:
\ No newline at end of file

rpp_lib/Analog Input (AIN): MaskHelp not up-to-date
--- sfunction_ain.MaskHelp.old 2014-12-02 07:42:56.147930187 +0100
+++ sfunction_ain.MaskHelp.new 2014-12-02 07:42:56.147930187 +0100
@@ -1,2 +1 @@
-<p>This block calls the rpp_ain_get() function from the RPP library.</p>
-<p>For more information refer to the HTML RPP library API</p>
\ No newline at end of file
+<p>This block allows to read the analog inputs on the RPP board. The ErrFlag should if raise <code>rpp_adc_update()</code> or <code>rpp_adc_get()</code> returns error. <code>rpp_adc_update()</code> is called just by the first DIN block in the model and thus only the first block could raise the flag because of this. In case an error occurs the return value will always be 0. Because the ErrFlag should never set, once set the following steps will never clear it back.</p>

Processing rpp_lib/CAN Receive
rpp_lib/CAN Receive: MaskType not up-to-date
--- sfunction_canreceive.MaskType.old 2014-12-02 07:42:56.219929021 +0100
+++ sfunction_canreceive.MaskType.new 2014-12-02 07:42:56.219929021 +0100
@@ -1 +1 @@
-RPP CAN bus receive message
\ No newline at end of file
+RPP CAN Receive
\ No newline at end of file

rpp_lib/CAN Receive: MaskDescription not up-to-date
--- sfunction_canreceive.MaskDescription.old 2014-12-02 07:42:56.299927738 +0100
+++ sfunction_canreceive.MaskDescription.new 2014-12-02 07:42:56.299927738 +0100
@@ -1,7 +1,6 @@
 <p>Receive a messages from the CAN bus.</p>
 <p>The output can be a uint8, uint16, uint32 number or CAN_MESSAGE object. CAN Unpack block can be used to unpack the data from CAN_MESSAGE object.</p>
 <p>A Function-call subsystem is triggered every time when a new message has been received.</p>
-<p>When Mixed is selected in the <i>Message type</i>, the block is able to receive both, the mesages with Standard and Extended identifier.<br>
-<b>NOTE:</b> When Mixed is selected, the <i>Message ID</i> and eventualy the <i>Message ID mask</i> have to be shifted by 18 bits to the left.</p>
-<p>If the <i>Message filter</i> is set to Single ID, only the messages with the one identifier specified in <i>Message ID</i> will be accepted by the block. But when ID & mask is selected, all messages with identifier compliant to logical AND of the <i>Message ID</i> and <i>Message ID mask</i> will be accepted.</p>
-<p>Uncheck <i>Automatic mailbox number</i>, if user defined mailbox number is needed.<br>
\ No newline at end of file
+<p>When Mixed is selected in the <em>Message type</em>, the block is able to receive both, the mesages with Standard and Extended identifier.<br /><strong>NOTE:</strong> When Mixed is selected, the <em>Message ID</em> and eventualy the <em>Message ID mask</em> have to be shifted by 18 bits to the left.</p>
+<p>If the <em>Message filter</em> is set to Single ID, only the messages with the one identifier specified in <em>Message ID</em> will be accepted by the block. But when ID &amp; mask is selected, all messages with identifier compliant to logical AND of the <em>Message ID</em> and <em>Message ID mask</em> will be accepted.</p>
+<p>Uncheck <em>Automatic mailbox number</em>, if user defined mailbox number is needed.</p>

rpp_lib/CAN Receive: MaskPromptString not up-to-date
--- sfunction_canreceive.MaskPromptString.old 2014-12-02 07:42:56.367926639 +0100
+++ sfunction_canreceive.MaskPromptString.new 2014-12-02 07:42:56.367926639 +0100
@@ -1 +1 @@
-Module|Frame type|Message ID filter|Message ID|Message ID mask|Data type|Automatic mailbox number|Mailbox number (1-64)
\ No newline at end of file
+Module:|Frame type:|Message ID filter:|Message ID:|Message ID mask:|Data type:|Automatic mailbox number|Mailbox number [1-64]:
\ No newline at end of file

rpp_lib/CAN Receive: MaskHelp not up-to-date
--- sfunction_canreceive.MaskHelp.old 2014-12-02 07:42:56.451925290 +0100
+++ sfunction_canreceive.MaskHelp.new 2014-12-02 07:42:56.451925290 +0100
@@ -1,2 +1,6 @@
-<p>This block calls the rpp_can_read() function from the RPP library.</p>
-<p>For more information refer to the HTML RPP library API</p>
\ No newline at end of file
+<p>This block allows receiving messages from the CAN bus. It can be configured for any of the CAN ports (modules) CAN1, CAN2 or CAN3.</p>
+<p>The acceptance rules for message reception can be specified by a <em>Message ID</em> parameter and optionally by a <em>Message ID mask</em>. Specifying the mask allows to receive messages with multiple IDs. The block supports both, the Standard (11b ID) and the Extended (29b ID) frame formats. Note that if Mixed message ID type is selected, the blocks will receive both frame types, but the Standard Message ID and optionally the Message ID mask has to be shifted by 18 bits to the left to correspond with the extended IDs and masks. For example, if Message ID parameter is set to 0x80000 and mask to 0x1ffbfff, the block will receive SFF messages with IDs 0x002 and 0x003 and EFF IDs 0x00080000 and 0x000c0000.</p>
+<p>The mailbox number can be assigned automatically or manually. Automatic mailbox numbers are generated in ascending order from 0 to 31. Every mailbox must have a unique number. It is possible to mix blocks with automatically and manually assigned mailboxes. If the manually assigned mailbox number would collide with the automatic one then the automatically generated block will get assigned a next higher non-colliding ID. The mailbox numbers are shared between CAN Transmit and CAN Receive blocks with the same CAN port (module) parameter.</p>
+<p>The output of this block is a message data in selected format: uint8, uint16, uint32 or CAN_MESSAGE. The CAN_MESSAGE object can be unpacked by <code>CAN Unpack</code> block.</p>
+<p>Every time a message is received, the function call on <code>f()</code> output signal is triggered and the received message data is appears on the <code>Msg</code> output port. See <code>cantransmit.slx</code> demo for examples of different configurations and the usage of the CAN blocks.</p>
+<p>In order to use this block, there must be a <code>CAN Configure</code> block in the model.</p>

Processing rpp_lib/CAN Setup
rpp_lib/CAN Setup: MaskType not up-to-date
--- sfunction_cansetup.MaskType.old 2014-12-02 07:42:56.519924191 +0100
+++ sfunction_cansetup.MaskType.new 2014-12-02 07:42:56.519924191 +0100
@@ -1 +1 @@
-RPP CAN setup
\ No newline at end of file
+RPP CAN Setup
\ No newline at end of file

rpp_lib/CAN Setup: MaskDescription not up-to-date
--- sfunction_cansetup.MaskDescription.old 2014-12-02 07:42:56.595922968 +0100
+++ sfunction_cansetup.MaskDescription.new 2014-12-02 07:42:56.595922968 +0100
@@ -1 +1 @@
-Configure CAN bus communication baud rates for every CAN modul. Default value is 500kb/sec.
\ No newline at end of file
+<p>This block configures the CAN bus controllers. Exactly one CAN bus configuration block must be in the model if any of the CAN Receive or CAN Transmit block is used.</p>

rpp_lib/CAN Setup: MaskPromptString not up-to-date
--- sfunction_cansetup.MaskPromptString.old 2014-12-02 07:42:56.659921938 +0100
+++ sfunction_cansetup.MaskPromptString.new 2014-12-02 07:42:56.659921938 +0100
@@ -1 +1 @@
-CAN1 Baudrate (1-1000000 bits/sec)|CAN2 Baudrate (1-1000000 bits/sec)|CAN3 Baudrate (1-1000000 bits/sec)
\ No newline at end of file
+CAN1 baud rate in bps 1 – 10000000:|CAN2 baud rate in bps 1 – 10000000:|CAN3 baud rate in bps 1 – 10000000:
\ No newline at end of file

rpp_lib/CAN Setup: MaskHelp not up-to-date
--- sfunction_cansetup.MaskHelp.old 2014-12-02 07:42:56.731920776 +0100
+++ sfunction_cansetup.MaskHelp.new 2014-12-02 07:42:56.731920776 +0100
@@ -1,2 +1 @@
-<p>This block resets the CAN bus drivers chips and calls the rpp_can_init() function from the RPP library.</p>
-<p>For more information refer to the HTML RPP library API</p>
\ No newline at end of file
+<p>This block configures the CAN bus controllers. Exactly one CAN bus configuration block must be in the model if any of the CAN Receive or CAN Transmit block is used.</p>

Processing rpp_lib/CAN Transmit
rpp_lib/CAN Transmit: MaskType not up-to-date
--- sfunction_cantransmit.MaskType.old 2014-12-02 07:42:56.799919678 +0100
+++ sfunction_cantransmit.MaskType.new 2014-12-02 07:42:56.799919678 +0100
@@ -1 +1 @@
-RPP CAN bus transmit a message
\ No newline at end of file
+RPP CAN Transmit
\ No newline at end of file

rpp_lib/CAN Transmit: MaskDescription not up-to-date
--- sfunction_cantransmit.MaskDescription.old 2014-12-02 07:42:56.875918460 +0100
+++ sfunction_cantransmit.MaskDescription.new 2014-12-02 07:42:56.875918460 +0100
@@ -1,4 +1,4 @@
 <p>Transmit a CAN message.</p>
 <p>Expects a uint8, uint16, uint32 or CAN_MESSAGE object as an input. Use CAN Pack to create the CAN_MESSAGE object.</p>
 <p>Matlab expression can be used as Message ID and Mailbox number.</p>
-<p>Uncheck <i>Automatic mailbox number</i>, if user defined mailbox number is needed.<br>
\ No newline at end of file
+<p>Uncheck <em>Automatic mailbox number</em>, if user defined mailbox number is needed.</p>

rpp_lib/CAN Transmit: MaskPromptString not up-to-date
--- sfunction_cantransmit.MaskPromptString.old 2014-12-02 07:42:56.943917363 +0100
+++ sfunction_cantransmit.MaskPromptString.new 2014-12-02 07:42:56.943917363 +0100
@@ -1 +1 @@
-Module|Frame type|Message ID|Automatic mailbox number|Mailbox number (1-64)
\ No newline at end of file
+Module:|Frame type:|Message ID:|Automatic mailbox number|Mailbox number [1–64]:
\ No newline at end of file

rpp_lib/CAN Transmit: MaskHelp not up-to-date
--- sfunction_cantransmit.MaskHelp.old 2014-12-02 07:42:57.019916135 +0100
+++ sfunction_cantransmit.MaskHelp.new 2014-12-02 07:42:57.019916135 +0100
@@ -1,2 +1,5 @@
-<p>This block calls the rpp_can_write() function from the RPP library.</p>
-<p>For more information refer to the HTML RPP library API</p>
\ No newline at end of file
+<p>This block allows to send a message to the CAN bus. It can be configured for any of the CAN ports (modules) CAN1, CAN2 or CAN3.</p>
+<p>The message data are read from <code>Msg</code> input port. The data type is decided automatically from the input, but it is restricted to uint8, uint16, uint32 and CAN_MESSAGE. The CAN_MESSAGE object can be created by the <code>CAN Pack</code> block.</p>
+<p>The message sent by the block will have an ID assigned according to the number in the <em>Message ID</em> parameter. The block supports both types of message IDs: Standard (11b) and Extended (29b). If CAN_MESSAGE is used as input type, the message ID stored in CAN_MESSAGE object is ignored and the ID from the parameter of this block is used instead.</p>
+<p>The mailbox number can be assigned automatically or manually. Automatic mailbox numbers are generated in ascending order from 0 to 31. Every mailbox must have a unique number. It is possible to mix blocks with automatically and manually assigned mailboxes. If the manually assigned mailbox number would collide with the automatic one then the automatically generated block will get assigned a next higher non-colliding ID. The mailbox numbers are shared between CAN Transmit and CAN Receive blocks with the same CAN port (module) parameter.</p>
+<p>In order to use this block, there must be a <code>CAN Configure</code> block in the model.</p>

Processing rpp_lib/Digital Input (DIN)
rpp_lib/Digital Input (DIN): MaskType not up-to-date
--- sfunction_din.MaskType.old 2014-12-02 07:42:57.087915041 +0100
+++ sfunction_din.MaskType.new 2014-12-02 07:42:57.087915041 +0100
@@ -1 +1 @@
-RPP DIN
\ No newline at end of file
+RPP Digital input
\ No newline at end of file

rpp_lib/Digital Input (DIN): MaskDescription not up-to-date
--- sfunction_din.MaskDescription.old 2014-12-02 07:42:57.159913875 +0100
+++ sfunction_din.MaskDescription.new 2014-12-02 07:42:57.159913875 +0100
@@ -1,5 +1,2 @@
-Reads a value from a GPIO pin. The block supports GIOA, GIOB and NHET1 ports.
-Any pin can be configured as tri-state, pull up or pull down.
-
-It is not allowed to read from one pin by using more then one DIN blocks.
-It is not allowed to use DIN and DOUT blocks together configured for one GPIO pin.
\ No newline at end of file
+<p>Reads a value from a GPIO pin. The block supports GIOA, GIOB and NHET1 ports. Any pin can be configured as tri-state, pull up or pull down.</p>
+<p>It is not allowed to read from one pin by using more then one DIN blocks. It is not allowed to use DIN and DOUT blocks together configured for one GPIO pin.</p>

rpp_lib/Digital Input (DIN): MaskPromptString not up-to-date
--- sfunction_din.MaskPromptString.old 2014-12-02 07:42:57.227912780 +0100
+++ sfunction_din.MaskPromptString.new 2014-12-02 07:42:57.227912780 +0100
@@ -1 +1 @@
-Port|Pin [0-7]|Input type
\ No newline at end of file
+Port type:|Pin number [0–7] (depends on selected port):|Input Type:
\ No newline at end of file

rpp_lib/Digital Input (DIN): MaskHelp not up-to-date
--- sfunction_din.MaskHelp.old 2014-12-02 07:42:57.299911618 +0100
+++ sfunction_din.MaskHelp.new 2014-12-02 07:42:57.299911618 +0100
@@ -1 +1,2 @@
-<p>This block configures the GPIO pin by calling hal_gpio_pin_conf_set(), retrieves the descriptor of the pin by calling hal_gpio_pin_get_dsc() and reads from the pin by calling hal_gpio_pin_get_value().</p>
\ No newline at end of file
+<p>Reads a value from a GPIO pin. The block supports GIOA, GIOB and NHET1 ports. Any pin can be configured as tri-state, pull up or pull down.</p>
+<p>It is not allowed to read from one pin by using more then one DIN blocks. It is not allowed to use DIN and DOUT blocks together configured for one GPIO pin.</p>

Processing rpp_lib/Digital Output (DOUT)
rpp_lib/Digital Output (DOUT): MaskType not up-to-date
--- sfunction_dout.MaskType.old 2014-12-02 07:42:57.367910521 +0100
+++ sfunction_dout.MaskType.new 2014-12-02 07:42:57.367910521 +0100
@@ -1 +1 @@
-RPP DOUT
\ No newline at end of file
+RPP Digital output
\ No newline at end of file

rpp_lib/Digital Output (DOUT): MaskDescription not up-to-date
--- sfunction_dout.MaskDescription.old 2014-12-02 07:42:57.443909294 +0100
+++ sfunction_dout.MaskDescription.new 2014-12-02 07:42:57.443909294 +0100
@@ -1,7 +1,2 @@
-Writes a value to a GPIO pin. The block supports GIOA, GIOB and NHET1 ports.
-Any pin can be configured as open drain or push/pull and initial output value
-can be specified. The initial value is a value, which will appear on the pin
-after gpio module is initialized and persists here until the first write.
-
-It is not allowed to write to one pin by using more then one DOUT blocks.
-It is not allowed to use DOUT and DIN blocks on one GPIO pin.
\ No newline at end of file
+<p>Writes a value to a GPIO pin. The block supports GIOA, GIOB and NHET1 ports. Any pin can be configured as open drain or push/pull and initial output value can be specified. The initial value is a value, which will appear on the pin when the GPIO module is initialized and stays there until the first block execution.</p>
+<p>It is not allowed to write to one pin by using more then one DOUT blocks. It is not allowed to use DOUT and DIN blocks on one GPIO pin.</p>

rpp_lib/Digital Output (DOUT): MaskPromptString not up-to-date
--- sfunction_dout.MaskPromptString.old 2014-12-02 07:42:57.507908260 +0100
+++ sfunction_dout.MaskPromptString.new 2014-12-02 07:42:57.507908260 +0100
@@ -1 +1 @@
-Port|Pin [0-7]|Initial output value [0-1]|Configuration
\ No newline at end of file
+Port type:|Pin number [0–7] (depends on selected port):|Initial output value [0,1]:|Output Type:
\ No newline at end of file

rpp_lib/Digital Output (DOUT): MaskHelp not up-to-date
--- sfunction_dout.MaskHelp.old 2014-12-02 07:42:57.579907099 +0100
+++ sfunction_dout.MaskHelp.new 2014-12-02 07:42:57.579907099 +0100
@@ -1 +1,2 @@
-<p>This block configures the GPIO pin by calling hal_gpio_pin_conf_set(), retrieves the descriptor of the pin by calling hal_gpio_pin_get_dsc() and writes to the pin by calling hal_gpio_pin_set_value().</p>
+<p>Writes a value to a GPIO pin. The block supports GIOA, GIOB and NHET1 ports. Any pin can be configured as open drain or push/pull and initial output value can be specified. The initial value is a value, which will appear on the pin when the GPIO module is initialized and stays there until the first block execution.</p>
+<p>It is not allowed to write to one pin by using more then one DOUT blocks. It is not allowed to use DOUT and DIN blocks on one GPIO pin.</p>

Processing rpp_lib/Overrun Detection
rpp_lib/Overrun Detection: MaskType not up-to-date
--- sfunction_tror.MaskType.old 2014-12-02 07:42:57.643906066 +0100
+++ sfunction_tror.MaskType.new 2014-12-02 07:42:57.643906066 +0100
@@ -1 +1 @@
-Overrun detection
\ No newline at end of file
+RPP Overrun Detection
\ No newline at end of file

rpp_lib/Overrun Detection: MaskDescription not up-to-date
--- sfunction_tror.MaskDescription.old 2014-12-02 07:42:57.715904904 +0100
+++ sfunction_tror.MaskDescription.new 2014-12-02 07:42:57.715904904 +0100
@@ -1 +1 @@
-Connected function subsystem is executed when overrun is detected.
\ No newline at end of file
+<p>This block triggers the connected function subsystems in case of overrun, i.e. when execution of the previous loop iteration took more time than the sampling period.</p>

rpp_lib/Overrun Detection: MaskHelp not up-to-date
--- sfunction_tror.MaskHelp.old 2014-12-02 07:42:57.843902839 +0100
+++ sfunction_tror.MaskHelp.new 2014-12-02 07:42:57.843902839 +0100
@@ -1 +1 @@
-<p>This block triggers connected simulink function subsystems in case that previous loop took more time than simulation time is set.</p>
\ No newline at end of file
+<p>This block triggers the connected function subsystems in case of overrun, i.e. when execution of the previous loop iteration took more time than the sampling period.</p>

Processing rpp_lib/Serial Configure
rpp_lib/Serial Configure: MaskDescription not up-to-date
--- sfunction_scic.MaskDescription.old 2014-12-02 07:42:57.971900773 +0100
+++ sfunction_scic.MaskDescription.new 2014-12-02 07:42:57.971900773 +0100
@@ -1 +1 @@
-Configure Serial Communication Interface baud rate. Default is 9600.
\ No newline at end of file
+<p>This block configures the baud rate of the Serial Communication Interface (SCI). Only one block of this type per model is alloved.</p>

rpp_lib/Serial Configure: MaskHelp not up-to-date
--- sfunction_scic.MaskHelp.old 2014-12-02 07:42:58.099898703 +0100
+++ sfunction_scic.MaskHelp.new 2014-12-02 07:42:58.099898703 +0100
@@ -1,2 +1 @@
-<p>This block calls the rpp_sci_setup() function from the RPP library.</p>
-<p>For more information refer to the HTML RPP library API</p>
\ No newline at end of file
+<p>This block configures the baud rate of the Serial Communication Interface (SCI). Only one block of this type per model is alloved.</p>

Processing rpp_lib/Serial Printf
rpp_lib/Serial Printf: MaskDescription not up-to-date
--- sfunction_scip.MaskDescription.old 2014-12-02 07:42:58.235896508 +0100
+++ sfunction_scip.MaskDescription.new 2014-12-02 07:42:58.235896508 +0100
@@ -1 +1,2 @@
-Printf through the Serial Communication Interface.
\ No newline at end of file
+<p>This block prints a formatted string to the SCI. The <em>Print format</em> parameter is used as the format specifier for C <code>printf()</code> function. Note that this value is inserted raw between the quotes during code generation and thus there is no validation on it. User should always put a valid specifier for the input type of the block.</p>
+<p>Due to Simulink limitations, it is not posible join diferent types into one vector. So one block can be used only for one type of inputs.</p>

rpp_lib/Serial Printf: MaskPromptString not up-to-date
--- sfunction_scip.MaskPromptString.old 2014-12-02 07:42:58.299895470 +0100
+++ sfunction_scip.MaskPromptString.new 2014-12-02 07:42:58.299895470 +0100
@@ -1 +1 @@
-Printf format (must include specifier for arguments):
\ No newline at end of file
+Print format:
\ No newline at end of file

rpp_lib/Serial Printf: MaskHelp not up-to-date
--- sfunction_scip.MaskHelp.old 2014-12-02 07:42:58.375894242 +0100
+++ sfunction_scip.MaskHelp.new 2014-12-02 07:42:58.375894242 +0100
@@ -1,2 +1,2 @@
-<p>This block calls the rpp_sci_printf() functions from the RPP library.</p>
-<p>For more information refer to the HTML RPP library API</p>
\ No newline at end of file
+<p>This block prints a formatted string to the SCI. The <em>Print format</em> parameter is used as the format specifier for C <code>printf()</code> function. Note that this value is inserted raw between the quotes during code generation and thus there is no validation on it. User should always put a valid specifier for the input type of the block.</p>
+<p>Due to Simulink limitations, it is not posible join diferent types into one vector. So one block can be used only for one type of inputs.</p>

Processing rpp_lib/Serial Receive
rpp_lib/Serial Receive: MaskDescription not up-to-date
--- sfunction_scir.MaskDescription.old 2014-12-02 07:42:58.507892106 +0100
+++ sfunction_scir.MaskDescription.new 2014-12-02 07:42:58.507892106 +0100
@@ -1 +1 @@
-Reads one byte from the Serial Communication Interface.
\ No newline at end of file
+<p>This block receives a byte from the SCI by calling <code>rpp_sci_read_nb()</code>. The ErrFlag raises if the call returns an error. The behavior of the ErrFlag is different from others blocks in that this block will set or clear the flag in each step depending on the result. Note that this block uses a non-blocking function to read the SCI and thus it will work even if nothing is received.</p>

rpp_lib/Serial Receive: MaskHelp not up-to-date
--- sfunction_scir.MaskHelp.old 2014-12-02 07:42:58.635890038 +0100
+++ sfunction_scir.MaskHelp.new 2014-12-02 07:42:58.635890038 +0100
@@ -1,2 +1 @@
-<p>This block calls the rpp_sci_read() function from the RPP library if data is available (rpp_sci_available()).</p>
-<p>For more information refer to the HTML RPP library API</p>
\ No newline at end of file
+<p>This block receives a byte from the SCI by calling <code>rpp_sci_read_nb()</code>. The ErrFlag raises if the call returns an error. The behavior of the ErrFlag is different from others blocks in that this block will set or clear the flag in each step depending on the result. Note that this block uses a non-blocking function to read the SCI and thus it will work even if nothing is received.</p>

Processing rpp_lib/Serial Send
rpp_lib/Serial Send: MaskDescription not up-to-date
--- sfunction_scis.MaskDescription.old 2014-12-02 07:42:58.767887904 +0100
+++ sfunction_scis.MaskDescription.new 2014-12-02 07:42:58.767887904 +0100
@@ -1 +1,2 @@
-Sends one byte through the Serial Communication Interface.
\ No newline at end of file
+<p>This block sends a byte to the SCI.</p>
+<p>The ErrFlag is set to true <code>rpp_sci_write_nb()</code> returns an error, to false otherwise.</p>

rpp_lib/Serial Send: MaskHelp not up-to-date
--- sfunction_scis.MaskHelp.old 2014-12-02 07:42:58.895885837 +0100
+++ sfunction_scis.MaskHelp.new 2014-12-02 07:42:58.895885837 +0100
@@ -1,2 +1,2 @@
-<p>This block calls the rpp_sci_write_nb() or rpp_sci_printf() functions from the RPP library.</p>
-<p>For more information refer to the HTML RPP library API</p>
\ No newline at end of file
+<p>This block sends a byte to the SCI.</p>
+<p>The ErrFlag is set to true <code>rpp_sci_write_nb()</code> returns an error, to false otherwise.</p>
rpp/blocks/rpp_lib.slx