Raptor:Raptor String to Array: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Return to the main Raptor page Return to Strings page right|frame|Raptor String To Array == Description == <…') |
No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[ | [[Raptor-Platform|Return to the main Raptor page]] | ||
[[Raptor:Strings|Return to Strings page]] | [[Raptor:Strings|Return to Strings page]] | ||
[[File:RaptorStringToArray.jpg|right|frame| | [[File:RaptorStringToArray.jpg|right|frame|Raptor™ String To Array]] | ||
== 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 | ||
| | | 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 | ||
|} | |} | ||
Latest revision as of 14:06, 14 September 2023
Return to the main Raptor page
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 |