Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Function parameter type with far or near in C
Forum Updated to NodeBB v4.3 + New Features

Function parameter type with far or near in C

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    ImHori
    wrote on 22 Nov 2012, 09:09 last edited by
    #1

    I have a function with parameter type "far" as below code:
    @static uint16_t CRC16_CCITT(const uint8_t far * const pui8_DataBuf, const uint32_t ui32_DataBufSize)
    {
    }
    @

    but i can't find out the correct symbol to show "CRC16_CCITT" function, that only show "far * const pui8_DataBuf" variable.

    Can i modify this symbol problem? or need to setting generic-highlighter somewhere?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on 22 Nov 2012, 11:15 last edited by
      #2

      How is this related to Qt?

      1 Reply Last reply
      0
      • I Offline
        I Offline
        ImHori
        wrote on 22 Nov 2012, 13:23 last edited by
        #3

        Recently, i use Qt creator to do C code documentation with doxygen plugin for my microcontroller works, and consider it as a good source code editor or analysis tool. I can do the same behavior as my question that use Editplus & Geany IDE are correct, but in VS2012 or Eclipse CDT is not. So i hope Qt Creater also have a method to correct. Is't maybe redundant for my viewpoint?

        Thanks!

        1 Reply Last reply
        0

        1/3

        22 Nov 2012, 09:09

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved