Raptor:Data Logging File Read: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


== Description ==
== Description ==
<p>This block is used to read the contents of a file.</p>
<p>This block will be implemented in a future release.</p>


== Inputs ==
== Inputs ==
Line 14: Line 14:
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
! scope="col" style="width: 70%;"|Description
|-
! File Handle
| File Handle
| Specifies the file to check.
|-
! Length
| int32
|
|}
|}


Line 30: Line 22:
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
! scope="col" style="width: 70%;"|Description
|-
! File Handle
| File Handle
| Outputs the File Handle provided on the input.
|-
! Data
| uint8[]
| The data read from the file.
|-
! Length
| int32
|
|}
|}


Line 50: Line 30:
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
! scope="col" style="width: 70%;"|Description
|-
! Resource
|
| Specify the resource which contains the file to read.
|-
! Output Size
| Number
|
|}
|}

Revision as of 21:15, 7 July 2014

Return to the main Raptor page

Return to File IO page

Raptor™ Data Logging File Read

Description

This block will be implemented in a future release.

Inputs

Input Type Description

Outputs

Output Type Description

Parameters

Parameter Type Description