Raptor:Raptor String to Array: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 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]]
Line 7: Line 7:
== Description ==
== Description ==
<p>This block outputs a copy of string data in a uint8 array.</p>
<p>This block outputs a copy of string data in a uint8 array.</p>
<p>Note: Simulink String blocks are not compatible with Raptor blocks. Please use Raptor String blocks.</p>


== Inputs ==
== Inputs ==
Line 15: Line 17:
! scope="col" style="width: 70%;"|Description
! scope="col" style="width: 70%;"|Description
|-
|-
!  
! Value
| string
| r_string
| String Handle
| String Handle
|}
|}
Line 27: Line 29:
! scope="col" style="width: 70%;"|Description
! scope="col" style="width: 70%;"|Description
|-
|-
!  
! Value
| uint8[]
| uint8[]
| Array copy of string
| Array copy of string
Line 43: Line 45:
| Setst the size of the array output
| Setst the size of the array output
|}
|}
== Supported Versions ==
* [[Raptor:Versions#2013a_0.0.1|Raptor 2013a_0.0.1]] and newer

Latest revision as of 14:06, 14 September 2023

Return to the main Raptor page

Return to Strings page

Raptor™ String To Array

Description

This block outputs a copy of string data in a uint8 array.

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

Inputs

Input Type Description
Value r_string String Handle

Outputs

Output Type Description
Value uint8[] Array copy of string

Parameters

Parameter Type Description
Output Size Setst the size of the array output