Raptor:Raptor String to Array: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by one other user 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]] | ||
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 | ||
| | | 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 |
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 |