<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic MQX_FILE_PTR header in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-PTR-header/m-p/719384#M17616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi could you send me the header that contains MQX_FILE_PTR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Oct 2017 21:17:12 GMT</pubDate>
    <dc:creator>stevenbell11</dc:creator>
    <dc:date>2017-10-24T21:17:12Z</dc:date>
    <item>
      <title>MQX_FILE_PTR header</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-PTR-header/m-p/719384#M17616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi could you send me the header that contains MQX_FILE_PTR?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 21:17:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-PTR-header/m-p/719384#M17616</guid>
      <dc:creator>stevenbell11</dc:creator>
      <dc:date>2017-10-24T21:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: MQX_FILE_PTR header</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-PTR-header/m-p/719385#M17617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; &lt;A _jive_internal="true" data-content-finding="Community" data-userid="306979" data-username="stevenbell11" href="https://community.nxp.com/people/stevenbell11"&gt;Steven&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the attached header file.&lt;/P&gt;&lt;P&gt;Freescale_MQX_4_2\mqx\source\include\fio.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* FILE STRUCTURE */&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;/*!&lt;BR /&gt;&amp;nbsp;* \brief This structure defines the information kept in order to implement ANSI &lt;BR /&gt;&amp;nbsp;* 'C' standard I/O stream.&lt;BR /&gt;&amp;nbsp;*/&lt;BR /&gt;typedef struct mqx_file&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*! \brief The address of the Device for this stream. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; struct io_device_struct&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *DEV_PTR;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*! \brief Device Driver specific information. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; void&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *DEV_DATA_PTR;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*! \brief General control flags for this stream. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _mqx_uint&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FLAGS;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*! \brief The current error for this stream. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _mqx_uint&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ERROR;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*! \brief The current position in the stream. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _file_size&amp;nbsp;&amp;nbsp;&amp;nbsp; LOCATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*! \brief The current size of the file. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _file_size&amp;nbsp;&amp;nbsp;&amp;nbsp; SIZE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*! \brief Undelete implementation. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bool&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HAVE_UNGOT_CHARACTER;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*! \brief Undelete implementation. */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _mqx_int&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UNGOT_CHARACTER;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;} MQX_FILE, * MQX_FILE_PTR;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 03:06:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-FILE-PTR-header/m-p/719385#M17617</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2017-10-26T03:06:13Z</dc:date>
    </item>
  </channel>
</rss>

