Raptor:Raptor Array to String: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
== 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 | ||
| | | r_string | ||
| String handle of string to put array into. | | String handle of string to put array into. | ||
|- | |- | ||
Line 32: | Line 33: | ||
|- | |- | ||
! String | ! String | ||
| | | r_string | ||
| Duplicate string handle. | | Duplicate string handle. | ||
|} | |} |
Latest revision as of 13:46, 14 September 2023
Return to the main Raptor page
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. |