Raptor:Raptor Array to String: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
 
No edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[RaptorWiki|Return to the main Raptor page]]
[[Raptor-Platform|Return to the main Raptor page]]


[[Raptor:Strings|Return to Strings page]]
[[Raptor:Strings|Return to Strings page]]


[[File:RaptorArrayToString.jpg|right|frame|Raptor Array To String]]
[[File:RaptorArrayToString.jpg|right|frame|Raptor™ Array To String]]


== Description ==
== Description ==
<p>This block copies the data in a uint8 array into a string.</p>
<p>This block copies the data in a uint8 array into a string.</p>
<p>Note: Simulink String blocks are not compatible with Raptor blocks. Please use Raptor String blocks.</p>


== Inputs ==
== Inputs ==
Line 16: Line 17:
|-
|-
! String
! String
| string
| r_string
| String handle of string to put array into.
| String handle of string to put array into.
|-
|-
Line 32: Line 33:
|-
|-
! String
! String
| string
| r_string
| Duplicate string handle.
| Duplicate string handle.
|}
|}
== Parameters ==
{| class="wikitable" style="width:75%;"
|-
! scope="col" style="width: 15%;"|Parameter
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
|}
== Supported Versions ==
* [[Raptor:Versions#2013a_0.0.1|Raptor 2013a_0.0.1]] and newer

Latest revision as of 13:46, 14 September 2023

Return to the main Raptor page

Return to Strings page

Raptor™ Array To String

Description

This block copies the data in a uint8 array into a string.

Note: Simulink String blocks are not compatible with Raptor blocks. Please use Raptor String blocks.

Inputs

Input Type Description
String r_string String handle of string to put array into.
Array uint8[] Array data to put in string

Outputs

Output Type Description
String r_string Duplicate string handle.